COLOR #E6DBDE

HEX: #E6DBDE
RGB: (230,219,222)

Color info

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

RGB color model

#E6DBDE color RGB value is (230,219,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 222 of 255 = 87%

230
219
222

R + G + B ~ 88%. #E6DBDE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 222 = 671 (100%)
R 230 of 671 ~ 34.28%
G 219 of 671 ~ 32.64%
B 222 of 671 ~ 33.08%

%34.28
%32.64
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,5,3,10)
C0M5Y3K10 
(0%,5%,3%,10%)
(0.00/0.05/0.03/0.10)	

CMYK percentages

%0
%4.78
%3.48
%9.8

Codes

Color #E6DBDE in popluar color models

E6DBDE
RGB230219222
HSL344°18.03%88.04%
HSB/HSV344°4.78%90.20%
CMYK0.00%4.78%3.48%
9.80%

Color #E6DBDE in popluar number systems.

HEXE6DBDE
Decimal230219222
Binary111001101101101111011110
Octal346333336

Shades and tints

Shades of #E6DBDE

#E6DBDE
(230,219,222)
#D2C8CA
(210,200,202)
#BEB5B6
(190,181,182)
#AAA2A2
(170,162,162)
#968F8E
(150,143,142)
#827C7A
(130,124,122)
#6E6966
(110,105,102)
#5A5652
(90,86,82)
#46433E
(70,67,62)
#32302A
(50,48,42)
#1E1D16
(30,29,22)
#000000
(0,0,0)

Tints of #E6DBDE

#E6DBDE
(230,219,222)
#E8DEE1
(232,222,225)
#EAE1E4
(234,225,228)
#ECE4E7
(236,228,231)
#EEE7EA
(238,231,234)
#F0EAED
(240,234,237)
#F2EDF0
(242,237,240)
#F4F0F3
(244,240,243)
#F6F3F6
(246,243,246)
#F8F6F9
(248,246,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBDE; }

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

This text font color is #E6DBDE.


Background Color

.myBgColor { background-color: #E6DBDE; }

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

This div background color is #E6DBDE.


Border color

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

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

This div border color is #E6DBDE.


Opacity

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

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

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

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

This text has shadow with #E6DBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBDE on black background.


Color preview on white background

This text has color #E6DBDE on white background.



Black color preview on #E6DBDE background

This text has black color on #E6DBDE background.


White color preview on #E6DBDE background

This text has white color on #E6DBDE background.