COLOR #E6DBCF

HEX: #E6DBCF
RGB: (230,219,207)

Color info

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

RGB color model

#E6DBCF color RGB value is (230,219,207).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 207 of 255 = 81%

230
219
207

R + G + B ~ 86%. #E6DBCF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 207 = 656 (100%)
R 230 of 656 ~ 35.06%
G 219 of 656 ~ 33.38%
B 207 of 656 ~ 31.55%

%35.06
%33.38
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(0,5,10,10)
C0M5Y10K10 
(0%,5%,10%,10%)
(0.00/0.05/0.10/0.10)	

CMYK percentages

%0
%4.78
%10
%9.8

Codes

Color #E6DBCF in popluar color models

E6DBCF
RGB230219207
HSL31°31.51%85.69%
HSB/HSV31°10.00%90.20%
CMYK0.00%4.78%10.00%
9.80%

Color #E6DBCF in popluar number systems.

HEXE6DBCF
Decimal230219207
Binary111001101101101111001111
Octal346333317

Shades and tints

Shades of #E6DBCF

#E6DBCF
(230,219,207)
#D2C8BD
(210,200,189)
#BEB5AB
(190,181,171)
#AAA299
(170,162,153)
#968F87
(150,143,135)
#827C75
(130,124,117)
#6E6963
(110,105,99)
#5A5651
(90,86,81)
#46433F
(70,67,63)
#32302D
(50,48,45)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #E6DBCF

#E6DBCF
(230,219,207)
#E8DED3
(232,222,211)
#EAE1D7
(234,225,215)
#ECE4DB
(236,228,219)
#EEE7DF
(238,231,223)
#F0EAE3
(240,234,227)
#F2EDE7
(242,237,231)
#F4F0EB
(244,240,235)
#F6F3EF
(246,243,239)
#F8F6F3
(248,246,243)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBCF; }

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

This text font color is #E6DBCF.


Background Color

.myBgColor { background-color: #E6DBCF; }

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

This div background color is #E6DBCF.


Border color

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

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

This div border color is #E6DBCF.


Opacity

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

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

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

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

This text has shadow with #E6DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBCF on black background.


Color preview on white background

This text has color #E6DBCF on white background.



Black color preview on #E6DBCF background

This text has black color on #E6DBCF background.


White color preview on #E6DBCF background

This text has white color on #E6DBCF background.