COLOR #E3DCEB

HEX: #E3DCEB
RGB: (227,220,235)

Color info

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

RGB color model

#E3DCEB color RGB value is (227,220,235).

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

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 235 of 255 = 92%

227
220
235

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 235 = 682 (100%)
R 227 of 682 ~ 33.28%
G 220 of 682 ~ 32.26%
B 235 of 682 ~ 34.46%

%33.28
%32.26
%34.46

CMYK color model

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

  • cyan value is 3.40%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,6,0,8)
C3M6Y0K8 
(3%,6%,0%,8%)
(0.03/0.06/0.00/0.08)	

CMYK percentages

%3.4
%6.38
%0
%7.84

Codes

Color #E3DCEB in popluar color models

E3DCEB
RGB227220235
HSL268°27.27%89.22%
HSB/HSV268°6.38%92.16%
CMYK3.40%6.38%0.00%
7.84%

Color #E3DCEB in popluar number systems.

HEXE3DCEB
Decimal227220235
Binary111000111101110011101011
Octal343334353

Shades and tints

Shades of #E3DCEB

#E3DCEB
(227,220,235)
#CFC8D6
(207,200,214)
#BBB4C1
(187,180,193)
#A7A0AC
(167,160,172)
#938C97
(147,140,151)
#7F7882
(127,120,130)
#6B646D
(107,100,109)
#575058
(87,80,88)
#433C43
(67,60,67)
#2F282E
(47,40,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #E3DCEB

#E3DCEB
(227,220,235)
#E5DFEC
(229,223,236)
#E7E2ED
(231,226,237)
#E9E5EE
(233,229,238)
#EBE8EF
(235,232,239)
#EDEBF0
(237,235,240)
#EFEEF1
(239,238,241)
#F1F1F2
(241,241,242)
#F3F4F3
(243,244,243)
#F5F7F4
(245,247,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCEB; }

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

This text font color is #E3DCEB.


Background Color

.myBgColor { background-color: #E3DCEB; }

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

This div background color is #E3DCEB.


Border color

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

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

This div border color is #E3DCEB.


Opacity

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

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

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

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

This text has shadow with #E3DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCEB on black background.


Color preview on white background

This text has color #E3DCEB on white background.



Black color preview on #E3DCEB background

This text has black color on #E3DCEB background.


White color preview on #E3DCEB background

This text has white color on #E3DCEB background.