COLOR #EEC3C3

HEX: #EEC3C3
RGB: (238,195,195)

Color info

#EEC3C3 contains red, green and blue colors in about the same proportion. Web safe color of #EEC3C3 is #FFCCCC (or #FCC).

RGB color model

#EEC3C3 color RGB value is (238,195,195).

  • red value is 238;
  • green value is 195;
  • blue value is 195.
RGB:
(238,195,195)
(93%,76%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 195 of 255 = 76%

238
195
195

R + G + B ~ 82%. #EEC3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 195 = 628 (100%)
R 238 of 628 ~ 37.9%
G 195 of 628 ~ 31.05%
B 195 of 628 ~ 31.05%

%37.9
%31.05
%31.05

CMYK color model

#EEC3C3 color CMYK value is (0,18,18,7).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 18.07%
  • key color value is 6.67%
CMYK:
(0,18,18,7)
C0M18Y18K7 
(0%,18%,18%,7%)
(0.00/0.18/0.18/0.07)	

CMYK percentages

%0
%18.07
%18.07
%6.67

Codes

Color #EEC3C3 in popluar color models

EEC3C3
RGB238195195
HSL55.84%84.90%
HSB/HSV18.07%93.33%
CMYK0.00%18.07%18.07%
6.67%

Color #EEC3C3 in popluar number systems.

HEXEEC3C3
Decimal238195195
Binary111011101100001111000011
Octal356303303

Shades and tints

Shades of #EEC3C3

#EEC3C3
(238,195,195)
#D9B2B2
(217,178,178)
#C4A1A1
(196,161,161)
#AF9090
(175,144,144)
#9A7F7F
(154,127,127)
#856E6E
(133,110,110)
#705D5D
(112,93,93)
#5B4C4C
(91,76,76)
#463B3B
(70,59,59)
#312A2A
(49,42,42)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EEC3C3

#EEC3C3
(238,195,195)
#EFC8C8
(239,200,200)
#F0CDCD
(240,205,205)
#F1D2D2
(241,210,210)
#F2D7D7
(242,215,215)
#F3DCDC
(243,220,220)
#F4E1E1
(244,225,225)
#F5E6E6
(245,230,230)
#F6EBEB
(246,235,235)
#F7F0F0
(247,240,240)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC3C3 color. Also use rgb(238,195,195) instead hex code.

Text Font Color

.myTextColor { color: #EEC3C3; }

<p style="color:#EEC3C3">This sample text font color is #EEC3C3.</p>

This text font color is #EEC3C3.


Background Color

.myBgColor { background-color: #EEC3C3; }

<div style="background-color:#EEC3C3">Inner text</div>

This div background color is #EEC3C3.


Border color

.myBorderColor { border: 1px solid #EEC3C3; }

<div style="border:3px solid #EEC3C3">Div</div>

This div border color is #EEC3C3.


Opacity

.myOpacity80 { color: #EEC3C3; opacity: 0.8; }

<p style="color:#EEC3C3;opacity:0.8;">80%</p>

Text with #EEC3C3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEC3C3;}

<p style="text-shadow: 3px 3px 1px #EEC3C3">Text here.</p>

This text has shadow with #EEC3C3 color.

.textShadow {text-shadow: 3px 3px 1px #EEC3C3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEC3C3, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEC3C3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC3C3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEC3C3, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEC3C3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEC3C3;
  -webkit-box-shadow:	1px 1px 3px 2px #EEC3C3;
  box-shadow:		1px 1px 3px 2px #EEC3C3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC3C3;
-webkit-box-shadow: 1px 1px 3px 2px #EEC3C3;
box-shadow:1px 1px 3px 2px #EEC3C3;">
Div content here</div>
This div box has shadow with color #EEC3C3.

Preview

Color preview on black background

This text has color #EEC3C3 on black background.


Color preview on white background

This text has color #EEC3C3 on white background.



Black color preview on #EEC3C3 background

This text has black color on #EEC3C3 background.


White color preview on #EEC3C3 background

This text has white color on #EEC3C3 background.