COLOR #EEFAE1

HEX: #EEFAE1
RGB: (238,250,225)

Color info

#EEFAE1 contains red, green and blue colors in about the same proportion. Web safe color of #EEFAE1 is #FFFFCC (or #FFC).

RGB color model

#EEFAE1 color RGB value is (238,250,225).

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

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 225 of 255 = 88%

238
250
225

R + G + B ~ 93%. #EEFAE1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 225 = 713 (100%)
R 238 of 713 ~ 33.38%
G 250 of 713 ~ 35.06%
B 225 of 713 ~ 31.56%

%33.38
%35.06
%31.56

CMYK color model

#EEFAE1 color CMYK value is (5,0,10,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK:
(5,0,10,2)
C5M0Y10K2 
(5%,0%,10%,2%)
(0.05/0.00/0.10/0.02)	

CMYK percentages

%4.8
%0
%10
%1.96

Codes

Color #EEFAE1 in popluar color models

EEFAE1
RGB238250225
HSL89°71.43%93.14%
HSB/HSV89°10.00%98.04%
CMYK4.80%0.00%10.00%
1.96%

Color #EEFAE1 in popluar number systems.

HEXEEFAE1
Decimal238250225
Binary111011101111101011100001
Octal356372341

Shades and tints

Shades of #EEFAE1

#EEFAE1
(238,250,225)
#D9E4CD
(217,228,205)
#C4CEB9
(196,206,185)
#AFB8A5
(175,184,165)
#9AA291
(154,162,145)
#858C7D
(133,140,125)
#707669
(112,118,105)
#5B6055
(91,96,85)
#464A41
(70,74,65)
#31342D
(49,52,45)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #EEFAE1

#EEFAE1
(238,250,225)
#EFFAE3
(239,250,227)
#F0FAE5
(240,250,229)
#F1FAE7
(241,250,231)
#F2FAE9
(242,250,233)
#F3FAEB
(243,250,235)
#F4FAED
(244,250,237)
#F5FAEF
(245,250,239)
#F6FAF1
(246,250,241)
#F7FAF3
(247,250,243)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAE1; }

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

This text font color is #EEFAE1.


Background Color

.myBgColor { background-color: #EEFAE1; }

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

This div background color is #EEFAE1.


Border color

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

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

This div border color is #EEFAE1.


Opacity

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

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

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

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

This text has shadow with #EEFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFAE1 on black background.


Color preview on white background

This text has color #EEFAE1 on white background.



Black color preview on #EEFAE1 background

This text has black color on #EEFAE1 background.


White color preview on #EEFAE1 background

This text has white color on #EEFAE1 background.