COLOR #EAD9FC

HEX: #EAD9FC
RGB: (234,217,252)

Color info

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

RGB color model

#EAD9FC color RGB value is (234,217,252).

  • red value is 234;
  • green value is 217;
  • blue value is 252.
RGB:
(234,217,252)
(92%,85%,99%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 252 of 255 = 99%

234
217
252

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

Portions of RGB colors in percentages

R + G + B =
234 + 217 + 252 = 703 (100%)
R 234 of 703 ~ 33.29%
G 217 of 703 ~ 30.87%
B 252 of 703 ~ 35.85%

%33.29
%30.87
%35.85

CMYK color model

#EAD9FC color CMYK value is (7,14,0,1).

  • cyan value is 7.14%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,14,0,1)
C7M14Y0K1 
(7%,14%,0%,1%)
(0.07/0.14/0.00/0.01)	

CMYK percentages

%7.14
%13.89
%0
%1.18

Codes

Color #EAD9FC in popluar color models

EAD9FC
RGB234217252
HSL269°85.37%91.96%
HSB/HSV269°13.89%98.82%
CMYK7.14%13.89%0.00%
1.18%

Color #EAD9FC in popluar number systems.

HEXEAD9FC
Decimal234217252
Binary111010101101100111111100
Octal352331374

Shades and tints

Shades of #EAD9FC

#EAD9FC
(234,217,252)
#D5C6E6
(213,198,230)
#C0B3D0
(192,179,208)
#ABA0BA
(171,160,186)
#968DA4
(150,141,164)
#817A8E
(129,122,142)
#6C6778
(108,103,120)
#575462
(87,84,98)
#42414C
(66,65,76)
#2D2E36
(45,46,54)
#181B20
(24,27,32)
#000000
(0,0,0)

Tints of #EAD9FC

#EAD9FC
(234,217,252)
#EBDCFC
(235,220,252)
#ECDFFC
(236,223,252)
#EDE2FC
(237,226,252)
#EEE5FC
(238,229,252)
#EFE8FC
(239,232,252)
#F0EBFC
(240,235,252)
#F1EEFC
(241,238,252)
#F2F1FC
(242,241,252)
#F3F4FC
(243,244,252)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD9FC color. Also use rgb(234,217,252) instead hex code.

Text Font Color

.myTextColor { color: #EAD9FC; }

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

This text font color is #EAD9FC.


Background Color

.myBgColor { background-color: #EAD9FC; }

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

This div background color is #EAD9FC.


Border color

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

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

This div border color is #EAD9FC.


Opacity

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

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

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

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

This text has shadow with #EAD9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD9FC on black background.


Color preview on white background

This text has color #EAD9FC on white background.



Black color preview on #EAD9FC background

This text has black color on #EAD9FC background.


White color preview on #EAD9FC background

This text has white color on #EAD9FC background.