COLOR #E3D8EB

HEX: #E3D8EB
RGB: (227,216,235)

Color info

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

RGB color model

#E3D8EB color RGB value is (227,216,235).

  • red value is 227;
  • green value is 216;
  • blue value is 235.
RGB:
(227,216,235)
(89%,85%,92%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 235 of 255 = 92%

227
216
235

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 235 = 678 (100%)
R 227 of 678 ~ 33.48%
G 216 of 678 ~ 31.86%
B 235 of 678 ~ 34.66%

%33.48
%31.86
%34.66

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,8,0,8)
C3M8Y0K8 
(3%,8%,0%,8%)
(0.03/0.08/0.00/0.08)	

CMYK percentages

%3.4
%8.09
%0
%7.84

Codes

Color #E3D8EB in popluar color models

E3D8EB
RGB227216235
HSL275°32.20%88.43%
HSB/HSV275°8.09%92.16%
CMYK3.40%8.09%0.00%
7.84%

Color #E3D8EB in popluar number systems.

HEXE3D8EB
Decimal227216235
Binary111000111101100011101011
Octal343330353

Shades and tints

Shades of #E3D8EB

#E3D8EB
(227,216,235)
#CFC5D6
(207,197,214)
#BBB2C1
(187,178,193)
#A79FAC
(167,159,172)
#938C97
(147,140,151)
#7F7982
(127,121,130)
#6B666D
(107,102,109)
#575358
(87,83,88)
#434043
(67,64,67)
#2F2D2E
(47,45,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3D8EB

#E3D8EB
(227,216,235)
#E5DBEC
(229,219,236)
#E7DEED
(231,222,237)
#E9E1EE
(233,225,238)
#EBE4EF
(235,228,239)
#EDE7F0
(237,231,240)
#EFEAF1
(239,234,241)
#F1EDF2
(241,237,242)
#F3F0F3
(243,240,243)
#F5F3F4
(245,243,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8EB color. Also use rgb(227,216,235) instead hex code.

Text Font Color

.myTextColor { color: #E3D8EB; }

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

This text font color is #E3D8EB.


Background Color

.myBgColor { background-color: #E3D8EB; }

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

This div background color is #E3D8EB.


Border color

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

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

This div border color is #E3D8EB.


Opacity

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

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

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

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

This text has shadow with #E3D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8EB on black background.


Color preview on white background

This text has color #E3D8EB on white background.



Black color preview on #E3D8EB background

This text has black color on #E3D8EB background.


White color preview on #E3D8EB background

This text has white color on #E3D8EB background.