COLOR #E3DFEC

HEX: #E3DFEC
RGB: (227,223,236)

Color info

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

RGB color model

#E3DFEC color RGB value is (227,223,236).

  • red value is 227;
  • green value is 223;
  • blue value is 236.
RGB:
(227,223,236)
(89%,87%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 236 of 255 = 93%

227
223
236

R + G + B ~ 90%. #E3DFEC is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 236 = 686 (100%)
R 227 of 686 ~ 33.09%
G 223 of 686 ~ 32.51%
B 236 of 686 ~ 34.4%

%33.09
%32.51
%34.4

CMYK color model

#E3DFEC color CMYK value is (4,6,0,7).

  • cyan value is 3.81%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,6,0,7)
C4M6Y0K7 
(4%,6%,0%,7%)
(0.04/0.06/0.00/0.07)	

CMYK percentages

%3.81
%5.51
%0
%7.45

Codes

Color #E3DFEC in popluar color models

E3DFEC
RGB227223236
HSL258°25.49%90.00%
HSB/HSV258°5.51%92.55%
CMYK3.81%5.51%0.00%
7.45%

Color #E3DFEC in popluar number systems.

HEXE3DFEC
Decimal227223236
Binary111000111101111111101100
Octal343337354

Shades and tints

Shades of #E3DFEC

#E3DFEC
(227,223,236)
#CFCBD7
(207,203,215)
#BBB7C2
(187,183,194)
#A7A3AD
(167,163,173)
#938F98
(147,143,152)
#7F7B83
(127,123,131)
#6B676E
(107,103,110)
#575359
(87,83,89)
#433F44
(67,63,68)
#2F2B2F
(47,43,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #E3DFEC

#E3DFEC
(227,223,236)
#E5E1ED
(229,225,237)
#E7E3EE
(231,227,238)
#E9E5EF
(233,229,239)
#EBE7F0
(235,231,240)
#EDE9F1
(237,233,241)
#EFEBF2
(239,235,242)
#F1EDF3
(241,237,243)
#F3EFF4
(243,239,244)
#F5F1F5
(245,241,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFEC color. Also use rgb(227,223,236) instead hex code.

Text Font Color

.myTextColor { color: #E3DFEC; }

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

This text font color is #E3DFEC.


Background Color

.myBgColor { background-color: #E3DFEC; }

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

This div background color is #E3DFEC.


Border color

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

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

This div border color is #E3DFEC.


Opacity

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

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

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

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

This text has shadow with #E3DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFEC on black background.


Color preview on white background

This text has color #E3DFEC on white background.



Black color preview on #E3DFEC background

This text has black color on #E3DFEC background.


White color preview on #E3DFEC background

This text has white color on #E3DFEC background.