COLOR #EEE5BD

HEX: #EEE5BD RGB: (238,229,189)

Color info

#EEE5BD contains red, green and blue colors in about the same proportion. Web safe color of #EEE5BD is #FFCCCC (or #FCC).

RGB color model

#EEE5BD color RGB value is (238,229,189).

RGB: (238,229,189) (93%, 90%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 189 of 255 = 74%

238
229
189

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

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 189 = 656 (100%)
R 238 of 656 ~ 36.28%
G 229 of 656 ~ 34.91%
B 189 of 656 ~ 28.81'%

%36.28
%34.91
%28.81

CMYK color model

#EEE5BD color CMYK value is (0,4,21,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 20.59%
  • key color value is 6.67%

CMYK: (0,4,21,7)
C0M4Y21K7 (0%, 4%, 21%, 7%)
(0.00 / 0.04 / 0.21 / 0.07)

CMYK percentages

%0
%3.78
%20.59
%6.67

Codes

Color #EEE5BD in popluar color models

EE E5 BD
RGB 238 229 189
HSL 49° 59.04% 83.73%
HSB/HSV 49° 20.59% 93.33%
CMYK 0.00% 3.78% 20.59%
6.67%

Color #EEE5BD in popluar number systems.

HEX EE E5 BD
Decimal 238 229 189
Binary 11101110 11100101 10111101
Octal 356 345 275

Shades and tints

Shades of #EEE5BD

#EEE5BD
(238,229,189)
#D9D1AC
(217,209,172)
#C4BD9B
(196,189,155)
#AFA98A
(175,169,138)
#9A9579
(154,149,121)
#858168
(133,129,104)
#706D57
(112,109,87)
#5B5946
(91,89,70)
#464535
(70,69,53)
#313124
(49,49,36)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #EEE5BD

#EEE5BD
(238,229,189)
#EFE7C3
(239,231,195)
#F0E9C9
(240,233,201)
#F1EBCF
(241,235,207)
#F2EDD5
(242,237,213)
#F3EFDB
(243,239,219)
#F4F1E1
(244,241,225)
#F5F3E7
(245,243,231)
#F6F5ED
(246,245,237)
#F7F7F3
(247,247,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE5BD color. Also use rgb(238,229,189) instead hex code.

Text Font Color

.myTextColor { color: #EEE5BD; }

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

This text font color is #EEE5BD.

Background Color

.myBgColor { background-color: #EEE5BD; }

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

This div background color is #EEE5BD.

Border color

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

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

This div border color is #EEE5BD.

Opacity

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

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

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

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

This text has shadow with #EEE5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5BD.

Preview

Color preview on black background

This text has color #EEE5BD on black background.


Color preview on white background

This text has color #EEE5BD on white background.


Black color preview on #EEE5BD background

This text has black color on #EEE5BD background.


White color preview on #EEE5BD background

This text has white color on #EEE5BD background.


Related colors

Complementary color

Complementary color for #hex is #111A42.


I love getcolorcode.com

Triadic colors

1 #BDEEE5 and #E5BDEE with #EEE5BD are triadic colors.

2 #BDE5EE and #E5EEBD with #EEE5BD are triadic colors.