COLOR #EEEFDB

HEX: #EEEFDB RGB: (238,239,219)

Color info

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

RGB color model

#EEEFDB color RGB value is (238,239,219).

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

RGB channels and saturation

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

238
239
219

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

Portions of RGB colors in percentages

R + G + B = 238 + 239 + 219 = 696 (100%)
R 238 of 696 ~ 34.2%
G 239 of 696 ~ 34.34%
B 219 of 696 ~ 31.47'%

%34.2
%34.34
%31.47

CMYK color model

#EEEFDB color CMYK value is (0,0,8,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (0,0,8,6)
C0M0Y8K6 (0%, 0%, 8%, 6%)
(0.00 / 0.00 / 0.08 / 0.06)

CMYK percentages

%0.42
%0
%8.37
%6.27

Codes

Color #EEEFDB in popluar color models

EE EF DB
RGB 238 239 219
HSL 63° 38.46% 89.80%
HSB/HSV 63° 8.37% 93.73%
CMYK 0.42% 0.00% 8.37%
6.27%

Color #EEEFDB in popluar number systems.

HEX EE EF DB
Decimal 238 239 219
Binary 11101110 11101111 11011011
Octal 356 357 333

Shades and tints

Shades of #EEEFDB

#EEEFDB
(238,239,219)
#D9DAC8
(217,218,200)
#C4C5B5
(196,197,181)
#AFB0A2
(175,176,162)
#9A9B8F
(154,155,143)
#85867C
(133,134,124)
#707169
(112,113,105)
#5B5C56
(91,92,86)
#464743
(70,71,67)
#313230
(49,50,48)
#1C1D1D
(28,29,29)
#000000
(0,0,0)

Tints of #EEEFDB

#EEEFDB
(238,239,219)
#EFF0DE
(239,240,222)
#F0F1E1
(240,241,225)
#F1F2E4
(241,242,228)
#F2F3E7
(242,243,231)
#F3F4EA
(243,244,234)
#F4F5ED
(244,245,237)
#F5F6F0
(245,246,240)
#F6F7F3
(246,247,243)
#F7F8F6
(247,248,246)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFDB; }

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

This text font color is #EEEFDB.

Background Color

.myBgColor { background-color: #EEEFDB; }

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

This div background color is #EEEFDB.

Border color

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

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

This div border color is #EEEFDB.

Opacity

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

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

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

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

This text has shadow with #EEEFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEFDB.

Preview

Color preview on black background

This text has color #EEEFDB on black background.


Color preview on white background

This text has color #EEEFDB on white background.


Black color preview on #EEEFDB background

This text has black color on #EEEFDB background.


White color preview on #EEEFDB background

This text has white color on #EEEFDB background.


Related colors

Complementary color

Complementary color for #hex is #111024.


I love getcolorcode.com

Triadic colors

1 #DBEEEF and #EFDBEE with #EEEFDB are triadic colors.

2 #DBEFEE and #EFEEDB with #EEEFDB are triadic colors.