COLOR #EED6AB

HEX: #EED6AB
RGB: (238,214,171)

Color info

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

RGB color model

#EED6AB color RGB value is (238,214,171).

  • red value is 238;
  • green value is 214;
  • blue value is 171.
RGB:
(238,214,171)
(93%,84%,67%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 171 of 255 = 67%

238
214
171

R + G + B ~ 81%. #EED6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 171 = 623 (100%)
R 238 of 623 ~ 38.2%
G 214 of 623 ~ 34.35%
B 171 of 623 ~ 27.45%

%38.2
%34.35
%27.45

CMYK color model

#EED6AB color CMYK value is (0,10,28,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 28.15%
  • key color value is 6.67%
CMYK:
(0,10,28,7)
C0M10Y28K7 
(0%,10%,28%,7%)
(0.00/0.10/0.28/0.07)	

CMYK percentages

%0
%10.08
%28.15
%6.67

Codes

Color #EED6AB in popluar color models

EED6AB
RGB238214171
HSL39°66.34%80.20%
HSB/HSV39°28.15%93.33%
CMYK0.00%10.08%28.15%
6.67%

Color #EED6AB in popluar number systems.

HEXEED6AB
Decimal238214171
Binary111011101101011010101011
Octal356326253

Shades and tints

Shades of #EED6AB

#EED6AB
(238,214,171)
#D9C39C
(217,195,156)
#C4B08D
(196,176,141)
#AF9D7E
(175,157,126)
#9A8A6F
(154,138,111)
#857760
(133,119,96)
#706451
(112,100,81)
#5B5142
(91,81,66)
#463E33
(70,62,51)
#312B24
(49,43,36)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EED6AB

#EED6AB
(238,214,171)
#EFD9B2
(239,217,178)
#F0DCB9
(240,220,185)
#F1DFC0
(241,223,192)
#F2E2C7
(242,226,199)
#F3E5CE
(243,229,206)
#F4E8D5
(244,232,213)
#F5EBDC
(245,235,220)
#F6EEE3
(246,238,227)
#F7F1EA
(247,241,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6AB color. Also use rgb(238,214,171) instead hex code.

Text Font Color

.myTextColor { color: #EED6AB; }

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

This text font color is #EED6AB.


Background Color

.myBgColor { background-color: #EED6AB; }

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

This div background color is #EED6AB.


Border color

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

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

This div border color is #EED6AB.


Opacity

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

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

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

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

This text has shadow with #EED6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6AB on black background.


Color preview on white background

This text has color #EED6AB on white background.



Black color preview on #EED6AB background

This text has black color on #EED6AB background.


White color preview on #EED6AB background

This text has white color on #EED6AB background.