COLOR #E6D9AB

HEX: #E6D9AB
RGB: (230,217,171)

Color info

#E6D9AB contains red, green and blue colors in about the same proportion. Web safe color of #E6D9AB is #CCCC99 (or #CC9).

RGB color model

#E6D9AB color RGB value is (230,217,171).

  • red value is 230;
  • green value is 217;
  • blue value is 171.
RGB:
(230,217,171)
(90%,85%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 217 of 255 = 85%
B 171 of 255 = 67%

230
217
171

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

Portions of RGB colors in percentages

R + G + B =
230 + 217 + 171 = 618 (100%)
R 230 of 618 ~ 37.22%
G 217 of 618 ~ 35.11%
B 171 of 618 ~ 27.67%

%37.22
%35.11
%27.67

CMYK color model

#E6D9AB color CMYK value is (0,6,26,10).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(0,6,26,10)
C0M6Y26K10 
(0%,6%,26%,10%)
(0.00/0.06/0.26/0.10)	

CMYK percentages

%0
%5.65
%25.65
%9.8

Codes

Color #E6D9AB in popluar color models

E6D9AB
RGB230217171
HSL47°54.13%78.63%
HSB/HSV47°25.65%90.20%
CMYK0.00%5.65%25.65%
9.80%

Color #E6D9AB in popluar number systems.

HEXE6D9AB
Decimal230217171
Binary111001101101100110101011
Octal346331253

Shades and tints

Shades of #E6D9AB

#E6D9AB
(230,217,171)
#D2C69C
(210,198,156)
#BEB38D
(190,179,141)
#AAA07E
(170,160,126)
#968D6F
(150,141,111)
#827A60
(130,122,96)
#6E6751
(110,103,81)
#5A5442
(90,84,66)
#464133
(70,65,51)
#322E24
(50,46,36)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #E6D9AB

#E6D9AB
(230,217,171)
#E8DCB2
(232,220,178)
#EADFB9
(234,223,185)
#ECE2C0
(236,226,192)
#EEE5C7
(238,229,199)
#F0E8CE
(240,232,206)
#F2EBD5
(242,235,213)
#F4EEDC
(244,238,220)
#F6F1E3
(246,241,227)
#F8F4EA
(248,244,234)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9AB color. Also use rgb(230,217,171) instead hex code.

Text Font Color

.myTextColor { color: #E6D9AB; }

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

This text font color is #E6D9AB.


Background Color

.myBgColor { background-color: #E6D9AB; }

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

This div background color is #E6D9AB.


Border color

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

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

This div border color is #E6D9AB.


Opacity

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

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

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

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

This text has shadow with #E6D9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9AB on black background.


Color preview on white background

This text has color #E6D9AB on white background.



Black color preview on #E6D9AB background

This text has black color on #E6D9AB background.


White color preview on #E6D9AB background

This text has white color on #E6D9AB background.