COLOR #EEF9EC

HEX: #EEF9EC RGB: (238,249,236)

Color info

#EEF9EC contains red, green and blue colors in about the same proportion. Web safe color of #EEF9EC is #FFFFFF (or #FFF).

RGB color model

#EEF9EC color RGB value is (238,249,236).

RGB: (238,249,236) (93%, 98%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 236 of 255 = 93%

238
249
236

R + G + B ~ 95%. #EEF9EC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 249 + 236 = 723 (100%)
R 238 of 723 ~ 32.92%
G 249 of 723 ~ 34.44%
B 236 of 723 ~ 32.64'%

%32.92
%34.44
%32.64

CMYK color model

#EEF9EC color CMYK value is (4,0,5,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 2.35%

CMYK: (4,0,5,2)
C4M0Y5K2 (4%, 0%, 5%, 2%)
(0.04 / 0.00 / 0.05 / 0.02)

CMYK percentages

%4.42
%0
%5.22
%2.35

Codes

Color #EEF9EC in popluar color models

EE F9 EC
RGB 238 249 236
HSL 111° 52.00% 95.10%
HSB/HSV 111° 5.22% 97.65%
CMYK 4.42% 0.00% 5.22%
2.35%

Color #EEF9EC in popluar number systems.

HEX EE F9 EC
Decimal 238 249 236
Binary 11101110 11111001 11101100
Octal 356 371 354

Shades and tints

Shades of #EEF9EC

#EEF9EC
(238,249,236)
#D9E3D7
(217,227,215)
#C4CDC2
(196,205,194)
#AFB7AD
(175,183,173)
#9AA198
(154,161,152)
#858B83
(133,139,131)
#70756E
(112,117,110)
#5B5F59
(91,95,89)
#464944
(70,73,68)
#31332F
(49,51,47)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEF9EC

#EEF9EC
(238,249,236)
#EFF9ED
(239,249,237)
#F0F9EE
(240,249,238)
#F1F9EF
(241,249,239)
#F2F9F0
(242,249,240)
#F3F9F1
(243,249,241)
#F4F9F2
(244,249,242)
#F5F9F3
(245,249,243)
#F6F9F4
(246,249,244)
#F7F9F5
(247,249,245)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF9EC; }

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

This text font color is #EEF9EC.

Background Color

.myBgColor { background-color: #EEF9EC; }

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

This div background color is #EEF9EC.

Border color

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

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

This div border color is #EEF9EC.

Opacity

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

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

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

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

This text has shadow with #EEF9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF9EC.

Preview

Color preview on black background

This text has color #EEF9EC on black background.


Color preview on white background

This text has color #EEF9EC on white background.


Black color preview on #EEF9EC background

This text has black color on #EEF9EC background.


White color preview on #EEF9EC background

This text has white color on #EEF9EC background.


Related colors

Complementary color

Complementary color for #hex is #110613.


I love getcolorcode.com

Triadic colors

1 #ECEEF9 and #F9ECEE with #EEF9EC are triadic colors.

2 #ECF9EE and #F9EEEC with #EEF9EC are triadic colors.