COLOR #E3DFE9

HEX: #E3DFE9
RGB: (227,223,233)

Color info

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

RGB color model

#E3DFE9 color RGB value is (227,223,233).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 233 of 255 = 91%

227
223
233

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 233 = 683 (100%)
R 227 of 683 ~ 33.24%
G 223 of 683 ~ 32.65%
B 233 of 683 ~ 34.11%

%33.24
%32.65
%34.11

CMYK color model

#E3DFE9 color CMYK value is (3,4,0,9).

  • cyan value is 2.58%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(3,4,0,9)
C3M4Y0K9 
(3%,4%,0%,9%)
(0.03/0.04/0.00/0.09)	

CMYK percentages

%2.58
%4.29
%0
%8.63

Codes

Color #E3DFE9 in popluar color models

E3DFE9
RGB227223233
HSL264°18.52%89.41%
HSB/HSV264°4.29%91.37%
CMYK2.58%4.29%0.00%
8.63%

Color #E3DFE9 in popluar number systems.

HEXE3DFE9
Decimal227223233
Binary111000111101111111101001
Octal343337351

Shades and tints

Shades of #E3DFE9

#E3DFE9
(227,223,233)
#CFCBD4
(207,203,212)
#BBB7BF
(187,183,191)
#A7A3AA
(167,163,170)
#938F95
(147,143,149)
#7F7B80
(127,123,128)
#6B676B
(107,103,107)
#575356
(87,83,86)
#433F41
(67,63,65)
#2F2B2C
(47,43,44)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3DFE9

#E3DFE9
(227,223,233)
#E5E1EB
(229,225,235)
#E7E3ED
(231,227,237)
#E9E5EF
(233,229,239)
#EBE7F1
(235,231,241)
#EDE9F3
(237,233,243)
#EFEBF5
(239,235,245)
#F1EDF7
(241,237,247)
#F3EFF9
(243,239,249)
#F5F1FB
(245,241,251)
#F7F3FD
(247,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFE9; }

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

This text font color is #E3DFE9.


Background Color

.myBgColor { background-color: #E3DFE9; }

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

This div background color is #E3DFE9.


Border color

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

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

This div border color is #E3DFE9.


Opacity

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

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

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

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

This text has shadow with #E3DFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFE9 on black background.


Color preview on white background

This text has color #E3DFE9 on white background.



Black color preview on #E3DFE9 background

This text has black color on #E3DFE9 background.


White color preview on #E3DFE9 background

This text has white color on #E3DFE9 background.