COLOR #EEF2C4

HEX: #EEF2C4 RGB: (238,242,196)

Color info

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

RGB color model

#EEF2C4 color RGB value is (238,242,196).

RGB: (238,242,196) (93%, 95%, 77%)

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 196 of 255 = 77%

238
242
196

R + G + B ~ 88%. #EEF2C4 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 242 + 196 = 676 (100%)
R 238 of 676 ~ 35.21%
G 242 of 676 ~ 35.8%
B 196 of 676 ~ 28.99'%

%35.21
%35.8
%28.99

CMYK color model

#EEF2C4 color CMYK value is (2,0,19,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 5.10%
CMYK: (2,0,19,5) C2M0Y19K5 (2%,0%,19%,5%) (0.02/0.00/0.19/0.05) 

CMYK percentages

%1.65
%0
%19.01
%5.1

Codes

Color #EEF2C4 in popluar color models

EE F2 C4
RGB 238 242 196
HSL 65° 63.89% 85.88%
HSB/HSV 65° 19.01% 94.90%
CMYK 1.65% 0.00% 19.01%
5.10%

Color #EEF2C4 in popluar number systems.

HEX EE F2 C4
Decimal 238 242 196
Binary 11101110 11110010 11000100
Octal 356 362 304

Shades and tints

Shades of #EEF2C4

#EEF2C4
(238,242,196)
#D9DCB3
(217,220,179)
#C4C6A2
(196,198,162)
#AFB091
(175,176,145)
#9A9A80
(154,154,128)
#85846F
(133,132,111)
#706E5E
(112,110,94)
#5B584D
(91,88,77)
#46423C
(70,66,60)
#312C2B
(49,44,43)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #EEF2C4

#EEF2C4
(238,242,196)
#EFF3C9
(239,243,201)
#F0F4CE
(240,244,206)
#F1F5D3
(241,245,211)
#F2F6D8
(242,246,216)
#F3F7DD
(243,247,221)
#F4F8E2
(244,248,226)
#F5F9E7
(245,249,231)
#F6FAEC
(246,250,236)
#F7FBF1
(247,251,241)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2C4; }

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

This text font color is #EEF2C4.

Background Color

.myBgColor { background-color: #EEF2C4; }

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

This div background color is #EEF2C4.

Border color

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

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

This div border color is #EEF2C4.

Opacity

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

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

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

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

This text has shadow with #EEF2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF2C4.

Preview

Color preview on black background

This text has color #EEF2C4 on black background.


Color preview on white background

This text has color #EEF2C4 on white background.


Black color preview on #EEF2C4 background

This text has black color on #EEF2C4 background.


White color preview on #EEF2C4 background

This text has white color on #EEF2C4 background.


Related colors

Complementary color

Complementary color for #hex is #110D3B.


I love getcolorcode.com

Triadic colors

1 #C4EEF2 and #F2C4EE with #EEF2C4 are triadic colors.

2 #C4F2EE and #F2EEC4 with #EEF2C4 are triadic colors.