COLOR #EEE4E6

HEX: #EEE4E6
RGB: (238,228,230)

Color info

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

RGB color model

#EEE4E6 color RGB value is (238,228,230).

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

RGB channels and saturation

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

238
228
230

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 230 = 696 (100%)
R 238 of 696 ~ 34.2%
G 228 of 696 ~ 32.76%
B 230 of 696 ~ 33.05%

%34.2
%32.76
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 3.36%
  • 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
%4.2
%3.36
%6.67

Codes

Color #EEE4E6 in popluar color models

EEE4E6
RGB238228230
HSL348°22.73%91.37%
HSB/HSV348°4.20%93.33%
CMYK0.00%4.20%3.36%
6.67%

Color #EEE4E6 in popluar number systems.

HEXEEE4E6
Decimal238228230
Binary111011101110010011100110
Octal356344346

Shades and tints

Shades of #EEE4E6

#EEE4E6
(238,228,230)
#D9D0D2
(217,208,210)
#C4BCBE
(196,188,190)
#AFA8AA
(175,168,170)
#9A9496
(154,148,150)
#858082
(133,128,130)
#706C6E
(112,108,110)
#5B585A
(91,88,90)
#464446
(70,68,70)
#313032
(49,48,50)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #EEE4E6

#EEE4E6
(238,228,230)
#EFE6E8
(239,230,232)
#F0E8EA
(240,232,234)
#F1EAEC
(241,234,236)
#F2ECEE
(242,236,238)
#F3EEF0
(243,238,240)
#F4F0F2
(244,240,242)
#F5F2F4
(245,242,244)
#F6F4F6
(246,244,246)
#F7F6F8
(247,246,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4E6; }

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

This text font color is #EEE4E6.


Background Color

.myBgColor { background-color: #EEE4E6; }

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

This div background color is #EEE4E6.


Border color

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

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

This div border color is #EEE4E6.


Opacity

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

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

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

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

This text has shadow with #EEE4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4E6 on black background.


Color preview on white background

This text has color #EEE4E6 on white background.



Black color preview on #EEE4E6 background

This text has black color on #EEE4E6 background.


White color preview on #EEE4E6 background

This text has white color on #EEE4E6 background.