COLOR #EEDAB7

HEX: #EEDAB7
RGB: (238,218,183)

Color info

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

RGB color model

#EEDAB7 color RGB value is (238,218,183).

  • red value is 238;
  • green value is 218;
  • blue value is 183.
RGB:
(238,218,183)
(93%,85%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 183 of 255 = 72%

238
218
183

R + G + B ~ 83%. #EEDAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 218 + 183 = 639 (100%)
R 238 of 639 ~ 37.25%
G 218 of 639 ~ 34.12%
B 183 of 639 ~ 28.64%

%37.25
%34.12
%28.64

CMYK color model

#EEDAB7 color CMYK value is (0,8,23,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,8,23,7)
C0M8Y23K7 
(0%,8%,23%,7%)
(0.00/0.08/0.23/0.07)	

CMYK percentages

%0
%8.4
%23.11
%6.67

Codes

Color #EEDAB7 in popluar color models

EEDAB7
RGB238218183
HSL38°61.80%82.55%
HSB/HSV38°23.11%93.33%
CMYK0.00%8.40%23.11%
6.67%

Color #EEDAB7 in popluar number systems.

HEXEEDAB7
Decimal238218183
Binary111011101101101010110111
Octal356332267

Shades and tints

Shades of #EEDAB7

#EEDAB7
(238,218,183)
#D9C7A7
(217,199,167)
#C4B497
(196,180,151)
#AFA187
(175,161,135)
#9A8E77
(154,142,119)
#857B67
(133,123,103)
#706857
(112,104,87)
#5B5547
(91,85,71)
#464237
(70,66,55)
#312F27
(49,47,39)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #EEDAB7

#EEDAB7
(238,218,183)
#EFDDBD
(239,221,189)
#F0E0C3
(240,224,195)
#F1E3C9
(241,227,201)
#F2E6CF
(242,230,207)
#F3E9D5
(243,233,213)
#F4ECDB
(244,236,219)
#F5EFE1
(245,239,225)
#F6F2E7
(246,242,231)
#F7F5ED
(247,245,237)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDAB7 color. Also use rgb(238,218,183) instead hex code.

Text Font Color

.myTextColor { color: #EEDAB7; }

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

This text font color is #EEDAB7.


Background Color

.myBgColor { background-color: #EEDAB7; }

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

This div background color is #EEDAB7.


Border color

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

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

This div border color is #EEDAB7.


Opacity

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

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

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

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

This text has shadow with #EEDAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDAB7 on black background.


Color preview on white background

This text has color #EEDAB7 on white background.



Black color preview on #EEDAB7 background

This text has black color on #EEDAB7 background.


White color preview on #EEDAB7 background

This text has white color on #EEDAB7 background.