COLOR #EED6CB

HEX: #EED6CB
RGB: (238,214,203)

Color info

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

RGB color model

#EED6CB color RGB value is (238,214,203).

  • red value is 238;
  • green value is 214;
  • blue value is 203.
RGB:
(238,214,203)
(93%,84%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 203 of 255 = 80%

238
214
203

R + G + B ~ 86%. #EED6CB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 203 = 655 (100%)
R 238 of 655 ~ 36.34%
G 214 of 655 ~ 32.67%
B 203 of 655 ~ 30.99%

%36.34
%32.67
%30.99

CMYK color model

#EED6CB color CMYK value is (0,10,15,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,10,15,7)
C0M10Y15K7 
(0%,10%,15%,7%)
(0.00/0.10/0.15/0.07)	

CMYK percentages

%0
%10.08
%14.71
%6.67

Codes

Color #EED6CB in popluar color models

EED6CB
RGB238214203
HSL19°50.72%86.47%
HSB/HSV19°14.71%93.33%
CMYK0.00%10.08%14.71%
6.67%

Color #EED6CB in popluar number systems.

HEXEED6CB
Decimal238214203
Binary111011101101011011001011
Octal356326313

Shades and tints

Shades of #EED6CB

#EED6CB
(238,214,203)
#D9C3B9
(217,195,185)
#C4B0A7
(196,176,167)
#AF9D95
(175,157,149)
#9A8A83
(154,138,131)
#857771
(133,119,113)
#70645F
(112,100,95)
#5B514D
(91,81,77)
#463E3B
(70,62,59)
#312B29
(49,43,41)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EED6CB

#EED6CB
(238,214,203)
#EFD9CF
(239,217,207)
#F0DCD3
(240,220,211)
#F1DFD7
(241,223,215)
#F2E2DB
(242,226,219)
#F3E5DF
(243,229,223)
#F4E8E3
(244,232,227)
#F5EBE7
(245,235,231)
#F6EEEB
(246,238,235)
#F7F1EF
(247,241,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED6CB; }

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

This text font color is #EED6CB.


Background Color

.myBgColor { background-color: #EED6CB; }

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

This div background color is #EED6CB.


Border color

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

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

This div border color is #EED6CB.


Opacity

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

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

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

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

This text has shadow with #EED6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6CB on black background.


Color preview on white background

This text has color #EED6CB on white background.



Black color preview on #EED6CB background

This text has black color on #EED6CB background.


White color preview on #EED6CB background

This text has white color on #EED6CB background.