COLOR #EEE1BD

HEX: #EEE1BD RGB: (238,225,189)

Color info

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

RGB color model

#EEE1BD color RGB value is (238,225,189).

RGB: (238,225,189) (93%, 88%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 189 of 255 = 74%

238
225
189

R + G + B ~ 85%. #EEE1BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 225 + 189 = 652 (100%)
R 238 of 652 ~ 36.5%
G 225 of 652 ~ 34.51%
B 189 of 652 ~ 28.99'%

%36.5
%34.51
%28.99

CMYK color model

#EEE1BD color CMYK value is (0,5,21,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK: (0,5,21,7) C0M5Y21K7 (0%,5%,21%,7%) (0.00/0.05/0.21/0.07) 

CMYK percentages

%0
%5.46
%20.59
%6.67

Codes

Color #EEE1BD in popluar color models

EE E1 BD
RGB 238 225 189
HSL 44° 59.04% 83.73%
HSB/HSV 44° 20.59% 93.33%
CMYK 0.00% 5.46% 20.59%
6.67%

Color #EEE1BD in popluar number systems.

HEX EE E1 BD
Decimal 238 225 189
Binary 11101110 11100001 10111101
Octal 356 341 275

Shades and tints

Shades of #EEE1BD

#EEE1BD
(238,225,189)
#D9CDAC
(217,205,172)
#C4B99B
(196,185,155)
#AFA58A
(175,165,138)
#9A9179
(154,145,121)
#857D68
(133,125,104)
#706957
(112,105,87)
#5B5546
(91,85,70)
#464135
(70,65,53)
#312D24
(49,45,36)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EEE1BD

#EEE1BD
(238,225,189)
#EFE3C3
(239,227,195)
#F0E5C9
(240,229,201)
#F1E7CF
(241,231,207)
#F2E9D5
(242,233,213)
#F3EBDB
(243,235,219)
#F4EDE1
(244,237,225)
#F5EFE7
(245,239,231)
#F6F1ED
(246,241,237)
#F7F3F3
(247,243,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1BD; }

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

This text font color is #EEE1BD.

Background Color

.myBgColor { background-color: #EEE1BD; }

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

This div background color is #EEE1BD.

Border color

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

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

This div border color is #EEE1BD.

Opacity

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

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

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

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

This text has shadow with #EEE1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE1BD.

Preview

Color preview on black background

This text has color #EEE1BD on black background.


Color preview on white background

This text has color #EEE1BD on white background.


Black color preview on #EEE1BD background

This text has black color on #EEE1BD background.


White color preview on #EEE1BD background

This text has white color on #EEE1BD background.


Related colors

Complementary color

Complementary color for #hex is #111E42.


I love getcolorcode.com

Triadic colors

1 #BDEEE1 and #E1BDEE with #EEE1BD are triadic colors.

2 #BDE1EE and #E1EEBD with #EEE1BD are triadic colors.