COLOR #EEE3E5

HEX: #EEE3E5 RGB: (238,227,229)

Color info

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

RGB color model

#EEE3E5 color RGB value is (238,227,229).

RGB: (238,227,229) (93%, 89%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 229 of 255 = 90%

238
227
229

R + G + B ~ 91%. #EEE3E5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 227 + 229 = 694 (100%)
R 238 of 694 ~ 34.29%
G 227 of 694 ~ 32.71%
B 229 of 694 ~ 33'%

%34.29
%32.71
%33

CMYK color model

#EEE3E5 color CMYK value is (0,5,4,7).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 3.78%
  • key color value is 6.67%

CMYK: (0,5,4,7)
C0M5Y4K7 (0%, 5%, 4%, 7%)
(0.00 / 0.05 / 0.04 / 0.07)

CMYK percentages

%0
%4.62
%3.78
%6.67

Codes

Color #EEE3E5 in popluar color models

EE E3 E5
RGB 238 227 229
HSL 349° 24.44% 91.18%
HSB/HSV 349° 4.62% 93.33%
CMYK 0.00% 4.62% 3.78%
6.67%

Color #EEE3E5 in popluar number systems.

HEX EE E3 E5
Decimal 238 227 229
Binary 11101110 11100011 11100101
Octal 356 343 345

Shades and tints

Shades of #EEE3E5

#EEE3E5
(238,227,229)
#D9CFD1
(217,207,209)
#C4BBBD
(196,187,189)
#AFA7A9
(175,167,169)
#9A9395
(154,147,149)
#857F81
(133,127,129)
#706B6D
(112,107,109)
#5B5759
(91,87,89)
#464345
(70,67,69)
#312F31
(49,47,49)
#1C1B1D
(28,27,29)
#000000
(0,0,0)

Tints of #EEE3E5

#EEE3E5
(238,227,229)
#EFE5E7
(239,229,231)
#F0E7E9
(240,231,233)
#F1E9EB
(241,233,235)
#F2EBED
(242,235,237)
#F3EDEF
(243,237,239)
#F4EFF1
(244,239,241)
#F5F1F3
(245,241,243)
#F6F3F5
(246,243,245)
#F7F5F7
(247,245,247)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3E5; }

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

This text font color is #EEE3E5.

Background Color

.myBgColor { background-color: #EEE3E5; }

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

This div background color is #EEE3E5.

Border color

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

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

This div border color is #EEE3E5.

Opacity

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

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

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

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

This text has shadow with #EEE3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE3E5.

Preview

Color preview on black background

This text has color #EEE3E5 on black background.


Color preview on white background

This text has color #EEE3E5 on white background.


Black color preview on #EEE3E5 background

This text has black color on #EEE3E5 background.


White color preview on #EEE3E5 background

This text has white color on #EEE3E5 background.


Related colors

Complementary color

Complementary color for #hex is #111C1A.


I love getcolorcode.com

Triadic colors

1 #E5EEE3 and #E3E5EE with #EEE3E5 are triadic colors.

2 #E5E3EE and #E3EEE5 with #EEE3E5 are triadic colors.