COLOR #EDEAF5

HEX: #EDEAF5
RGB: (237,234,245)

Color info

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

RGB color model

#EDEAF5 color RGB value is (237,234,245).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 245 of 255 = 96%

237
234
245

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 245 = 716 (100%)
R 237 of 716 ~ 33.1%
G 234 of 716 ~ 32.68%
B 245 of 716 ~ 34.22%

%33.1
%32.68
%34.22

CMYK color model

#EDEAF5 color CMYK value is (3,4,0,4).

  • cyan value is 3.27%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,4,0,4)
C3M4Y0K4 
(3%,4%,0%,4%)
(0.03/0.04/0.00/0.04)	

CMYK percentages

%3.27
%4.49
%0
%3.92

Codes

Color #EDEAF5 in popluar color models

EDEAF5
RGB237234245
HSL256°35.48%93.92%
HSB/HSV256°4.49%96.08%
CMYK3.27%4.49%0.00%
3.92%

Color #EDEAF5 in popluar number systems.

HEXEDEAF5
Decimal237234245
Binary111011011110101011110101
Octal355352365

Shades and tints

Shades of #EDEAF5

#EDEAF5
(237,234,245)
#D8D5DF
(216,213,223)
#C3C0C9
(195,192,201)
#AEABB3
(174,171,179)
#99969D
(153,150,157)
#848187
(132,129,135)
#6F6C71
(111,108,113)
#5A575B
(90,87,91)
#454245
(69,66,69)
#302D2F
(48,45,47)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #EDEAF5

#EDEAF5
(237,234,245)
#EEEBF5
(238,235,245)
#EFECF5
(239,236,245)
#F0EDF5
(240,237,245)
#F1EEF5
(241,238,245)
#F2EFF5
(242,239,245)
#F3F0F5
(243,240,245)
#F4F1F5
(244,241,245)
#F5F2F5
(245,242,245)
#F6F3F5
(246,243,245)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEAF5; }

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

This text font color is #EDEAF5.


Background Color

.myBgColor { background-color: #EDEAF5; }

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

This div background color is #EDEAF5.


Border color

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

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

This div border color is #EDEAF5.


Opacity

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

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

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

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

This text has shadow with #EDEAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEAF5 on black background.


Color preview on white background

This text has color #EDEAF5 on white background.



Black color preview on #EDEAF5 background

This text has black color on #EDEAF5 background.


White color preview on #EDEAF5 background

This text has white color on #EDEAF5 background.