COLOR #EEE4E5

HEX: #EEE4E5
RGB: (238,228,229)

Color info

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

RGB color model

#EEE4E5 color RGB value is (238,228,229).

  • red value is 238;
  • green value is 228;
  • blue value is 229.
RGB:
(238,228,229)
(93%,89%,90%)

RGB channels and saturation

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

238
228
229

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 229 = 695 (100%)
R 238 of 695 ~ 34.24%
G 228 of 695 ~ 32.81%
B 229 of 695 ~ 32.95%

%34.24
%32.81
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(0,4,4,7)
C0M4Y4K7 
(0%,4%,4%,7%)
(0.00/0.04/0.04/0.07)	

CMYK percentages

%0
%4.2
%3.78
%6.67

Codes

Color #EEE4E5 in popluar color models

EEE4E5
RGB238228229
HSL354°22.73%91.37%
HSB/HSV354°4.20%93.33%
CMYK0.00%4.20%3.78%
6.67%

Color #EEE4E5 in popluar number systems.

HEXEEE4E5
Decimal238228229
Binary111011101110010011100101
Octal356344345

Shades and tints

Shades of #EEE4E5

#EEE4E5
(238,228,229)
#D9D0D1
(217,208,209)
#C4BCBD
(196,188,189)
#AFA8A9
(175,168,169)
#9A9495
(154,148,149)
#858081
(133,128,129)
#706C6D
(112,108,109)
#5B5859
(91,88,89)
#464445
(70,68,69)
#313031
(49,48,49)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #EEE4E5

#EEE4E5
(238,228,229)
#EFE6E7
(239,230,231)
#F0E8E9
(240,232,233)
#F1EAEB
(241,234,235)
#F2ECED
(242,236,237)
#F3EEEF
(243,238,239)
#F4F0F1
(244,240,241)
#F5F2F3
(245,242,243)
#F6F4F5
(246,244,245)
#F7F6F7
(247,246,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4E5; }

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

This text font color is #EEE4E5.


Background Color

.myBgColor { background-color: #EEE4E5; }

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

This div background color is #EEE4E5.


Border color

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

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

This div border color is #EEE4E5.


Opacity

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

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

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

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

This text has shadow with #EEE4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4E5 on black background.


Color preview on white background

This text has color #EEE4E5 on white background.



Black color preview on #EEE4E5 background

This text has black color on #EEE4E5 background.


White color preview on #EEE4E5 background

This text has white color on #EEE4E5 background.