COLOR #EEF0DB

HEX: #EEF0DB RGB: (238,240,219)

Color info

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

RGB color model

#EEF0DB color RGB value is (238,240,219).

RGB: (238,240,219) (93%, 94%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 219 of 255 = 86%

238
240
219

R + G + B ~ 91%. #EEF0DB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 240 + 219 = 697 (100%)
R 238 of 697 ~ 34.15%
G 240 of 697 ~ 34.43%
B 219 of 697 ~ 31.42'%

%34.15
%34.43
%31.42

CMYK color model

#EEF0DB color CMYK value is (1,0,9,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%

CMYK: (1,0,9,6)
C1M0Y9K6 (1%, 0%, 9%, 6%)
(0.01 / 0.00 / 0.09 / 0.06)

CMYK percentages

%0.83
%0
%8.75
%5.88

Codes

Color #EEF0DB in popluar color models

EE F0 DB
RGB 238 240 219
HSL 66° 41.18% 90.00%
HSB/HSV 66° 8.75% 94.12%
CMYK 0.83% 0.00% 8.75%
5.88%

Color #EEF0DB in popluar number systems.

HEX EE F0 DB
Decimal 238 240 219
Binary 11101110 11110000 11011011
Octal 356 360 333

Shades and tints

Shades of #EEF0DB

#EEF0DB
(238,240,219)
#D9DBC8
(217,219,200)
#C4C6B5
(196,198,181)
#AFB1A2
(175,177,162)
#9A9C8F
(154,156,143)
#85877C
(133,135,124)
#707269
(112,114,105)
#5B5D56
(91,93,86)
#464843
(70,72,67)
#313330
(49,51,48)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #EEF0DB

#EEF0DB
(238,240,219)
#EFF1DE
(239,241,222)
#F0F2E1
(240,242,225)
#F1F3E4
(241,243,228)
#F2F4E7
(242,244,231)
#F3F5EA
(243,245,234)
#F4F6ED
(244,246,237)
#F5F7F0
(245,247,240)
#F6F8F3
(246,248,243)
#F7F9F6
(247,249,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF0DB color. Also use rgb(238,240,219) instead hex code.

Text Font Color

.myTextColor { color: #EEF0DB; }

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

This text font color is #EEF0DB.

Background Color

.myBgColor { background-color: #EEF0DB; }

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

This div background color is #EEF0DB.

Border color

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

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

This div border color is #EEF0DB.

Opacity

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

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

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

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

This text has shadow with #EEF0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF0DB.

Preview

Color preview on black background

This text has color #EEF0DB on black background.


Color preview on white background

This text has color #EEF0DB on white background.


Black color preview on #EEF0DB background

This text has black color on #EEF0DB background.


White color preview on #EEF0DB background

This text has white color on #EEF0DB background.


Related colors

Complementary color

Complementary color for #hex is #110F24.


I love getcolorcode.com

Triadic colors

1 #DBEEF0 and #F0DBEE with #EEF0DB are triadic colors.

2 #DBF0EE and #F0EEDB with #EEF0DB are triadic colors.