COLOR #EEE5E7

HEX: #EEE5E7
RGB: (238,229,231)

Color info

#EEE5E7 contains red, green and blue colors in about the same proportion. Web safe color of #EEE5E7 is #FFCCFF (or #FCF).

RGB color model

#EEE5E7 color RGB value is (238,229,231).

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

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 231 of 255 = 91%

238
229
231

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 231 = 698 (100%)
R 238 of 698 ~ 34.1%
G 229 of 698 ~ 32.81%
B 231 of 698 ~ 33.09%

%34.1
%32.81
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,4,3,7)
C0M4Y3K7 
(0%,4%,3%,7%)
(0.00/0.04/0.03/0.07)	

CMYK percentages

%0
%3.78
%2.94
%6.67

Codes

Color #EEE5E7 in popluar color models

EEE5E7
RGB238229231
HSL347°20.93%91.57%
HSB/HSV347°3.78%93.33%
CMYK0.00%3.78%2.94%
6.67%

Color #EEE5E7 in popluar number systems.

HEXEEE5E7
Decimal238229231
Binary111011101110010111100111
Octal356345347

Shades and tints

Shades of #EEE5E7

#EEE5E7
(238,229,231)
#D9D1D2
(217,209,210)
#C4BDBD
(196,189,189)
#AFA9A8
(175,169,168)
#9A9593
(154,149,147)
#85817E
(133,129,126)
#706D69
(112,109,105)
#5B5954
(91,89,84)
#46453F
(70,69,63)
#31312A
(49,49,42)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #EEE5E7

#EEE5E7
(238,229,231)
#EFE7E9
(239,231,233)
#F0E9EB
(240,233,235)
#F1EBED
(241,235,237)
#F2EDEF
(242,237,239)
#F3EFF1
(243,239,241)
#F4F1F3
(244,241,243)
#F5F3F5
(245,243,245)
#F6F5F7
(246,245,247)
#F7F7F9
(247,247,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5E7; }

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

This text font color is #EEE5E7.


Background Color

.myBgColor { background-color: #EEE5E7; }

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

This div background color is #EEE5E7.


Border color

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

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

This div border color is #EEE5E7.


Opacity

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

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

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

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

This text has shadow with #EEE5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5E7 on black background.


Color preview on white background

This text has color #EEE5E7 on white background.



Black color preview on #EEE5E7 background

This text has black color on #EEE5E7 background.


White color preview on #EEE5E7 background

This text has white color on #EEE5E7 background.