COLOR #E3D9E6

HEX: #E3D9E6
RGB: (227,217,230)

Color info

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

RGB color model

#E3D9E6 color RGB value is (227,217,230).

  • red value is 227;
  • green value is 217;
  • blue value is 230.
RGB:
(227,217,230)
(89%,85%,90%)

RGB channels and saturation

R 227 of 255 = 89%
G 217 of 255 = 85%
B 230 of 255 = 90%

227
217
230

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

Portions of RGB colors in percentages

R + G + B =
227 + 217 + 230 = 674 (100%)
R 227 of 674 ~ 33.68%
G 217 of 674 ~ 32.2%
B 230 of 674 ~ 34.12%

%33.68
%32.2
%34.12

CMYK color model

#E3D9E6 color CMYK value is (1,6,0,10).

  • cyan value is 1.30%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(1,6,0,10)
C1M6Y0K10 
(1%,6%,0%,10%)
(0.01/0.06/0.00/0.10)	

CMYK percentages

%1.3
%5.65
%0
%9.8

Codes

Color #E3D9E6 in popluar color models

E3D9E6
RGB227217230
HSL286°20.63%87.65%
HSB/HSV286°5.65%90.20%
CMYK1.30%5.65%0.00%
9.80%

Color #E3D9E6 in popluar number systems.

HEXE3D9E6
Decimal227217230
Binary111000111101100111100110
Octal343331346

Shades and tints

Shades of #E3D9E6

#E3D9E6
(227,217,230)
#CFC6D2
(207,198,210)
#BBB3BE
(187,179,190)
#A7A0AA
(167,160,170)
#938D96
(147,141,150)
#7F7A82
(127,122,130)
#6B676E
(107,103,110)
#57545A
(87,84,90)
#434146
(67,65,70)
#2F2E32
(47,46,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #E3D9E6

#E3D9E6
(227,217,230)
#E5DCE8
(229,220,232)
#E7DFEA
(231,223,234)
#E9E2EC
(233,226,236)
#EBE5EE
(235,229,238)
#EDE8F0
(237,232,240)
#EFEBF2
(239,235,242)
#F1EEF4
(241,238,244)
#F3F1F6
(243,241,246)
#F5F4F8
(245,244,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D9E6 color. Also use rgb(227,217,230) instead hex code.

Text Font Color

.myTextColor { color: #E3D9E6; }

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

This text font color is #E3D9E6.


Background Color

.myBgColor { background-color: #E3D9E6; }

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

This div background color is #E3D9E6.


Border color

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

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

This div border color is #E3D9E6.


Opacity

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

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

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

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

This text has shadow with #E3D9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D9E6 on black background.


Color preview on white background

This text has color #E3D9E6 on white background.



Black color preview on #E3D9E6 background

This text has black color on #E3D9E6 background.


White color preview on #E3D9E6 background

This text has white color on #E3D9E6 background.