COLOR #EAD8FB

HEX: #EAD8FB
RGB: (234,216,251)

Color info

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

RGB color model

#EAD8FB color RGB value is (234,216,251).

  • red value is 234;
  • green value is 216;
  • blue value is 251.
RGB:
(234,216,251)
(92%,85%,98%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 251 of 255 = 98%

234
216
251

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

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 251 = 701 (100%)
R 234 of 701 ~ 33.38%
G 216 of 701 ~ 30.81%
B 251 of 701 ~ 35.81%

%33.38
%30.81
%35.81

CMYK color model

#EAD8FB color CMYK value is (7,14,0,2).

  • cyan value is 6.77%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,14,0,2)
C7M14Y0K2 
(7%,14%,0%,2%)
(0.07/0.14/0.00/0.02)	

CMYK percentages

%6.77
%13.94
%0
%1.57

Codes

Color #EAD8FB in popluar color models

EAD8FB
RGB234216251
HSL271°81.40%91.57%
HSB/HSV271°13.94%98.43%
CMYK6.77%13.94%0.00%
1.57%

Color #EAD8FB in popluar number systems.

HEXEAD8FB
Decimal234216251
Binary111010101101100011111011
Octal352330373

Shades and tints

Shades of #EAD8FB

#EAD8FB
(234,216,251)
#D5C5E5
(213,197,229)
#C0B2CF
(192,178,207)
#AB9FB9
(171,159,185)
#968CA3
(150,140,163)
#81798D
(129,121,141)
#6C6677
(108,102,119)
#575361
(87,83,97)
#42404B
(66,64,75)
#2D2D35
(45,45,53)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #EAD8FB

#EAD8FB
(234,216,251)
#EBDBFB
(235,219,251)
#ECDEFB
(236,222,251)
#EDE1FB
(237,225,251)
#EEE4FB
(238,228,251)
#EFE7FB
(239,231,251)
#F0EAFB
(240,234,251)
#F1EDFB
(241,237,251)
#F2F0FB
(242,240,251)
#F3F3FB
(243,243,251)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD8FB color. Also use rgb(234,216,251) instead hex code.

Text Font Color

.myTextColor { color: #EAD8FB; }

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

This text font color is #EAD8FB.


Background Color

.myBgColor { background-color: #EAD8FB; }

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

This div background color is #EAD8FB.


Border color

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

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

This div border color is #EAD8FB.


Opacity

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

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

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

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

This text has shadow with #EAD8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD8FB on black background.


Color preview on white background

This text has color #EAD8FB on white background.



Black color preview on #EAD8FB background

This text has black color on #EAD8FB background.


White color preview on #EAD8FB background

This text has white color on #EAD8FB background.