COLOR #E6DBE7

HEX: #E6DBE7
RGB: (230,219,231)

Color info

#E6DBE7 contains red, green and blue colors in about the same proportion. Web safe color of #E6DBE7 is #CCCCFF (or #CCF).

RGB color model

#E6DBE7 color RGB value is (230,219,231).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 231 of 255 = 91%

230
219
231

R + G + B ~ 89%. #E6DBE7 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 231 = 680 (100%)
R 230 of 680 ~ 33.82%
G 219 of 680 ~ 32.21%
B 231 of 680 ~ 33.97%

%33.82
%32.21
%33.97

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,5,0,9)
C0M5Y0K9 
(0%,5%,0%,9%)
(0.00/0.05/0.00/0.09)	

CMYK percentages

%0.43
%5.19
%0
%9.41

Codes

Color #E6DBE7 in popluar color models

E6DBE7
RGB230219231
HSL295°20.00%88.24%
HSB/HSV295°5.19%90.59%
CMYK0.43%5.19%0.00%
9.41%

Color #E6DBE7 in popluar number systems.

HEXE6DBE7
Decimal230219231
Binary111001101101101111100111
Octal346333347

Shades and tints

Shades of #E6DBE7

#E6DBE7
(230,219,231)
#D2C8D2
(210,200,210)
#BEB5BD
(190,181,189)
#AAA2A8
(170,162,168)
#968F93
(150,143,147)
#827C7E
(130,124,126)
#6E6969
(110,105,105)
#5A5654
(90,86,84)
#46433F
(70,67,63)
#32302A
(50,48,42)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6DBE7

#E6DBE7
(230,219,231)
#E8DEE9
(232,222,233)
#EAE1EB
(234,225,235)
#ECE4ED
(236,228,237)
#EEE7EF
(238,231,239)
#F0EAF1
(240,234,241)
#F2EDF3
(242,237,243)
#F4F0F5
(244,240,245)
#F6F3F7
(246,243,247)
#F8F6F9
(248,246,249)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBE7; }

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

This text font color is #E6DBE7.


Background Color

.myBgColor { background-color: #E6DBE7; }

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

This div background color is #E6DBE7.


Border color

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

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

This div border color is #E6DBE7.


Opacity

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

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

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

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

This text has shadow with #E6DBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBE7 on black background.


Color preview on white background

This text has color #E6DBE7 on white background.



Black color preview on #E6DBE7 background

This text has black color on #E6DBE7 background.


White color preview on #E6DBE7 background

This text has white color on #E6DBE7 background.