COLOR #EEE8BC

HEX: #EEE8BC RGB: (238,232,188)

Color info

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

RGB color model

#EEE8BC color RGB value is (238,232,188).

RGB: (238,232,188) (93%, 91%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 188 of 255 = 74%

238
232
188

R + G + B ~ 86%. #EEE8BC is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 232 + 188 = 658 (100%)
R 238 of 658 ~ 36.17%
G 232 of 658 ~ 35.26%
B 188 of 658 ~ 28.57'%

%36.17
%35.26
%28.57

CMYK color model

#EEE8BC color CMYK value is (0,3,21,7).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 21.01%
  • key color value is 6.67%

CMYK: (0,3,21,7)
C0M3Y21K7 (0%, 3%, 21%, 7%)
(0.00 / 0.03 / 0.21 / 0.07)

CMYK percentages

%0
%2.52
%21.01
%6.67

Codes

Color #EEE8BC in popluar color models

EE E8 BC
RGB 238 232 188
HSL 53° 59.52% 83.53%
HSB/HSV 53° 21.01% 93.33%
CMYK 0.00% 2.52% 21.01%
6.67%

Color #EEE8BC in popluar number systems.

HEX EE E8 BC
Decimal 238 232 188
Binary 11101110 11101000 10111100
Octal 356 350 274

Shades and tints

Shades of #EEE8BC

#EEE8BC
(238,232,188)
#D9D3AB
(217,211,171)
#C4BE9A
(196,190,154)
#AFA989
(175,169,137)
#9A9478
(154,148,120)
#857F67
(133,127,103)
#706A56
(112,106,86)
#5B5545
(91,85,69)
#464034
(70,64,52)
#312B23
(49,43,35)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EEE8BC

#EEE8BC
(238,232,188)
#EFEAC2
(239,234,194)
#F0ECC8
(240,236,200)
#F1EECE
(241,238,206)
#F2F0D4
(242,240,212)
#F3F2DA
(243,242,218)
#F4F4E0
(244,244,224)
#F5F6E6
(245,246,230)
#F6F8EC
(246,248,236)
#F7FAF2
(247,250,242)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE8BC color. Also use rgb(238,232,188) instead hex code.

Text Font Color

.myTextColor { color: #EEE8BC; }

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

This text font color is #EEE8BC.

Background Color

.myBgColor { background-color: #EEE8BC; }

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

This div background color is #EEE8BC.

Border color

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

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

This div border color is #EEE8BC.

Opacity

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

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

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

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

This text has shadow with #EEE8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE8BC.

Preview

Color preview on black background

This text has color #EEE8BC on black background.


Color preview on white background

This text has color #EEE8BC on white background.


Black color preview on #EEE8BC background

This text has black color on #EEE8BC background.


White color preview on #EEE8BC background

This text has white color on #EEE8BC background.


Related colors

Complementary color

Complementary color for #hex is #111743.


I love getcolorcode.com

Triadic colors

1 #BCEEE8 and #E8BCEE with #EEE8BC are triadic colors.

2 #BCE8EE and #E8EEBC with #EEE8BC are triadic colors.