COLOR #E6D0B6

HEX: #E6D0B6
RGB: (230,208,182)

Color info

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

RGB color model

#E6D0B6 color RGB value is (230,208,182).

  • red value is 230;
  • green value is 208;
  • blue value is 182.
RGB:
(230,208,182)
(90%,82%,71%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 182 of 255 = 71%

230
208
182

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

Portions of RGB colors in percentages

R + G + B =
230 + 208 + 182 = 620 (100%)
R 230 of 620 ~ 37.1%
G 208 of 620 ~ 33.55%
B 182 of 620 ~ 29.35%

%37.1
%33.55
%29.35

CMYK color model

#E6D0B6 color CMYK value is (0,10,21,10).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(0,10,21,10)
C0M10Y21K10 
(0%,10%,21%,10%)
(0.00/0.10/0.21/0.10)	

CMYK percentages

%0
%9.57
%20.87
%9.8

Codes

Color #E6D0B6 in popluar color models

E6D0B6
RGB230208182
HSL33°48.98%80.78%
HSB/HSV33°20.87%90.20%
CMYK0.00%9.57%20.87%
9.80%

Color #E6D0B6 in popluar number systems.

HEXE6D0B6
Decimal230208182
Binary111001101101000010110110
Octal346320266

Shades and tints

Shades of #E6D0B6

#E6D0B6
(230,208,182)
#D2BEA6
(210,190,166)
#BEAC96
(190,172,150)
#AA9A86
(170,154,134)
#968876
(150,136,118)
#827666
(130,118,102)
#6E6456
(110,100,86)
#5A5246
(90,82,70)
#464036
(70,64,54)
#322E26
(50,46,38)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6D0B6

#E6D0B6
(230,208,182)
#E8D4BC
(232,212,188)
#EAD8C2
(234,216,194)
#ECDCC8
(236,220,200)
#EEE0CE
(238,224,206)
#F0E4D4
(240,228,212)
#F2E8DA
(242,232,218)
#F4ECE0
(244,236,224)
#F6F0E6
(246,240,230)
#F8F4EC
(248,244,236)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0B6 color. Also use rgb(230,208,182) instead hex code.

Text Font Color

.myTextColor { color: #E6D0B6; }

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

This text font color is #E6D0B6.


Background Color

.myBgColor { background-color: #E6D0B6; }

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

This div background color is #E6D0B6.


Border color

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

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

This div border color is #E6D0B6.


Opacity

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

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

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

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

This text has shadow with #E6D0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0B6 on black background.


Color preview on white background

This text has color #E6D0B6 on white background.



Black color preview on #E6D0B6 background

This text has black color on #E6D0B6 background.


White color preview on #E6D0B6 background

This text has white color on #E6D0B6 background.