COLOR #EEEABD

HEX: #EEEABD
RGB: (238,234,189)

Color info

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

RGB color model

#EEEABD color RGB value is (238,234,189).

  • red value is 238;
  • green value is 234;
  • blue value is 189.
RGB:
(238,234,189)
(93%,92%,74%)

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 189 of 255 = 74%

238
234
189

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

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 189 = 661 (100%)
R 238 of 661 ~ 36.01%
G 234 of 661 ~ 35.4%
B 189 of 661 ~ 28.59%

%36.01
%35.4
%28.59

CMYK color model

#EEEABD color CMYK value is (0,2,21,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(0,2,21,7)
C0M2Y21K7 
(0%,2%,21%,7%)
(0.00/0.02/0.21/0.07)	

CMYK percentages

%0
%1.68
%20.59
%6.67

Codes

Color #EEEABD in popluar color models

EEEABD
RGB238234189
HSL55°59.04%83.73%
HSB/HSV55°20.59%93.33%
CMYK0.00%1.68%20.59%
6.67%

Color #EEEABD in popluar number systems.

HEXEEEABD
Decimal238234189
Binary111011101110101010111101
Octal356352275

Shades and tints

Shades of #EEEABD

#EEEABD
(238,234,189)
#D9D5AC
(217,213,172)
#C4C09B
(196,192,155)
#AFAB8A
(175,171,138)
#9A9679
(154,150,121)
#858168
(133,129,104)
#706C57
(112,108,87)
#5B5746
(91,87,70)
#464235
(70,66,53)
#312D24
(49,45,36)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #EEEABD

#EEEABD
(238,234,189)
#EFEBC3
(239,235,195)
#F0ECC9
(240,236,201)
#F1EDCF
(241,237,207)
#F2EED5
(242,238,213)
#F3EFDB
(243,239,219)
#F4F0E1
(244,240,225)
#F5F1E7
(245,241,231)
#F6F2ED
(246,242,237)
#F7F3F3
(247,243,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEABD; }

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

This text font color is #EEEABD.


Background Color

.myBgColor { background-color: #EEEABD; }

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

This div background color is #EEEABD.


Border color

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

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

This div border color is #EEEABD.


Opacity

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

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

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

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

This text has shadow with #EEEABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEABD on black background.


Color preview on white background

This text has color #EEEABD on white background.



Black color preview on #EEEABD background

This text has black color on #EEEABD background.


White color preview on #EEEABD background

This text has white color on #EEEABD background.