COLOR #EEFAE3

HEX: #EEFAE3 RGB: (238,250,227)

Color info

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

RGB color model

#EEFAE3 color RGB value is (238,250,227).

RGB: (238,250,227) (93%, 98%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 227 of 255 = 89%

238
250
227

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

Portions of RGB colors in percentages

R + G + B = 238 + 250 + 227 = 715 (100%)
R 238 of 715 ~ 33.29%
G 250 of 715 ~ 34.97%
B 227 of 715 ~ 31.75'%

%33.29
%34.97
%31.75

CMYK color model

#EEFAE3 color CMYK value is (5,0,9,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 1.96%

CMYK: (5,0,9,2)
C5M0Y9K2 (5%, 0%, 9%, 2%)
(0.05 / 0.00 / 0.09 / 0.02)

CMYK percentages

%4.8
%0
%9.2
%1.96

Codes

Color #EEFAE3 in popluar color models

EE FA E3
RGB 238 250 227
HSL 91° 69.70% 93.53%
HSB/HSV 91° 9.20% 98.04%
CMYK 4.80% 0.00% 9.20%
1.96%

Color #EEFAE3 in popluar number systems.

HEX EE FA E3
Decimal 238 250 227
Binary 11101110 11111010 11100011
Octal 356 372 343

Shades and tints

Shades of #EEFAE3

#EEFAE3
(238,250,227)
#D9E4CF
(217,228,207)
#C4CEBB
(196,206,187)
#AFB8A7
(175,184,167)
#9AA293
(154,162,147)
#858C7F
(133,140,127)
#70766B
(112,118,107)
#5B6057
(91,96,87)
#464A43
(70,74,67)
#31342F
(49,52,47)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #EEFAE3

#EEFAE3
(238,250,227)
#EFFAE5
(239,250,229)
#F0FAE7
(240,250,231)
#F1FAE9
(241,250,233)
#F2FAEB
(242,250,235)
#F3FAED
(243,250,237)
#F4FAEF
(244,250,239)
#F5FAF1
(245,250,241)
#F6FAF3
(246,250,243)
#F7FAF5
(247,250,245)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAE3; }

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

This text font color is #EEFAE3.

Background Color

.myBgColor { background-color: #EEFAE3; }

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

This div background color is #EEFAE3.

Border color

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

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

This div border color is #EEFAE3.

Opacity

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

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

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

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

This text has shadow with #EEFAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFAE3.

Preview

Color preview on black background

This text has color #EEFAE3 on black background.


Color preview on white background

This text has color #EEFAE3 on white background.


Black color preview on #EEFAE3 background

This text has black color on #EEFAE3 background.


White color preview on #EEFAE3 background

This text has white color on #EEFAE3 background.


Related colors

Complementary color

Complementary color for #hex is #11051C.


I love getcolorcode.com

Triadic colors

1 #E3EEFA and #FAE3EE with #EEFAE3 are triadic colors.

2 #E3FAEE and #FAEEE3 with #EEFAE3 are triadic colors.