COLOR #EEC8C0

HEX: #EEC8C0
RGB: (238,200,192)

Color info

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

RGB color model

#EEC8C0 color RGB value is (238,200,192).

  • red value is 238;
  • green value is 200;
  • blue value is 192.
RGB:
(238,200,192)
(93%,78%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 192 of 255 = 75%

238
200
192

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

Portions of RGB colors in percentages

R + G + B =
238 + 200 + 192 = 630 (100%)
R 238 of 630 ~ 37.78%
G 200 of 630 ~ 31.75%
B 192 of 630 ~ 30.48%

%37.78
%31.75
%30.48

CMYK color model

#EEC8C0 color CMYK value is (0,16,19,7).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(0,16,19,7)
C0M16Y19K7 
(0%,16%,19%,7%)
(0.00/0.16/0.19/0.07)	

CMYK percentages

%0
%15.97
%19.33
%6.67

Codes

Color #EEC8C0 in popluar color models

EEC8C0
RGB238200192
HSL10°57.50%84.31%
HSB/HSV10°19.33%93.33%
CMYK0.00%15.97%19.33%
6.67%

Color #EEC8C0 in popluar number systems.

HEXEEC8C0
Decimal238200192
Binary111011101100100011000000
Octal356310300

Shades and tints

Shades of #EEC8C0

#EEC8C0
(238,200,192)
#D9B6AF
(217,182,175)
#C4A49E
(196,164,158)
#AF928D
(175,146,141)
#9A807C
(154,128,124)
#856E6B
(133,110,107)
#705C5A
(112,92,90)
#5B4A49
(91,74,73)
#463838
(70,56,56)
#312627
(49,38,39)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #EEC8C0

#EEC8C0
(238,200,192)
#EFCDC5
(239,205,197)
#F0D2CA
(240,210,202)
#F1D7CF
(241,215,207)
#F2DCD4
(242,220,212)
#F3E1D9
(243,225,217)
#F4E6DE
(244,230,222)
#F5EBE3
(245,235,227)
#F6F0E8
(246,240,232)
#F7F5ED
(247,245,237)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC8C0; }

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

This text font color is #EEC8C0.


Background Color

.myBgColor { background-color: #EEC8C0; }

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

This div background color is #EEC8C0.


Border color

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

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

This div border color is #EEC8C0.


Opacity

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

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

Text with #EEC8C0 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 #EEC8C0;}

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

This text has shadow with #EEC8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC8C0 on black background.


Color preview on white background

This text has color #EEC8C0 on white background.



Black color preview on #EEC8C0 background

This text has black color on #EEC8C0 background.


White color preview on #EEC8C0 background

This text has white color on #EEC8C0 background.