COLOR #EEE6E9

HEX: #EEE6E9
RGB: (238,230,233)

Color info

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

RGB color model

#EEE6E9 color RGB value is (238,230,233).

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

RGB channels and saturation

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

238
230
233

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 233 = 701 (100%)
R 238 of 701 ~ 33.95%
G 230 of 701 ~ 32.81%
B 233 of 701 ~ 33.24%

%33.95
%32.81
%33.24

CMYK color model

#EEE6E9 color CMYK value is (0,3,2,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(0,3,2,7)
C0M3Y2K7 
(0%,3%,2%,7%)
(0.00/0.03/0.02/0.07)	

CMYK percentages

%0
%3.36
%2.1
%6.67

Codes

Color #EEE6E9 in popluar color models

EEE6E9
RGB238230233
HSL338°19.05%91.76%
HSB/HSV338°3.36%93.33%
CMYK0.00%3.36%2.10%
6.67%

Color #EEE6E9 in popluar number systems.

HEXEEE6E9
Decimal238230233
Binary111011101110011011101001
Octal356346351

Shades and tints

Shades of #EEE6E9

#EEE6E9
(238,230,233)
#D9D2D4
(217,210,212)
#C4BEBF
(196,190,191)
#AFAAAA
(175,170,170)
#9A9695
(154,150,149)
#858280
(133,130,128)
#706E6B
(112,110,107)
#5B5A56
(91,90,86)
#464641
(70,70,65)
#31322C
(49,50,44)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #EEE6E9

#EEE6E9
(238,230,233)
#EFE8EB
(239,232,235)
#F0EAED
(240,234,237)
#F1ECEF
(241,236,239)
#F2EEF1
(242,238,241)
#F3F0F3
(243,240,243)
#F4F2F5
(244,242,245)
#F5F4F7
(245,244,247)
#F6F6F9
(246,246,249)
#F7F8FB
(247,248,251)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6E9; }

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

This text font color is #EEE6E9.


Background Color

.myBgColor { background-color: #EEE6E9; }

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

This div background color is #EEE6E9.


Border color

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

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

This div border color is #EEE6E9.


Opacity

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

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

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

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

This text has shadow with #EEE6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6E9 on black background.


Color preview on white background

This text has color #EEE6E9 on white background.



Black color preview on #EEE6E9 background

This text has black color on #EEE6E9 background.


White color preview on #EEE6E9 background

This text has white color on #EEE6E9 background.