COLOR #EEBDAE

HEX: #EEBDAE
RGB: (238,189,174)

Color info

#EEBDAE contains mainly red and green colors. Web safe color of #EEBDAE is #FFCC99 (or #FC9).

RGB color model

#EEBDAE color RGB value is (238,189,174).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 174 of 255 = 68%

238
189
174

R + G + B ~ 78%. #EEBDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 174 = 601 (100%)
R 238 of 601 ~ 39.6%
G 189 of 601 ~ 31.45%
B 174 of 601 ~ 28.95%

%39.6
%31.45
%28.95

CMYK color model

#EEBDAE color CMYK value is (0,21,27,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(0,21,27,7)
C0M21Y27K7 
(0%,21%,27%,7%)
(0.00/0.21/0.27/0.07)	

CMYK percentages

%0
%20.59
%26.89
%6.67

Codes

Color #EEBDAE in popluar color models

EEBDAE
RGB238189174
HSL14°65.31%80.78%
HSB/HSV14°26.89%93.33%
CMYK0.00%20.59%26.89%
6.67%

Color #EEBDAE in popluar number systems.

HEXEEBDAE
Decimal238189174
Binary111011101011110110101110
Octal356275256

Shades and tints

Shades of #EEBDAE

#EEBDAE
(238,189,174)
#D9AC9F
(217,172,159)
#C49B90
(196,155,144)
#AF8A81
(175,138,129)
#9A7972
(154,121,114)
#856863
(133,104,99)
#705754
(112,87,84)
#5B4645
(91,70,69)
#463536
(70,53,54)
#312427
(49,36,39)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEBDAE

#EEBDAE
(238,189,174)
#EFC3B5
(239,195,181)
#F0C9BC
(240,201,188)
#F1CFC3
(241,207,195)
#F2D5CA
(242,213,202)
#F3DBD1
(243,219,209)
#F4E1D8
(244,225,216)
#F5E7DF
(245,231,223)
#F6EDE6
(246,237,230)
#F7F3ED
(247,243,237)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBDAE; }

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

This text font color is #EEBDAE.


Background Color

.myBgColor { background-color: #EEBDAE; }

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

This div background color is #EEBDAE.


Border color

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

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

This div border color is #EEBDAE.


Opacity

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

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

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

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

This text has shadow with #EEBDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDAE on black background.


Color preview on white background

This text has color #EEBDAE on white background.



Black color preview on #EEBDAE background

This text has black color on #EEBDAE background.


White color preview on #EEBDAE background

This text has white color on #EEBDAE background.