COLOR #EAD2FC

HEX: #EAD2FC
RGB: (234,210,252)

Color info

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

RGB color model

#EAD2FC color RGB value is (234,210,252).

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

RGB channels and saturation

R 234 of 255 = 92%
G 210 of 255 = 82%
B 252 of 255 = 99%

234
210
252

R + G + B ~ 91%. #EAD2FC is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 210 + 252 = 696 (100%)
R 234 of 696 ~ 33.62%
G 210 of 696 ~ 30.17%
B 252 of 696 ~ 36.21%

%33.62
%30.17
%36.21

CMYK color model

#EAD2FC color CMYK value is (7,17,0,1).

  • cyan value is 7.14%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,17,0,1)
C7M17Y0K1 
(7%,17%,0%,1%)
(0.07/0.17/0.00/0.01)	

CMYK percentages

%7.14
%16.67
%0
%1.18

Codes

Color #EAD2FC in popluar color models

EAD2FC
RGB234210252
HSL274°87.50%90.59%
HSB/HSV274°16.67%98.82%
CMYK7.14%16.67%0.00%
1.18%

Color #EAD2FC in popluar number systems.

HEXEAD2FC
Decimal234210252
Binary111010101101001011111100
Octal352322374

Shades and tints

Shades of #EAD2FC

#EAD2FC
(234,210,252)
#D5BFE6
(213,191,230)
#C0ACD0
(192,172,208)
#AB99BA
(171,153,186)
#9686A4
(150,134,164)
#81738E
(129,115,142)
#6C6078
(108,96,120)
#574D62
(87,77,98)
#423A4C
(66,58,76)
#2D2736
(45,39,54)
#181420
(24,20,32)
#000000
(0,0,0)

Tints of #EAD2FC

#EAD2FC
(234,210,252)
#EBD6FC
(235,214,252)
#ECDAFC
(236,218,252)
#EDDEFC
(237,222,252)
#EEE2FC
(238,226,252)
#EFE6FC
(239,230,252)
#F0EAFC
(240,234,252)
#F1EEFC
(241,238,252)
#F2F2FC
(242,242,252)
#F3F6FC
(243,246,252)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD2FC; }

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

This text font color is #EAD2FC.


Background Color

.myBgColor { background-color: #EAD2FC; }

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

This div background color is #EAD2FC.


Border color

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

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

This div border color is #EAD2FC.


Opacity

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

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

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

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

This text has shadow with #EAD2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD2FC on black background.


Color preview on white background

This text has color #EAD2FC on white background.



Black color preview on #EAD2FC background

This text has black color on #EAD2FC background.


White color preview on #EAD2FC background

This text has white color on #EAD2FC background.