COLOR #EEE5E9

HEX: #EEE5E9
RGB: (238,229,233)

Color info

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

RGB color model

#EEE5E9 color RGB value is (238,229,233).

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

RGB channels and saturation

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

238
229
233

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 233 = 700 (100%)
R 238 of 700 ~ 34%
G 229 of 700 ~ 32.71%
B 233 of 700 ~ 33.29%

%34
%32.71
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,4,2,7)
C0M4Y2K7 
(0%,4%,2%,7%)
(0.00/0.04/0.02/0.07)	

CMYK percentages

%0
%3.78
%2.1
%6.67

Codes

Color #EEE5E9 in popluar color models

EEE5E9
RGB238229233
HSL333°20.93%91.57%
HSB/HSV333°3.78%93.33%
CMYK0.00%3.78%2.10%
6.67%

Color #EEE5E9 in popluar number systems.

HEXEEE5E9
Decimal238229233
Binary111011101110010111101001
Octal356345351

Shades and tints

Shades of #EEE5E9

#EEE5E9
(238,229,233)
#D9D1D4
(217,209,212)
#C4BDBF
(196,189,191)
#AFA9AA
(175,169,170)
#9A9595
(154,149,149)
#858180
(133,129,128)
#706D6B
(112,109,107)
#5B5956
(91,89,86)
#464541
(70,69,65)
#31312C
(49,49,44)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #EEE5E9

#EEE5E9
(238,229,233)
#EFE7EB
(239,231,235)
#F0E9ED
(240,233,237)
#F1EBEF
(241,235,239)
#F2EDF1
(242,237,241)
#F3EFF3
(243,239,243)
#F4F1F5
(244,241,245)
#F5F3F7
(245,243,247)
#F6F5F9
(246,245,249)
#F7F7FB
(247,247,251)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5E9; }

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

This text font color is #EEE5E9.


Background Color

.myBgColor { background-color: #EEE5E9; }

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

This div background color is #EEE5E9.


Border color

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

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

This div border color is #EEE5E9.


Opacity

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

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

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

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

This text has shadow with #EEE5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5E9 on black background.


Color preview on white background

This text has color #EEE5E9 on white background.



Black color preview on #EEE5E9 background

This text has black color on #EEE5E9 background.


White color preview on #EEE5E9 background

This text has white color on #EEE5E9 background.