COLOR #E6DCE7

HEX: #E6DCE7
RGB: (230,220,231)

Color info

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

RGB color model

#E6DCE7 color RGB value is (230,220,231).

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

RGB channels and saturation

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

230
220
231

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

Portions of RGB colors in percentages

R + G + B =
230 + 220 + 231 = 681 (100%)
R 230 of 681 ~ 33.77%
G 220 of 681 ~ 32.31%
B 231 of 681 ~ 33.92%

%33.77
%32.31
%33.92

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 4.76%
  • 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
%4.76
%0
%9.41

Codes

Color #E6DCE7 in popluar color models

E6DCE7
RGB230220231
HSL295°18.64%88.43%
HSB/HSV295°4.76%90.59%
CMYK0.43%4.76%0.00%
9.41%

Color #E6DCE7 in popluar number systems.

HEXE6DCE7
Decimal230220231
Binary111001101101110011100111
Octal346334347

Shades and tints

Shades of #E6DCE7

#E6DCE7
(230,220,231)
#D2C8D2
(210,200,210)
#BEB4BD
(190,180,189)
#AAA0A8
(170,160,168)
#968C93
(150,140,147)
#82787E
(130,120,126)
#6E6469
(110,100,105)
#5A5054
(90,80,84)
#463C3F
(70,60,63)
#32282A
(50,40,42)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #E6DCE7

#E6DCE7
(230,220,231)
#E8DFE9
(232,223,233)
#EAE2EB
(234,226,235)
#ECE5ED
(236,229,237)
#EEE8EF
(238,232,239)
#F0EBF1
(240,235,241)
#F2EEF3
(242,238,243)
#F4F1F5
(244,241,245)
#F6F4F7
(246,244,247)
#F8F7F9
(248,247,249)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCE7; }

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

This text font color is #E6DCE7.


Background Color

.myBgColor { background-color: #E6DCE7; }

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

This div background color is #E6DCE7.


Border color

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

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

This div border color is #E6DCE7.


Opacity

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

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

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

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

This text has shadow with #E6DCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCE7 on black background.


Color preview on white background

This text has color #E6DCE7 on white background.



Black color preview on #E6DCE7 background

This text has black color on #E6DCE7 background.


White color preview on #E6DCE7 background

This text has white color on #E6DCE7 background.