COLOR #EEEBDC

HEX: #EEEBDC RGB: (238,235,220)

Color info

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

RGB color model

#EEEBDC color RGB value is (238,235,220).

RGB: (238,235,220) (93%, 92%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 220 of 255 = 86%

238
235
220

R + G + B ~ 90%. #EEEBDC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 235 + 220 = 693 (100%)
R 238 of 693 ~ 34.34%
G 235 of 693 ~ 33.91%
B 220 of 693 ~ 31.75'%

%34.34
%33.91
%31.75

CMYK color model

#EEEBDC color CMYK value is (0,1,8,7).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 7.56%
  • key color value is 6.67%

CMYK: (0,1,8,7)
C0M1Y8K7 (0%, 1%, 8%, 7%)
(0.00 / 0.01 / 0.08 / 0.07)

CMYK percentages

%0
%1.26
%7.56
%6.67

Codes

Color #EEEBDC in popluar color models

EE EB DC
RGB 238 235 220
HSL 50° 34.62% 89.80%
HSB/HSV 50° 7.56% 93.33%
CMYK 0.00% 1.26% 7.56%
6.67%

Color #EEEBDC in popluar number systems.

HEX EE EB DC
Decimal 238 235 220
Binary 11101110 11101011 11011100
Octal 356 353 334

Shades and tints

Shades of #EEEBDC

#EEEBDC
(238,235,220)
#D9D6C8
(217,214,200)
#C4C1B4
(196,193,180)
#AFACA0
(175,172,160)
#9A978C
(154,151,140)
#858278
(133,130,120)
#706D64
(112,109,100)
#5B5850
(91,88,80)
#46433C
(70,67,60)
#312E28
(49,46,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEEBDC

#EEEBDC
(238,235,220)
#EFECDF
(239,236,223)
#F0EDE2
(240,237,226)
#F1EEE5
(241,238,229)
#F2EFE8
(242,239,232)
#F3F0EB
(243,240,235)
#F4F1EE
(244,241,238)
#F5F2F1
(245,242,241)
#F6F3F4
(246,243,244)
#F7F4F7
(247,244,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEBDC color. Also use rgb(238,235,220) instead hex code.

Text Font Color

.myTextColor { color: #EEEBDC; }

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

This text font color is #EEEBDC.

Background Color

.myBgColor { background-color: #EEEBDC; }

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

This div background color is #EEEBDC.

Border color

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

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

This div border color is #EEEBDC.

Opacity

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

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

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

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

This text has shadow with #EEEBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEBDC.

Preview

Color preview on black background

This text has color #EEEBDC on black background.


Color preview on white background

This text has color #EEEBDC on white background.


Black color preview on #EEEBDC background

This text has black color on #EEEBDC background.


White color preview on #EEEBDC background

This text has white color on #EEEBDC background.


Related colors

Complementary color

Complementary color for #hex is #111423.


I love getcolorcode.com

Triadic colors

1 #DCEEEB and #EBDCEE with #EEEBDC are triadic colors.

2 #DCEBEE and #EBEEDC with #EEEBDC are triadic colors.