COLOR #EEF9DE

HEX: #EEF9DE RGB: (238,249,222)

Color info

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

RGB color model

#EEF9DE color RGB value is (238,249,222).

RGB: (238,249,222) (93%, 98%, 87%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 222 of 255 = 87%

238
249
222

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

Portions of RGB colors in percentages

R + G + B = 238 + 249 + 222 = 709 (100%)
R 238 of 709 ~ 33.57%
G 249 of 709 ~ 35.12%
B 222 of 709 ~ 31.31'%

%33.57
%35.12
%31.31

CMYK color model

#EEF9DE color CMYK value is (4,0,11,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK: (4,0,11,2) C4M0Y11K2 (4%,0%,11%,2%) (0.04/0.00/0.11/0.02) 

CMYK percentages

%4.42
%0
%10.84
%2.35

Codes

Color #EEF9DE in popluar color models

EE F9 DE
RGB 238 249 222
HSL 84° 69.23% 92.35%
HSB/HSV 84° 10.84% 97.65%
CMYK 4.42% 0.00% 10.84%
2.35%

Color #EEF9DE in popluar number systems.

HEX EE F9 DE
Decimal 238 249 222
Binary 11101110 11111001 11011110
Octal 356 371 336

Shades and tints

Shades of #EEF9DE

#EEF9DE
(238,249,222)
#D9E3CA
(217,227,202)
#C4CDB6
(196,205,182)
#AFB7A2
(175,183,162)
#9AA18E
(154,161,142)
#858B7A
(133,139,122)
#707566
(112,117,102)
#5B5F52
(91,95,82)
#46493E
(70,73,62)
#31332A
(49,51,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #EEF9DE

#EEF9DE
(238,249,222)
#EFF9E1
(239,249,225)
#F0F9E4
(240,249,228)
#F1F9E7
(241,249,231)
#F2F9EA
(242,249,234)
#F3F9ED
(243,249,237)
#F4F9F0
(244,249,240)
#F5F9F3
(245,249,243)
#F6F9F6
(246,249,246)
#F7F9F9
(247,249,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF9DE color. Also use rgb(238,249,222) instead hex code.

Text Font Color

.myTextColor { color: #EEF9DE; }

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

This text font color is #EEF9DE.

Background Color

.myBgColor { background-color: #EEF9DE; }

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

This div background color is #EEF9DE.

Border color

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

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

This div border color is #EEF9DE.

Opacity

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

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

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

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

This text has shadow with #EEF9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF9DE.

Preview

Color preview on black background

This text has color #EEF9DE on black background.


Color preview on white background

This text has color #EEF9DE on white background.


Black color preview on #EEF9DE background

This text has black color on #EEF9DE background.


White color preview on #EEF9DE background

This text has white color on #EEF9DE background.


Related colors

Complementary color

Complementary color for #hex is #110621.


I love getcolorcode.com

Triadic colors

1 #DEEEF9 and #F9DEEE with #EEF9DE are triadic colors.

2 #DEF9EE and #F9EEDE with #EEF9DE are triadic colors.