COLOR #E9DAFC

HEX: #E9DAFC
RGB: (233,218,252)

Color info

#E9DAFC contains red, green and blue colors in about the same proportion. Web safe color of #E9DAFC is #FFCCFF (or #FCF).

RGB color model

#E9DAFC color RGB value is (233,218,252).

  • red value is 233;
  • green value is 218;
  • blue value is 252.
RGB:
(233,218,252)
(91%,85%,99%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 252 of 255 = 99%

233
218
252

R + G + B ~ 92%. #E9DAFC is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 218 + 252 = 703 (100%)
R 233 of 703 ~ 33.14%
G 218 of 703 ~ 31.01%
B 252 of 703 ~ 35.85%

%33.14
%31.01
%35.85

CMYK color model

#E9DAFC color CMYK value is (8,13,0,1).

  • cyan value is 7.54%
  • magenta value is 13.49%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(8,13,0,1)
C8M13Y0K1 
(8%,13%,0%,1%)
(0.08/0.13/0.00/0.01)	

CMYK percentages

%7.54
%13.49
%0
%1.18

Codes

Color #E9DAFC in popluar color models

E9DAFC
RGB233218252
HSL266°85.00%92.16%
HSB/HSV266°13.49%98.82%
CMYK7.54%13.49%0.00%
1.18%

Color #E9DAFC in popluar number systems.

HEXE9DAFC
Decimal233218252
Binary111010011101101011111100
Octal351332374

Shades and tints

Shades of #E9DAFC

#E9DAFC
(233,218,252)
#D4C7E6
(212,199,230)
#BFB4D0
(191,180,208)
#AAA1BA
(170,161,186)
#958EA4
(149,142,164)
#807B8E
(128,123,142)
#6B6878
(107,104,120)
#565562
(86,85,98)
#41424C
(65,66,76)
#2C2F36
(44,47,54)
#171C20
(23,28,32)
#000000
(0,0,0)

Tints of #E9DAFC

#E9DAFC
(233,218,252)
#EBDDFC
(235,221,252)
#EDE0FC
(237,224,252)
#EFE3FC
(239,227,252)
#F1E6FC
(241,230,252)
#F3E9FC
(243,233,252)
#F5ECFC
(245,236,252)
#F7EFFC
(247,239,252)
#F9F2FC
(249,242,252)
#FBF5FC
(251,245,252)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DAFC color. Also use rgb(233,218,252) instead hex code.

Text Font Color

.myTextColor { color: #E9DAFC; }

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

This text font color is #E9DAFC.


Background Color

.myBgColor { background-color: #E9DAFC; }

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

This div background color is #E9DAFC.


Border color

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

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

This div border color is #E9DAFC.


Opacity

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

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

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

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

This text has shadow with #E9DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DAFC on black background.


Color preview on white background

This text has color #E9DAFC on white background.



Black color preview on #E9DAFC background

This text has black color on #E9DAFC background.


White color preview on #E9DAFC background

This text has white color on #E9DAFC background.