COLOR #E3D6EA

HEX: #E3D6EA
RGB: (227,214,234)

Color info

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

RGB color model

#E3D6EA color RGB value is (227,214,234).

  • red value is 227;
  • green value is 214;
  • blue value is 234.
RGB:
(227,214,234)
(89%,84%,92%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 234 of 255 = 92%

227
214
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 214 + 234 = 675 (100%)
R 227 of 675 ~ 33.63%
G 214 of 675 ~ 31.7%
B 234 of 675 ~ 34.67%

%33.63
%31.7
%34.67

CMYK color model

#E3D6EA color CMYK value is (3,9,0,8).

  • cyan value is 2.99%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,9,0,8)
C3M9Y0K8 
(3%,9%,0%,8%)
(0.03/0.09/0.00/0.08)	

CMYK percentages

%2.99
%8.55
%0
%8.24

Codes

Color #E3D6EA in popluar color models

E3D6EA
RGB227214234
HSL279°32.26%87.84%
HSB/HSV279°8.55%91.76%
CMYK2.99%8.55%0.00%
8.24%

Color #E3D6EA in popluar number systems.

HEXE3D6EA
Decimal227214234
Binary111000111101011011101010
Octal343326352

Shades and tints

Shades of #E3D6EA

#E3D6EA
(227,214,234)
#CFC3D5
(207,195,213)
#BBB0C0
(187,176,192)
#A79DAB
(167,157,171)
#938A96
(147,138,150)
#7F7781
(127,119,129)
#6B646C
(107,100,108)
#575157
(87,81,87)
#433E42
(67,62,66)
#2F2B2D
(47,43,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3D6EA

#E3D6EA
(227,214,234)
#E5D9EB
(229,217,235)
#E7DCEC
(231,220,236)
#E9DFED
(233,223,237)
#EBE2EE
(235,226,238)
#EDE5EF
(237,229,239)
#EFE8F0
(239,232,240)
#F1EBF1
(241,235,241)
#F3EEF2
(243,238,242)
#F5F1F3
(245,241,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D6EA color. Also use rgb(227,214,234) instead hex code.

Text Font Color

.myTextColor { color: #E3D6EA; }

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

This text font color is #E3D6EA.


Background Color

.myBgColor { background-color: #E3D6EA; }

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

This div background color is #E3D6EA.


Border color

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

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

This div border color is #E3D6EA.


Opacity

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

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

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

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

This text has shadow with #E3D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D6EA on black background.


Color preview on white background

This text has color #E3D6EA on white background.



Black color preview on #E3D6EA background

This text has black color on #E3D6EA background.


White color preview on #E3D6EA background

This text has white color on #E3D6EA background.