COLOR #E6D6BF

HEX: #E6D6BF
RGB: (230,214,191)

Color info

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

RGB color model

#E6D6BF color RGB value is (230,214,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 191 of 255 = 75%

230
214
191

R + G + B ~ 83%. #E6D6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 214 + 191 = 635 (100%)
R 230 of 635 ~ 36.22%
G 214 of 635 ~ 33.7%
B 191 of 635 ~ 30.08%

%36.22
%33.7
%30.08

CMYK color model

#E6D6BF color CMYK value is (0,7,17,10).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,7,17,10)
C0M7Y17K10 
(0%,7%,17%,10%)
(0.00/0.07/0.17/0.10)	

CMYK percentages

%0
%6.96
%16.96
%9.8

Codes

Color #E6D6BF in popluar color models

E6D6BF
RGB230214191
HSL35°43.82%82.55%
HSB/HSV35°16.96%90.20%
CMYK0.00%6.96%16.96%
9.80%

Color #E6D6BF in popluar number systems.

HEXE6D6BF
Decimal230214191
Binary111001101101011010111111
Octal346326277

Shades and tints

Shades of #E6D6BF

#E6D6BF
(230,214,191)
#D2C3AE
(210,195,174)
#BEB09D
(190,176,157)
#AA9D8C
(170,157,140)
#968A7B
(150,138,123)
#82776A
(130,119,106)
#6E6459
(110,100,89)
#5A5148
(90,81,72)
#463E37
(70,62,55)
#322B26
(50,43,38)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6D6BF

#E6D6BF
(230,214,191)
#E8D9C4
(232,217,196)
#EADCC9
(234,220,201)
#ECDFCE
(236,223,206)
#EEE2D3
(238,226,211)
#F0E5D8
(240,229,216)
#F2E8DD
(242,232,221)
#F4EBE2
(244,235,226)
#F6EEE7
(246,238,231)
#F8F1EC
(248,241,236)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6BF; }

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

This text font color is #E6D6BF.


Background Color

.myBgColor { background-color: #E6D6BF; }

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

This div background color is #E6D6BF.


Border color

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

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

This div border color is #E6D6BF.


Opacity

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

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

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

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

This text has shadow with #E6D6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6BF on black background.


Color preview on white background

This text has color #E6D6BF on white background.



Black color preview on #E6D6BF background

This text has black color on #E6D6BF background.


White color preview on #E6D6BF background

This text has white color on #E6D6BF background.