COLOR #EEE8BE

HEX: #EEE8BE RGB: (238,232,190)

Color info

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

RGB color model

#EEE8BE color RGB value is (238,232,190).

RGB: (238,232,190) (93%, 91%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 190 of 255 = 75%

238
232
190

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

Portions of RGB colors in percentages

R + G + B = 238 + 232 + 190 = 660 (100%)
R 238 of 660 ~ 36.06%
G 232 of 660 ~ 35.15%
B 190 of 660 ~ 28.79'%

%36.06
%35.15
%28.79

CMYK color model

#EEE8BE color CMYK value is (0,3,20,7).

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

CMYK: (0,3,20,7)
C0M3Y20K7 (0%, 3%, 20%, 7%)
(0.00 / 0.03 / 0.20 / 0.07)

CMYK percentages

%0
%2.52
%20.17
%6.67

Codes

Color #EEE8BE in popluar color models

EE E8 BE
RGB 238 232 190
HSL 53° 58.54% 83.92%
HSB/HSV 53° 20.17% 93.33%
CMYK 0.00% 2.52% 20.17%
6.67%

Color #EEE8BE in popluar number systems.

HEX EE E8 BE
Decimal 238 232 190
Binary 11101110 11101000 10111110
Octal 356 350 276

Shades and tints

Shades of #EEE8BE

#EEE8BE
(238,232,190)
#D9D3AD
(217,211,173)
#C4BE9C
(196,190,156)
#AFA98B
(175,169,139)
#9A947A
(154,148,122)
#857F69
(133,127,105)
#706A58
(112,106,88)
#5B5547
(91,85,71)
#464036
(70,64,54)
#312B25
(49,43,37)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EEE8BE

#EEE8BE
(238,232,190)
#EFEAC3
(239,234,195)
#F0ECC8
(240,236,200)
#F1EECD
(241,238,205)
#F2F0D2
(242,240,210)
#F3F2D7
(243,242,215)
#F4F4DC
(244,244,220)
#F5F6E1
(245,246,225)
#F6F8E6
(246,248,230)
#F7FAEB
(247,250,235)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8BE; }

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

This text font color is #EEE8BE.

Background Color

.myBgColor { background-color: #EEE8BE; }

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

This div background color is #EEE8BE.

Border color

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

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

This div border color is #EEE8BE.

Opacity

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

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

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

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

This text has shadow with #EEE8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE8BE.

Preview

Color preview on black background

This text has color #EEE8BE on black background.


Color preview on white background

This text has color #EEE8BE on white background.


Black color preview on #EEE8BE background

This text has black color on #EEE8BE background.


White color preview on #EEE8BE background

This text has white color on #EEE8BE background.


Related colors

Complementary color

Complementary color for #hex is #111741.


I love getcolorcode.com

Triadic colors

1 #BEEEE8 and #E8BEEE with #EEE8BE are triadic colors.

2 #BEE8EE and #E8EEBE with #EEE8BE are triadic colors.