COLOR #EEF2E3

HEX: #EEF2E3 RGB: (238,242,227)

Color info

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

RGB color model

#EEF2E3 color RGB value is (238,242,227).

RGB: (238,242,227) (93%, 95%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 227 of 255 = 89%

238
242
227

R + G + B ~ 92%. #EEF2E3 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 242 + 227 = 707 (100%)
R 238 of 707 ~ 33.66%
G 242 of 707 ~ 34.23%
B 227 of 707 ~ 32.11'%

%33.66
%34.23
%32.11

CMYK color model

#EEF2E3 color CMYK value is (2,0,6,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 6.20%
  • key color value is 5.10%
CMYK: (2,0,6,5) C2M0Y6K5 (2%,0%,6%,5%) (0.02/0.00/0.06/0.05) 

CMYK percentages

%1.65
%0
%6.2
%5.1

Codes

Color #EEF2E3 in popluar color models

EE F2 E3
RGB 238 242 227
HSL 76° 36.59% 91.96%
HSB/HSV 76° 6.20% 94.90%
CMYK 1.65% 0.00% 6.20%
5.10%

Color #EEF2E3 in popluar number systems.

HEX EE F2 E3
Decimal 238 242 227
Binary 11101110 11110010 11100011
Octal 356 362 343

Shades and tints

Shades of #EEF2E3

#EEF2E3
(238,242,227)
#D9DCCF
(217,220,207)
#C4C6BB
(196,198,187)
#AFB0A7
(175,176,167)
#9A9A93
(154,154,147)
#85847F
(133,132,127)
#706E6B
(112,110,107)
#5B5857
(91,88,87)
#464243
(70,66,67)
#312C2F
(49,44,47)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #EEF2E3

#EEF2E3
(238,242,227)
#EFF3E5
(239,243,229)
#F0F4E7
(240,244,231)
#F1F5E9
(241,245,233)
#F2F6EB
(242,246,235)
#F3F7ED
(243,247,237)
#F4F8EF
(244,248,239)
#F5F9F1
(245,249,241)
#F6FAF3
(246,250,243)
#F7FBF5
(247,251,245)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2E3; }

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

This text font color is #EEF2E3.

Background Color

.myBgColor { background-color: #EEF2E3; }

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

This div background color is #EEF2E3.

Border color

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

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

This div border color is #EEF2E3.

Opacity

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

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

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

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

This text has shadow with #EEF2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF2E3.

Preview

Color preview on black background

This text has color #EEF2E3 on black background.


Color preview on white background

This text has color #EEF2E3 on white background.


Black color preview on #EEF2E3 background

This text has black color on #EEF2E3 background.


White color preview on #EEF2E3 background

This text has white color on #EEF2E3 background.


Related colors

Complementary color

Complementary color for #hex is #110D1C.


I love getcolorcode.com

Triadic colors

1 #E3EEF2 and #F2E3EE with #EEF2E3 are triadic colors.

2 #E3F2EE and #F2EEE3 with #EEF2E3 are triadic colors.