COLOR #E6D6BA

HEX: #E6D6BA
RGB: (230,214,186)

Color info

#E6D6BA contains red, green and blue colors in about the same proportion. Web safe color of #E6D6BA is #CCCCCC (or #CCC).

RGB color model

#E6D6BA color RGB value is (230,214,186).

  • red value is 230;
  • green value is 214;
  • blue value is 186.
RGB:
(230,214,186)
(90%,84%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 186 of 255 = 73%

230
214
186

R + G + B ~ 82%. #E6D6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 214 + 186 = 630 (100%)
R 230 of 630 ~ 36.51%
G 214 of 630 ~ 33.97%
B 186 of 630 ~ 29.52%

%36.51
%33.97
%29.52

CMYK color model

#E6D6BA color CMYK value is (0,7,19,10).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 19.13%
  • key color value is 9.80%
CMYK:
(0,7,19,10)
C0M7Y19K10 
(0%,7%,19%,10%)
(0.00/0.07/0.19/0.10)	

CMYK percentages

%0
%6.96
%19.13
%9.8

Codes

Color #E6D6BA in popluar color models

E6D6BA
RGB230214186
HSL38°46.81%81.57%
HSB/HSV38°19.13%90.20%
CMYK0.00%6.96%19.13%
9.80%

Color #E6D6BA in popluar number systems.

HEXE6D6BA
Decimal230214186
Binary111001101101011010111010
Octal346326272

Shades and tints

Shades of #E6D6BA

#E6D6BA
(230,214,186)
#D2C3AA
(210,195,170)
#BEB09A
(190,176,154)
#AA9D8A
(170,157,138)
#968A7A
(150,138,122)
#82776A
(130,119,106)
#6E645A
(110,100,90)
#5A514A
(90,81,74)
#463E3A
(70,62,58)
#322B2A
(50,43,42)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6D6BA

#E6D6BA
(230,214,186)
#E8D9C0
(232,217,192)
#EADCC6
(234,220,198)
#ECDFCC
(236,223,204)
#EEE2D2
(238,226,210)
#F0E5D8
(240,229,216)
#F2E8DE
(242,232,222)
#F4EBE4
(244,235,228)
#F6EEEA
(246,238,234)
#F8F1F0
(248,241,240)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D6BA color. Also use rgb(230,214,186) instead hex code.

Text Font Color

.myTextColor { color: #E6D6BA; }

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

This text font color is #E6D6BA.


Background Color

.myBgColor { background-color: #E6D6BA; }

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

This div background color is #E6D6BA.


Border color

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

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

This div border color is #E6D6BA.


Opacity

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

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

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

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

This text has shadow with #E6D6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6BA on black background.


Color preview on white background

This text has color #E6D6BA on white background.



Black color preview on #E6D6BA background

This text has black color on #E6D6BA background.


White color preview on #E6D6BA background

This text has white color on #E6D6BA background.