COLOR #E6DBC7

HEX: #E6DBC7
RGB: (230,219,199)

Color info

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

RGB color model

#E6DBC7 color RGB value is (230,219,199).

  • red value is 230;
  • green value is 219;
  • blue value is 199.
RGB:
(230,219,199)
(90%,86%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 199 of 255 = 78%

230
219
199

R + G + B ~ 85%. #E6DBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 199 = 648 (100%)
R 230 of 648 ~ 35.49%
G 219 of 648 ~ 33.8%
B 199 of 648 ~ 30.71%

%35.49
%33.8
%30.71

CMYK color model

#E6DBC7 color CMYK value is (0,5,13,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(0,5,13,10)
C0M5Y13K10 
(0%,5%,13%,10%)
(0.00/0.05/0.13/0.10)	

CMYK percentages

%0
%4.78
%13.48
%9.8

Codes

Color #E6DBC7 in popluar color models

E6DBC7
RGB230219199
HSL39°38.27%84.12%
HSB/HSV39°13.48%90.20%
CMYK0.00%4.78%13.48%
9.80%

Color #E6DBC7 in popluar number systems.

HEXE6DBC7
Decimal230219199
Binary111001101101101111000111
Octal346333307

Shades and tints

Shades of #E6DBC7

#E6DBC7
(230,219,199)
#D2C8B5
(210,200,181)
#BEB5A3
(190,181,163)
#AAA291
(170,162,145)
#968F7F
(150,143,127)
#827C6D
(130,124,109)
#6E695B
(110,105,91)
#5A5649
(90,86,73)
#464337
(70,67,55)
#323025
(50,48,37)
#1E1D13
(30,29,19)
#000000
(0,0,0)

Tints of #E6DBC7

#E6DBC7
(230,219,199)
#E8DECC
(232,222,204)
#EAE1D1
(234,225,209)
#ECE4D6
(236,228,214)
#EEE7DB
(238,231,219)
#F0EAE0
(240,234,224)
#F2EDE5
(242,237,229)
#F4F0EA
(244,240,234)
#F6F3EF
(246,243,239)
#F8F6F4
(248,246,244)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DBC7 color. Also use rgb(230,219,199) instead hex code.

Text Font Color

.myTextColor { color: #E6DBC7; }

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

This text font color is #E6DBC7.


Background Color

.myBgColor { background-color: #E6DBC7; }

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

This div background color is #E6DBC7.


Border color

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

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

This div border color is #E6DBC7.


Opacity

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

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

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

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

This text has shadow with #E6DBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBC7 on black background.


Color preview on white background

This text has color #E6DBC7 on white background.



Black color preview on #E6DBC7 background

This text has black color on #E6DBC7 background.


White color preview on #E6DBC7 background

This text has white color on #E6DBC7 background.