COLOR #EAD6FC

HEX: #EAD6FC
RGB: (234,214,252)

Color info

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

RGB color model

#EAD6FC color RGB value is (234,214,252).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 252 of 255 = 99%

234
214
252

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 252 = 700 (100%)
R 234 of 700 ~ 33.43%
G 214 of 700 ~ 30.57%
B 252 of 700 ~ 36%

%33.43
%30.57
%36

CMYK color model

#EAD6FC color CMYK value is (7,15,0,1).

  • cyan value is 7.14%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(7,15,0,1)
C7M15Y0K1 
(7%,15%,0%,1%)
(0.07/0.15/0.00/0.01)	

CMYK percentages

%7.14
%15.08
%0
%1.18

Codes

Color #EAD6FC in popluar color models

EAD6FC
RGB234214252
HSL272°86.36%91.37%
HSB/HSV272°15.08%98.82%
CMYK7.14%15.08%0.00%
1.18%

Color #EAD6FC in popluar number systems.

HEXEAD6FC
Decimal234214252
Binary111010101101011011111100
Octal352326374

Shades and tints

Shades of #EAD6FC

#EAD6FC
(234,214,252)
#D5C3E6
(213,195,230)
#C0B0D0
(192,176,208)
#AB9DBA
(171,157,186)
#968AA4
(150,138,164)
#81778E
(129,119,142)
#6C6478
(108,100,120)
#575162
(87,81,98)
#423E4C
(66,62,76)
#2D2B36
(45,43,54)
#181820
(24,24,32)
#000000
(0,0,0)

Tints of #EAD6FC

#EAD6FC
(234,214,252)
#EBD9FC
(235,217,252)
#ECDCFC
(236,220,252)
#EDDFFC
(237,223,252)
#EEE2FC
(238,226,252)
#EFE5FC
(239,229,252)
#F0E8FC
(240,232,252)
#F1EBFC
(241,235,252)
#F2EEFC
(242,238,252)
#F3F1FC
(243,241,252)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6FC; }

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

This text font color is #EAD6FC.


Background Color

.myBgColor { background-color: #EAD6FC; }

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

This div background color is #EAD6FC.


Border color

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

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

This div border color is #EAD6FC.


Opacity

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

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

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

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

This text has shadow with #EAD6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6FC on black background.


Color preview on white background

This text has color #EAD6FC on white background.



Black color preview on #EAD6FC background

This text has black color on #EAD6FC background.


White color preview on #EAD6FC background

This text has white color on #EAD6FC background.