COLOR #EEFAE7

HEX: #EEFAE7
RGB: (238,250,231)

Color info

#EEFAE7 contains red, green and blue colors in about the same proportion. Web safe color of #EEFAE7 is #FFFFFF (or #FFF).

RGB color model

#EEFAE7 color RGB value is (238,250,231).

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

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 231 of 255 = 91%

238
250
231

R + G + B ~ 94%. #EEFAE7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 231 = 719 (100%)
R 238 of 719 ~ 33.1%
G 250 of 719 ~ 34.77%
B 231 of 719 ~ 32.13%

%33.1
%34.77
%32.13

CMYK color model

#EEFAE7 color CMYK value is (5,0,8,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 1.96%
CMYK:
(5,0,8,2)
C5M0Y8K2 
(5%,0%,8%,2%)
(0.05/0.00/0.08/0.02)	

CMYK percentages

%4.8
%0
%7.6
%1.96

Codes

Color #EEFAE7 in popluar color models

EEFAE7
RGB238250231
HSL98°65.52%94.31%
HSB/HSV98°7.60%98.04%
CMYK4.80%0.00%7.60%
1.96%

Color #EEFAE7 in popluar number systems.

HEXEEFAE7
Decimal238250231
Binary111011101111101011100111
Octal356372347

Shades and tints

Shades of #EEFAE7

#EEFAE7
(238,250,231)
#D9E4D2
(217,228,210)
#C4CEBD
(196,206,189)
#AFB8A8
(175,184,168)
#9AA293
(154,162,147)
#858C7E
(133,140,126)
#707669
(112,118,105)
#5B6054
(91,96,84)
#464A3F
(70,74,63)
#31342A
(49,52,42)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #EEFAE7

#EEFAE7
(238,250,231)
#EFFAE9
(239,250,233)
#F0FAEB
(240,250,235)
#F1FAED
(241,250,237)
#F2FAEF
(242,250,239)
#F3FAF1
(243,250,241)
#F4FAF3
(244,250,243)
#F5FAF5
(245,250,245)
#F6FAF7
(246,250,247)
#F7FAF9
(247,250,249)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAE7; }

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

This text font color is #EEFAE7.


Background Color

.myBgColor { background-color: #EEFAE7; }

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

This div background color is #EEFAE7.


Border color

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

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

This div border color is #EEFAE7.


Opacity

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

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

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

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

This text has shadow with #EEFAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFAE7 on black background.


Color preview on white background

This text has color #EEFAE7 on white background.



Black color preview on #EEFAE7 background

This text has black color on #EEFAE7 background.


White color preview on #EEFAE7 background

This text has white color on #EEFAE7 background.