COLOR #EDEEF5

HEX: #EDEEF5
RGB: (237,238,245)

Color info

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

RGB color model

#EDEEF5 color RGB value is (237,238,245).

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

RGB channels and saturation

R 237 of 255 = 93%
G 238 of 255 = 93%
B 245 of 255 = 96%

237
238
245

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 245 = 720 (100%)
R 237 of 720 ~ 32.92%
G 238 of 720 ~ 33.06%
B 245 of 720 ~ 34.03%

%32.92
%33.06
%34.03

CMYK color model

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

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

CMYK percentages

%3.27
%2.86
%0
%3.92

Codes

Color #EDEEF5 in popluar color models

EDEEF5
RGB237238245
HSL233°28.57%94.51%
HSB/HSV233°3.27%96.08%
CMYK3.27%2.86%0.00%
3.92%

Color #EDEEF5 in popluar number systems.

HEXEDEEF5
Decimal237238245
Binary111011011110111011110101
Octal355356365

Shades and tints

Shades of #EDEEF5

#EDEEF5
(237,238,245)
#D8D9DF
(216,217,223)
#C3C4C9
(195,196,201)
#AEAFB3
(174,175,179)
#999A9D
(153,154,157)
#848587
(132,133,135)
#6F7071
(111,112,113)
#5A5B5B
(90,91,91)
#454645
(69,70,69)
#30312F
(48,49,47)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #EDEEF5

#EDEEF5
(237,238,245)
#EEEFF5
(238,239,245)
#EFF0F5
(239,240,245)
#F0F1F5
(240,241,245)
#F1F2F5
(241,242,245)
#F2F3F5
(242,243,245)
#F3F4F5
(243,244,245)
#F4F5F5
(244,245,245)
#F5F6F5
(245,246,245)
#F6F7F5
(246,247,245)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEF5; }

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

This text font color is #EDEEF5.


Background Color

.myBgColor { background-color: #EDEEF5; }

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

This div background color is #EDEEF5.


Border color

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

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

This div border color is #EDEEF5.


Opacity

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

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

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

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

This text has shadow with #EDEEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEF5 on black background.


Color preview on white background

This text has color #EDEEF5 on white background.



Black color preview on #EDEEF5 background

This text has black color on #EDEEF5 background.


White color preview on #EDEEF5 background

This text has white color on #EDEEF5 background.