COLOR #EECEC7

HEX: #EECEC7
RGB: (238,206,199)

Color info

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

RGB color model

#EECEC7 color RGB value is (238,206,199).

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

RGB channels and saturation

R 238 of 255 = 93%
G 206 of 255 = 81%
B 199 of 255 = 78%

238
206
199

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

Portions of RGB colors in percentages

R + G + B =
238 + 206 + 199 = 643 (100%)
R 238 of 643 ~ 37.01%
G 206 of 643 ~ 32.04%
B 199 of 643 ~ 30.95%

%37.01
%32.04
%30.95

CMYK color model

#EECEC7 color CMYK value is (0,13,16,7).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,13,16,7)
C0M13Y16K7 
(0%,13%,16%,7%)
(0.00/0.13/0.16/0.07)	

CMYK percentages

%0
%13.45
%16.39
%6.67

Codes

Color #EECEC7 in popluar color models

EECEC7
RGB238206199
HSL11°53.42%85.69%
HSB/HSV11°16.39%93.33%
CMYK0.00%13.45%16.39%
6.67%

Color #EECEC7 in popluar number systems.

HEXEECEC7
Decimal238206199
Binary111011101100111011000111
Octal356316307

Shades and tints

Shades of #EECEC7

#EECEC7
(238,206,199)
#D9BCB5
(217,188,181)
#C4AAA3
(196,170,163)
#AF9891
(175,152,145)
#9A867F
(154,134,127)
#85746D
(133,116,109)
#70625B
(112,98,91)
#5B5049
(91,80,73)
#463E37
(70,62,55)
#312C25
(49,44,37)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #EECEC7

#EECEC7
(238,206,199)
#EFD2CC
(239,210,204)
#F0D6D1
(240,214,209)
#F1DAD6
(241,218,214)
#F2DEDB
(242,222,219)
#F3E2E0
(243,226,224)
#F4E6E5
(244,230,229)
#F5EAEA
(245,234,234)
#F6EEEF
(246,238,239)
#F7F2F4
(247,242,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECEC7; }

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

This text font color is #EECEC7.


Background Color

.myBgColor { background-color: #EECEC7; }

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

This div background color is #EECEC7.


Border color

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

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

This div border color is #EECEC7.


Opacity

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

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

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

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

This text has shadow with #EECEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECEC7 on black background.


Color preview on white background

This text has color #EECEC7 on white background.



Black color preview on #EECEC7 background

This text has black color on #EECEC7 background.


White color preview on #EECEC7 background

This text has white color on #EECEC7 background.