COLOR #EAD6FE

HEX: #EAD6FE
RGB: (234,214,254)

Color info

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

RGB color model

#EAD6FE color RGB value is (234,214,254).

  • red value is 234;
  • green value is 214;
  • blue value is 254.
RGB:
(234,214,254)
(92%,84%,100%)

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 254 of 255 = 100%

234
214
254

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 254 = 702 (100%)
R 234 of 702 ~ 33.33%
G 214 of 702 ~ 30.48%
B 254 of 702 ~ 36.18%

%33.33
%30.48
%36.18

CMYK color model

#EAD6FE color CMYK value is (8,16,0,0).

  • cyan value is 7.87%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,16,0,0)
C8M16Y0K0 
(8%,16%,0%,0%)
(0.08/0.16/0.00/0.00)	

CMYK percentages

%7.87
%15.75
%0
%0.39

Codes

Color #EAD6FE in popluar color models

EAD6FE
RGB234214254
HSL270°95.24%91.76%
HSB/HSV270°15.75%99.61%
CMYK7.87%15.75%0.00%
0.39%

Color #EAD6FE in popluar number systems.

HEXEAD6FE
Decimal234214254
Binary111010101101011011111110
Octal352326376

Shades and tints

Shades of #EAD6FE

#EAD6FE
(234,214,254)
#D5C3E7
(213,195,231)
#C0B0D0
(192,176,208)
#AB9DB9
(171,157,185)
#968AA2
(150,138,162)
#81778B
(129,119,139)
#6C6474
(108,100,116)
#57515D
(87,81,93)
#423E46
(66,62,70)
#2D2B2F
(45,43,47)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #EAD6FE

#EAD6FE
(234,214,254)
#EBD9FE
(235,217,254)
#ECDCFE
(236,220,254)
#EDDFFE
(237,223,254)
#EEE2FE
(238,226,254)
#EFE5FE
(239,229,254)
#F0E8FE
(240,232,254)
#F1EBFE
(241,235,254)
#F2EEFE
(242,238,254)
#F3F1FE
(243,241,254)
#F4F4FE
(244,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD6FE color. Also use rgb(234,214,254) instead hex code.

Text Font Color

.myTextColor { color: #EAD6FE; }

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

This text font color is #EAD6FE.


Background Color

.myBgColor { background-color: #EAD6FE; }

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

This div background color is #EAD6FE.


Border color

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

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

This div border color is #EAD6FE.


Opacity

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

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

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

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

This text has shadow with #EAD6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6FE on black background.


Color preview on white background

This text has color #EAD6FE on white background.



Black color preview on #EAD6FE background

This text has black color on #EAD6FE background.


White color preview on #EAD6FE background

This text has white color on #EAD6FE background.