COLOR #EEDAE3

HEX: #EEDAE3
RGB: (238,218,227)

Color info

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

RGB color model

#EEDAE3 color RGB value is (238,218,227).

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

RGB channels and saturation

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

238
218
227

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

Portions of RGB colors in percentages

R + G + B =
238 + 218 + 227 = 683 (100%)
R 238 of 683 ~ 34.85%
G 218 of 683 ~ 31.92%
B 227 of 683 ~ 33.24%

%34.85
%31.92
%33.24

CMYK color model

#EEDAE3 color CMYK value is (0,8,5,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,8,5,7)
C0M8Y5K7 
(0%,8%,5%,7%)
(0.00/0.08/0.05/0.07)	

CMYK percentages

%0
%8.4
%4.62
%6.67

Codes

Color #EEDAE3 in popluar color models

EEDAE3
RGB238218227
HSL333°37.04%89.41%
HSB/HSV333°8.40%93.33%
CMYK0.00%8.40%4.62%
6.67%

Color #EEDAE3 in popluar number systems.

HEXEEDAE3
Decimal238218227
Binary111011101101101011100011
Octal356332343

Shades and tints

Shades of #EEDAE3

#EEDAE3
(238,218,227)
#D9C7CF
(217,199,207)
#C4B4BB
(196,180,187)
#AFA1A7
(175,161,167)
#9A8E93
(154,142,147)
#857B7F
(133,123,127)
#70686B
(112,104,107)
#5B5557
(91,85,87)
#464243
(70,66,67)
#312F2F
(49,47,47)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #EEDAE3

#EEDAE3
(238,218,227)
#EFDDE5
(239,221,229)
#F0E0E7
(240,224,231)
#F1E3E9
(241,227,233)
#F2E6EB
(242,230,235)
#F3E9ED
(243,233,237)
#F4ECEF
(244,236,239)
#F5EFF1
(245,239,241)
#F6F2F3
(246,242,243)
#F7F5F5
(247,245,245)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDAE3; }

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

This text font color is #EEDAE3.


Background Color

.myBgColor { background-color: #EEDAE3; }

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

This div background color is #EEDAE3.


Border color

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

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

This div border color is #EEDAE3.


Opacity

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

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

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

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

This text has shadow with #EEDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDAE3 on black background.


Color preview on white background

This text has color #EEDAE3 on white background.



Black color preview on #EEDAE3 background

This text has black color on #EEDAE3 background.


White color preview on #EEDAE3 background

This text has white color on #EEDAE3 background.