COLOR #EADFF9

HEX: #EADFF9
RGB: (234,223,249)

Color info

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

RGB color model

#EADFF9 color RGB value is (234,223,249).

  • red value is 234;
  • green value is 223;
  • blue value is 249.
RGB:
(234,223,249)
(92%,87%,98%)

RGB channels and saturation

R 234 of 255 = 92%
G 223 of 255 = 87%
B 249 of 255 = 98%

234
223
249

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

Portions of RGB colors in percentages

R + G + B =
234 + 223 + 249 = 706 (100%)
R 234 of 706 ~ 33.14%
G 223 of 706 ~ 31.59%
B 249 of 706 ~ 35.27%

%33.14
%31.59
%35.27

CMYK color model

#EADFF9 color CMYK value is (6,10,0,2).

  • cyan value is 6.02%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(6,10,0,2)
C6M10Y0K2 
(6%,10%,0%,2%)
(0.06/0.10/0.00/0.02)	

CMYK percentages

%6.02
%10.44
%0
%2.35

Codes

Color #EADFF9 in popluar color models

EADFF9
RGB234223249
HSL265°68.42%92.55%
HSB/HSV265°10.44%97.65%
CMYK6.02%10.44%0.00%
2.35%

Color #EADFF9 in popluar number systems.

HEXEADFF9
Decimal234223249
Binary111010101101111111111001
Octal352337371

Shades and tints

Shades of #EADFF9

#EADFF9
(234,223,249)
#D5CBE3
(213,203,227)
#C0B7CD
(192,183,205)
#ABA3B7
(171,163,183)
#968FA1
(150,143,161)
#817B8B
(129,123,139)
#6C6775
(108,103,117)
#57535F
(87,83,95)
#423F49
(66,63,73)
#2D2B33
(45,43,51)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #EADFF9

#EADFF9
(234,223,249)
#EBE1F9
(235,225,249)
#ECE3F9
(236,227,249)
#EDE5F9
(237,229,249)
#EEE7F9
(238,231,249)
#EFE9F9
(239,233,249)
#F0EBF9
(240,235,249)
#F1EDF9
(241,237,249)
#F2EFF9
(242,239,249)
#F3F1F9
(243,241,249)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADFF9 color. Also use rgb(234,223,249) instead hex code.

Text Font Color

.myTextColor { color: #EADFF9; }

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

This text font color is #EADFF9.


Background Color

.myBgColor { background-color: #EADFF9; }

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

This div background color is #EADFF9.


Border color

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

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

This div border color is #EADFF9.


Opacity

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

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

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

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

This text has shadow with #EADFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADFF9 on black background.


Color preview on white background

This text has color #EADFF9 on white background.



Black color preview on #EADFF9 background

This text has black color on #EADFF9 background.


White color preview on #EADFF9 background

This text has white color on #EADFF9 background.