COLOR #EED8CB

HEX: #EED8CB RGB: (238,216,203)

Color info

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

RGB color model

#EED8CB color RGB value is (238,216,203).

RGB: (238,216,203) (93%, 85%, 80%)

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 203 of 255 = 80%

238
216
203

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

Portions of RGB colors in percentages

R + G + B = 238 + 216 + 203 = 657 (100%)
R 238 of 657 ~ 36.23%
G 216 of 657 ~ 32.88%
B 203 of 657 ~ 30.9'%

%36.23
%32.88
%30.9

CMYK color model

#EED8CB color CMYK value is (0,9,15,7).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 14.71%
  • key color value is 6.67%

CMYK: (0,9,15,7)
C0M9Y15K7 (0%, 9%, 15%, 7%)
(0.00 / 0.09 / 0.15 / 0.07)

CMYK percentages

%0
%9.24
%14.71
%6.67

Codes

Color #EED8CB in popluar color models

EE D8 CB
RGB 238 216 203
HSL 22° 50.72% 86.47%
HSB/HSV 22° 14.71% 93.33%
CMYK 0.00% 9.24% 14.71%
6.67%

Color #EED8CB in popluar number systems.

HEX EE D8 CB
Decimal 238 216 203
Binary 11101110 11011000 11001011
Octal 356 330 313

Shades and tints

Shades of #EED8CB

#EED8CB
(238,216,203)
#D9C5B9
(217,197,185)
#C4B2A7
(196,178,167)
#AF9F95
(175,159,149)
#9A8C83
(154,140,131)
#857971
(133,121,113)
#70665F
(112,102,95)
#5B534D
(91,83,77)
#46403B
(70,64,59)
#312D29
(49,45,41)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EED8CB

#EED8CB
(238,216,203)
#EFDBCF
(239,219,207)
#F0DED3
(240,222,211)
#F1E1D7
(241,225,215)
#F2E4DB
(242,228,219)
#F3E7DF
(243,231,223)
#F4EAE3
(244,234,227)
#F5EDE7
(245,237,231)
#F6F0EB
(246,240,235)
#F7F3EF
(247,243,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8CB; }

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

This text font color is #EED8CB.

Background Color

.myBgColor { background-color: #EED8CB; }

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

This div background color is #EED8CB.

Border color

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

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

This div border color is #EED8CB.

Opacity

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

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

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

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

This text has shadow with #EED8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED8CB.

Preview

Color preview on black background

This text has color #EED8CB on black background.


Color preview on white background

This text has color #EED8CB on white background.


Black color preview on #EED8CB background

This text has black color on #EED8CB background.


White color preview on #EED8CB background

This text has white color on #EED8CB background.


Related colors

Complementary color

Complementary color for #hex is #112734.


I love getcolorcode.com

Triadic colors

1 #CBEED8 and #D8CBEE with #EED8CB are triadic colors.

2 #CBD8EE and #D8EECB with #EED8CB are triadic colors.