COLOR #E6DBD2

HEX: #E6DBD2
RGB: (230,219,210)

Color info

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

RGB color model

#E6DBD2 color RGB value is (230,219,210).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 210 of 255 = 82%

230
219
210

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

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 210 = 659 (100%)
R 230 of 659 ~ 34.9%
G 219 of 659 ~ 33.23%
B 210 of 659 ~ 31.87%

%34.9
%33.23
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 8.70%
  • key color value is 9.80%
CMYK:
(0,5,9,10)
C0M5Y9K10 
(0%,5%,9%,10%)
(0.00/0.05/0.09/0.10)	

CMYK percentages

%0
%4.78
%8.7
%9.8

Codes

Color #E6DBD2 in popluar color models

E6DBD2
RGB230219210
HSL27°28.57%86.27%
HSB/HSV27°8.70%90.20%
CMYK0.00%4.78%8.70%
9.80%

Color #E6DBD2 in popluar number systems.

HEXE6DBD2
Decimal230219210
Binary111001101101101111010010
Octal346333322

Shades and tints

Shades of #E6DBD2

#E6DBD2
(230,219,210)
#D2C8BF
(210,200,191)
#BEB5AC
(190,181,172)
#AAA299
(170,162,153)
#968F86
(150,143,134)
#827C73
(130,124,115)
#6E6960
(110,105,96)
#5A564D
(90,86,77)
#46433A
(70,67,58)
#323027
(50,48,39)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6DBD2

#E6DBD2
(230,219,210)
#E8DED6
(232,222,214)
#EAE1DA
(234,225,218)
#ECE4DE
(236,228,222)
#EEE7E2
(238,231,226)
#F0EAE6
(240,234,230)
#F2EDEA
(242,237,234)
#F4F0EE
(244,240,238)
#F6F3F2
(246,243,242)
#F8F6F6
(248,246,246)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBD2; }

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

This text font color is #E6DBD2.


Background Color

.myBgColor { background-color: #E6DBD2; }

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

This div background color is #E6DBD2.


Border color

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

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

This div border color is #E6DBD2.


Opacity

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

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

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

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

This text has shadow with #E6DBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBD2 on black background.


Color preview on white background

This text has color #E6DBD2 on white background.



Black color preview on #E6DBD2 background

This text has black color on #E6DBD2 background.


White color preview on #E6DBD2 background

This text has white color on #E6DBD2 background.