COLOR #E3DFEA

HEX: #E3DFEA
RGB: (227,223,234)

Color info

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

RGB color model

#E3DFEA color RGB value is (227,223,234).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 234 of 255 = 92%

227
223
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 234 = 684 (100%)
R 227 of 684 ~ 33.19%
G 223 of 684 ~ 32.6%
B 234 of 684 ~ 34.21%

%33.19
%32.6
%34.21

CMYK color model

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

  • cyan value is 2.99%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,5,0,8)
C3M5Y0K8 
(3%,5%,0%,8%)
(0.03/0.05/0.00/0.08)	

CMYK percentages

%2.99
%4.7
%0
%8.24

Codes

Color #E3DFEA in popluar color models

E3DFEA
RGB227223234
HSL262°20.75%89.61%
HSB/HSV262°4.70%91.76%
CMYK2.99%4.70%0.00%
8.24%

Color #E3DFEA in popluar number systems.

HEXE3DFEA
Decimal227223234
Binary111000111101111111101010
Octal343337352

Shades and tints

Shades of #E3DFEA

#E3DFEA
(227,223,234)
#CFCBD5
(207,203,213)
#BBB7C0
(187,183,192)
#A7A3AB
(167,163,171)
#938F96
(147,143,150)
#7F7B81
(127,123,129)
#6B676C
(107,103,108)
#575357
(87,83,87)
#433F42
(67,63,66)
#2F2B2D
(47,43,45)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3DFEA

#E3DFEA
(227,223,234)
#E5E1EB
(229,225,235)
#E7E3EC
(231,227,236)
#E9E5ED
(233,229,237)
#EBE7EE
(235,231,238)
#EDE9EF
(237,233,239)
#EFEBF0
(239,235,240)
#F1EDF1
(241,237,241)
#F3EFF2
(243,239,242)
#F5F1F3
(245,241,243)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFEA; }

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

This text font color is #E3DFEA.


Background Color

.myBgColor { background-color: #E3DFEA; }

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

This div background color is #E3DFEA.


Border color

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

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

This div border color is #E3DFEA.


Opacity

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

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

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

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

This text has shadow with #E3DFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFEA on black background.


Color preview on white background

This text has color #E3DFEA on white background.



Black color preview on #E3DFEA background

This text has black color on #E3DFEA background.


White color preview on #E3DFEA background

This text has white color on #E3DFEA background.