COLOR #EED9E3

HEX: #EED9E3
RGB: (238,217,227)

Color info

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

RGB color model

#EED9E3 color RGB value is (238,217,227).

  • red value is 238;
  • green value is 217;
  • blue value is 227.
RGB:
(238,217,227)
(93%,85%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 227 of 255 = 89%

238
217
227

R + G + B ~ 89%. #EED9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 227 = 682 (100%)
R 238 of 682 ~ 34.9%
G 217 of 682 ~ 31.82%
B 227 of 682 ~ 33.28%

%34.9
%31.82
%33.28

CMYK color model

#EED9E3 color CMYK value is (0,9,5,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,9,5,7)
C0M9Y5K7 
(0%,9%,5%,7%)
(0.00/0.09/0.05/0.07)	

CMYK percentages

%0
%8.82
%4.62
%6.67

Codes

Color #EED9E3 in popluar color models

EED9E3
RGB238217227
HSL331°38.18%89.22%
HSB/HSV331°8.82%93.33%
CMYK0.00%8.82%4.62%
6.67%

Color #EED9E3 in popluar number systems.

HEXEED9E3
Decimal238217227
Binary111011101101100111100011
Octal356331343

Shades and tints

Shades of #EED9E3

#EED9E3
(238,217,227)
#D9C6CF
(217,198,207)
#C4B3BB
(196,179,187)
#AFA0A7
(175,160,167)
#9A8D93
(154,141,147)
#857A7F
(133,122,127)
#70676B
(112,103,107)
#5B5457
(91,84,87)
#464143
(70,65,67)
#312E2F
(49,46,47)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #EED9E3

#EED9E3
(238,217,227)
#EFDCE5
(239,220,229)
#F0DFE7
(240,223,231)
#F1E2E9
(241,226,233)
#F2E5EB
(242,229,235)
#F3E8ED
(243,232,237)
#F4EBEF
(244,235,239)
#F5EEF1
(245,238,241)
#F6F1F3
(246,241,243)
#F7F4F5
(247,244,245)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9E3 color. Also use rgb(238,217,227) instead hex code.

Text Font Color

.myTextColor { color: #EED9E3; }

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

This text font color is #EED9E3.


Background Color

.myBgColor { background-color: #EED9E3; }

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

This div background color is #EED9E3.


Border color

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

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

This div border color is #EED9E3.


Opacity

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

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

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

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

This text has shadow with #EED9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E3 on black background.


Color preview on white background

This text has color #EED9E3 on white background.



Black color preview on #EED9E3 background

This text has black color on #EED9E3 background.


White color preview on #EED9E3 background

This text has white color on #EED9E3 background.