COLOR #EECEC5

HEX: #EECEC5
RGB: (238,206,197)

Color info

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

RGB color model

#EECEC5 color RGB value is (238,206,197).

  • red value is 238;
  • green value is 206;
  • blue value is 197.
RGB:
(238,206,197)
(93%,81%,77%)

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 197 of 255 = 77%

238
206
197

R + G + B ~ 84%. #EECEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 206 + 197 = 641 (100%)
R 238 of 641 ~ 37.13%
G 206 of 641 ~ 32.14%
B 197 of 641 ~ 30.73%

%37.13
%32.14
%30.73

CMYK color model

#EECEC5 color CMYK value is (0,13,17,7).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,13,17,7)
C0M13Y17K7 
(0%,13%,17%,7%)
(0.00/0.13/0.17/0.07)	

CMYK percentages

%0
%13.45
%17.23
%6.67

Codes

Color #EECEC5 in popluar color models

EECEC5
RGB238206197
HSL13°54.67%85.29%
HSB/HSV13°17.23%93.33%
CMYK0.00%13.45%17.23%
6.67%

Color #EECEC5 in popluar number systems.

HEXEECEC5
Decimal238206197
Binary111011101100111011000101
Octal356316305

Shades and tints

Shades of #EECEC5

#EECEC5
(238,206,197)
#D9BCB4
(217,188,180)
#C4AAA3
(196,170,163)
#AF9892
(175,152,146)
#9A8681
(154,134,129)
#857470
(133,116,112)
#70625F
(112,98,95)
#5B504E
(91,80,78)
#463E3D
(70,62,61)
#312C2C
(49,44,44)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #EECEC5

#EECEC5
(238,206,197)
#EFD2CA
(239,210,202)
#F0D6CF
(240,214,207)
#F1DAD4
(241,218,212)
#F2DED9
(242,222,217)
#F3E2DE
(243,226,222)
#F4E6E3
(244,230,227)
#F5EAE8
(245,234,232)
#F6EEED
(246,238,237)
#F7F2F2
(247,242,242)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECEC5; }

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

This text font color is #EECEC5.


Background Color

.myBgColor { background-color: #EECEC5; }

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

This div background color is #EECEC5.


Border color

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

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

This div border color is #EECEC5.


Opacity

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

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

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

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

This text has shadow with #EECEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECEC5 on black background.


Color preview on white background

This text has color #EECEC5 on white background.



Black color preview on #EECEC5 background

This text has black color on #EECEC5 background.


White color preview on #EECEC5 background

This text has white color on #EECEC5 background.