COLOR #E6DBD6

HEX: #E6DBD6
RGB: (230,219,214)

Color info

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

RGB color model

#E6DBD6 color RGB value is (230,219,214).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 214 of 255 = 84%

230
219
214

R + G + B ~ 87%. #E6DBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 214 = 663 (100%)
R 230 of 663 ~ 34.69%
G 219 of 663 ~ 33.03%
B 214 of 663 ~ 32.28%

%34.69
%33.03
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK:
(0,5,7,10)
C0M5Y7K10 
(0%,5%,7%,10%)
(0.00/0.05/0.07/0.10)	

CMYK percentages

%0
%4.78
%6.96
%9.8

Codes

Color #E6DBD6 in popluar color models

E6DBD6
RGB230219214
HSL19°24.24%87.06%
HSB/HSV19°6.96%90.20%
CMYK0.00%4.78%6.96%
9.80%

Color #E6DBD6 in popluar number systems.

HEXE6DBD6
Decimal230219214
Binary111001101101101111010110
Octal346333326

Shades and tints

Shades of #E6DBD6

#E6DBD6
(230,219,214)
#D2C8C3
(210,200,195)
#BEB5B0
(190,181,176)
#AAA29D
(170,162,157)
#968F8A
(150,143,138)
#827C77
(130,124,119)
#6E6964
(110,105,100)
#5A5651
(90,86,81)
#46433E
(70,67,62)
#32302B
(50,48,43)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6DBD6

#E6DBD6
(230,219,214)
#E8DED9
(232,222,217)
#EAE1DC
(234,225,220)
#ECE4DF
(236,228,223)
#EEE7E2
(238,231,226)
#F0EAE5
(240,234,229)
#F2EDE8
(242,237,232)
#F4F0EB
(244,240,235)
#F6F3EE
(246,243,238)
#F8F6F1
(248,246,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBD6; }

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

This text font color is #E6DBD6.


Background Color

.myBgColor { background-color: #E6DBD6; }

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

This div background color is #E6DBD6.


Border color

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

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

This div border color is #E6DBD6.


Opacity

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

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

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

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

This text has shadow with #E6DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBD6 on black background.


Color preview on white background

This text has color #E6DBD6 on white background.



Black color preview on #E6DBD6 background

This text has black color on #E6DBD6 background.


White color preview on #E6DBD6 background

This text has white color on #E6DBD6 background.