COLOR #EED1CB

HEX: #EED1CB
RGB: (238,209,203)

Color info

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

RGB color model

#EED1CB color RGB value is (238,209,203).

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

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 203 of 255 = 80%

238
209
203

R + G + B ~ 85%. #EED1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 203 = 650 (100%)
R 238 of 650 ~ 36.62%
G 209 of 650 ~ 32.15%
B 203 of 650 ~ 31.23%

%36.62
%32.15
%31.23

CMYK color model

#EED1CB color CMYK value is (0,12,15,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,12,15,7)
C0M12Y15K7 
(0%,12%,15%,7%)
(0.00/0.12/0.15/0.07)	

CMYK percentages

%0
%12.18
%14.71
%6.67

Codes

Color #EED1CB in popluar color models

EED1CB
RGB238209203
HSL10°50.72%86.47%
HSB/HSV10°14.71%93.33%
CMYK0.00%12.18%14.71%
6.67%

Color #EED1CB in popluar number systems.

HEXEED1CB
Decimal238209203
Binary111011101101000111001011
Octal356321313

Shades and tints

Shades of #EED1CB

#EED1CB
(238,209,203)
#D9BEB9
(217,190,185)
#C4ABA7
(196,171,167)
#AF9895
(175,152,149)
#9A8583
(154,133,131)
#857271
(133,114,113)
#705F5F
(112,95,95)
#5B4C4D
(91,76,77)
#46393B
(70,57,59)
#312629
(49,38,41)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #EED1CB

#EED1CB
(238,209,203)
#EFD5CF
(239,213,207)
#F0D9D3
(240,217,211)
#F1DDD7
(241,221,215)
#F2E1DB
(242,225,219)
#F3E5DF
(243,229,223)
#F4E9E3
(244,233,227)
#F5EDE7
(245,237,231)
#F6F1EB
(246,241,235)
#F7F5EF
(247,245,239)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1CB; }

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

This text font color is #EED1CB.


Background Color

.myBgColor { background-color: #EED1CB; }

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

This div background color is #EED1CB.


Border color

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

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

This div border color is #EED1CB.


Opacity

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

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

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

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

This text has shadow with #EED1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1CB on black background.


Color preview on white background

This text has color #EED1CB on white background.



Black color preview on #EED1CB background

This text has black color on #EED1CB background.


White color preview on #EED1CB background

This text has white color on #EED1CB background.