COLOR #EDEAFA

HEX: #EDEAFA
RGB: (237,234,250)

Color info

#EDEAFA contains red, green and blue colors in about the same proportion. Web safe color of #EDEAFA is #FFFFFF (or #FFF).

RGB color model

#EDEAFA color RGB value is (237,234,250).

  • red value is 237;
  • green value is 234;
  • blue value is 250.
RGB:
(237,234,250)
(93%,92%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 250 of 255 = 98%

237
234
250

R + G + B ~ 94%. #EDEAFA is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 250 = 721 (100%)
R 237 of 721 ~ 32.87%
G 234 of 721 ~ 32.45%
B 250 of 721 ~ 34.67%

%32.87
%32.45
%34.67

CMYK color model

#EDEAFA color CMYK value is (5,6,0,2).

  • cyan value is 5.20%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(5,6,0,2)
C5M6Y0K2 
(5%,6%,0%,2%)
(0.05/0.06/0.00/0.02)	

CMYK percentages

%5.2
%6.4
%0
%1.96

Codes

Color #EDEAFA in popluar color models

EDEAFA
RGB237234250
HSL251°61.54%94.90%
HSB/HSV251°6.40%98.04%
CMYK5.20%6.40%0.00%
1.96%

Color #EDEAFA in popluar number systems.

HEXEDEAFA
Decimal237234250
Binary111011011110101011111010
Octal355352372

Shades and tints

Shades of #EDEAFA

#EDEAFA
(237,234,250)
#D8D5E4
(216,213,228)
#C3C0CE
(195,192,206)
#AEABB8
(174,171,184)
#9996A2
(153,150,162)
#84818C
(132,129,140)
#6F6C76
(111,108,118)
#5A5760
(90,87,96)
#45424A
(69,66,74)
#302D34
(48,45,52)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDEAFA

#EDEAFA
(237,234,250)
#EEEBFA
(238,235,250)
#EFECFA
(239,236,250)
#F0EDFA
(240,237,250)
#F1EEFA
(241,238,250)
#F2EFFA
(242,239,250)
#F3F0FA
(243,240,250)
#F4F1FA
(244,241,250)
#F5F2FA
(245,242,250)
#F6F3FA
(246,243,250)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEAFA color. Also use rgb(237,234,250) instead hex code.

Text Font Color

.myTextColor { color: #EDEAFA; }

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

This text font color is #EDEAFA.


Background Color

.myBgColor { background-color: #EDEAFA; }

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

This div background color is #EDEAFA.


Border color

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

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

This div border color is #EDEAFA.


Opacity

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

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

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

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

This text has shadow with #EDEAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAFA on black background.


Color preview on white background

This text has color #EDEAFA on white background.



Black color preview on #EDEAFA background

This text has black color on #EDEAFA background.


White color preview on #EDEAFA background

This text has white color on #EDEAFA background.