COLOR #EECDC9

HEX: #EECDC9
RGB: (238,205,201)

Color info

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

RGB color model

#EECDC9 color RGB value is (238,205,201).

  • red value is 238;
  • green value is 205;
  • blue value is 201.
RGB:
(238,205,201)
(93%,80%,79%)

RGB channels and saturation

R 238 of 255 = 93%
G 205 of 255 = 80%
B 201 of 255 = 79%

238
205
201

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

Portions of RGB colors in percentages

R + G + B =
238 + 205 + 201 = 644 (100%)
R 238 of 644 ~ 36.96%
G 205 of 644 ~ 31.83%
B 201 of 644 ~ 31.21%

%36.96
%31.83
%31.21

CMYK color model

#EECDC9 color CMYK value is (0,14,16,7).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(0,14,16,7)
C0M14Y16K7 
(0%,14%,16%,7%)
(0.00/0.14/0.16/0.07)	

CMYK percentages

%0
%13.87
%15.55
%6.67

Codes

Color #EECDC9 in popluar color models

EECDC9
RGB238205201
HSL52.11%86.08%
HSB/HSV15.55%93.33%
CMYK0.00%13.87%15.55%
6.67%

Color #EECDC9 in popluar number systems.

HEXEECDC9
Decimal238205201
Binary111011101100110111001001
Octal356315311

Shades and tints

Shades of #EECDC9

#EECDC9
(238,205,201)
#D9BBB7
(217,187,183)
#C4A9A5
(196,169,165)
#AF9793
(175,151,147)
#9A8581
(154,133,129)
#85736F
(133,115,111)
#70615D
(112,97,93)
#5B4F4B
(91,79,75)
#463D39
(70,61,57)
#312B27
(49,43,39)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #EECDC9

#EECDC9
(238,205,201)
#EFD1CD
(239,209,205)
#F0D5D1
(240,213,209)
#F1D9D5
(241,217,213)
#F2DDD9
(242,221,217)
#F3E1DD
(243,225,221)
#F4E5E1
(244,229,225)
#F5E9E5
(245,233,229)
#F6EDE9
(246,237,233)
#F7F1ED
(247,241,237)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECDC9; }

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

This text font color is #EECDC9.


Background Color

.myBgColor { background-color: #EECDC9; }

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

This div background color is #EECDC9.


Border color

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

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

This div border color is #EECDC9.


Opacity

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

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

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

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

This text has shadow with #EECDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECDC9 on black background.


Color preview on white background

This text has color #EECDC9 on white background.



Black color preview on #EECDC9 background

This text has black color on #EECDC9 background.


White color preview on #EECDC9 background

This text has white color on #EECDC9 background.