COLOR #E6D8A1

HEX: #E6D8A1
RGB: (230,216,161)

Color info

#E6D8A1 contains mainly red and green colors. Web safe color of #E6D8A1 is #CCCC99 (or #CC9).

RGB color model

#E6D8A1 color RGB value is (230,216,161).

  • red value is 230;
  • green value is 216;
  • blue value is 161.
RGB:
(230,216,161)
(90%,85%,63%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 161 of 255 = 63%

230
216
161

R + G + B ~ 79%. #E6D8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 161 = 607 (100%)
R 230 of 607 ~ 37.89%
G 216 of 607 ~ 35.58%
B 161 of 607 ~ 26.52%

%37.89
%35.58
%26.52

CMYK color model

#E6D8A1 color CMYK value is (0,6,30,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 30.00%
  • key color value is 9.80%
CMYK:
(0,6,30,10)
C0M6Y30K10 
(0%,6%,30%,10%)
(0.00/0.06/0.30/0.10)	

CMYK percentages

%0
%6.09
%30
%9.8

Codes

Color #E6D8A1 in popluar color models

E6D8A1
RGB230216161
HSL48°57.98%76.67%
HSB/HSV48°30.00%90.20%
CMYK0.00%6.09%30.00%
9.80%

Color #E6D8A1 in popluar number systems.

HEXE6D8A1
Decimal230216161
Binary111001101101100010100001
Octal346330241

Shades and tints

Shades of #E6D8A1

#E6D8A1
(230,216,161)
#D2C593
(210,197,147)
#BEB285
(190,178,133)
#AA9F77
(170,159,119)
#968C69
(150,140,105)
#82795B
(130,121,91)
#6E664D
(110,102,77)
#5A533F
(90,83,63)
#464031
(70,64,49)
#322D23
(50,45,35)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6D8A1

#E6D8A1
(230,216,161)
#E8DBA9
(232,219,169)
#EADEB1
(234,222,177)
#ECE1B9
(236,225,185)
#EEE4C1
(238,228,193)
#F0E7C9
(240,231,201)
#F2EAD1
(242,234,209)
#F4EDD9
(244,237,217)
#F6F0E1
(246,240,225)
#F8F3E9
(248,243,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8A1 color. Also use rgb(230,216,161) instead hex code.

Text Font Color

.myTextColor { color: #E6D8A1; }

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

This text font color is #E6D8A1.


Background Color

.myBgColor { background-color: #E6D8A1; }

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

This div background color is #E6D8A1.


Border color

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

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

This div border color is #E6D8A1.


Opacity

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

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

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

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

This text has shadow with #E6D8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8A1 on black background.


Color preview on white background

This text has color #E6D8A1 on white background.



Black color preview on #E6D8A1 background

This text has black color on #E6D8A1 background.


White color preview on #E6D8A1 background

This text has white color on #E6D8A1 background.