COLOR #EDEFF8

HEX: #EDEFF8 RGB: (237,239,248)

Color info

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

RGB color model

#EDEFF8 color RGB value is (237,239,248).

RGB: (237,239,248) (93%, 94%, 97%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 248 of 255 = 97%

237
239
248

R + G + B ~ 95%. #EDEFF8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 248 = 724 (100%)
R 237 of 724 ~ 32.73%
G 239 of 724 ~ 33.01%
B 248 of 724 ~ 34.25'%

%32.73
%33.01
%34.25

CMYK color model

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

  • cyan value is 4.44%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (4,4,0,3)
C4M4Y0K3 (4%, 4%, 0%, 3%)
(0.04 / 0.04 / 0.00 / 0.03)

CMYK percentages

%4.44
%3.63
%0
%2.75

Codes

Color #EDEFF8 in popluar color models

ED EF F8
RGB 237 239 248
HSL 229° 44.00% 95.10%
HSB/HSV 229° 4.44% 97.25%
CMYK 4.44% 3.63% 0.00%
2.75%

Color #EDEFF8 in popluar number systems.

HEX ED EF F8
Decimal 237 239 248
Binary 11101101 11101111 11111000
Octal 355 357 370

Shades and tints

Shades of #EDEFF8

#EDEFF8
(237,239,248)
#D8DAE2
(216,218,226)
#C3C5CC
(195,197,204)
#AEB0B6
(174,176,182)
#999BA0
(153,155,160)
#84868A
(132,134,138)
#6F7174
(111,113,116)
#5A5C5E
(90,92,94)
#454748
(69,71,72)
#303232
(48,50,50)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDEFF8

#EDEFF8
(237,239,248)
#EEF0F8
(238,240,248)
#EFF1F8
(239,241,248)
#F0F2F8
(240,242,248)
#F1F3F8
(241,243,248)
#F2F4F8
(242,244,248)
#F3F5F8
(243,245,248)
#F4F6F8
(244,246,248)
#F5F7F8
(245,247,248)
#F6F8F8
(246,248,248)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEFF8 color. Also use rgb(237,239,248) instead hex code.

Text Font Color

.myTextColor { color: #EDEFF8; }

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

This text font color is #EDEFF8.

Background Color

.myBgColor { background-color: #EDEFF8; }

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

This div background color is #EDEFF8.

Border color

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

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

This div border color is #EDEFF8.

Opacity

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

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

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

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

This text has shadow with #EDEFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFF8.

Preview

Color preview on black background

This text has color #EDEFF8 on black background.


Color preview on white background

This text has color #EDEFF8 on white background.


Black color preview on #EDEFF8 background

This text has black color on #EDEFF8 background.


White color preview on #EDEFF8 background

This text has white color on #EDEFF8 background.


Related colors

Complementary color

Complementary color for #hex is #121007.


I love getcolorcode.com

Triadic colors

1 #F8EDEF and #EFF8ED with #EDEFF8 are triadic colors.

2 #F8EFED and #EFEDF8 with #EDEFF8 are triadic colors.