COLOR #EDFAF8

HEX: #EDFAF8
RGB: (237,250,248)

Color info

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

RGB color model

#EDFAF8 color RGB value is (237,250,248).

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

RGB channels and saturation

R 237 of 255 = 93%
G 250 of 255 = 98%
B 248 of 255 = 97%

237
250
248

R + G + B ~ 96%. #EDFAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 250 + 248 = 735 (100%)
R 237 of 735 ~ 32.24%
G 250 of 735 ~ 34.01%
B 248 of 735 ~ 33.74%

%32.24
%34.01
%33.74

CMYK color model

#EDFAF8 color CMYK value is (5,0,1,2).

  • cyan value is 5.20%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(5,0,1,2)
C5M0Y1K2 
(5%,0%,1%,2%)
(0.05/0.00/0.01/0.02)	

CMYK percentages

%5.2
%0
%0.8
%1.96

Codes

Color #EDFAF8 in popluar color models

EDFAF8
RGB237250248
HSL171°56.52%95.49%
HSB/HSV171°5.20%98.04%
CMYK5.20%0.00%0.80%
1.96%

Color #EDFAF8 in popluar number systems.

HEXEDFAF8
Decimal237250248
Binary111011011111101011111000
Octal355372370

Shades and tints

Shades of #EDFAF8

#EDFAF8
(237,250,248)
#D8E4E2
(216,228,226)
#C3CECC
(195,206,204)
#AEB8B6
(174,184,182)
#99A2A0
(153,162,160)
#848C8A
(132,140,138)
#6F7674
(111,118,116)
#5A605E
(90,96,94)
#454A48
(69,74,72)
#303432
(48,52,50)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #EDFAF8

#EDFAF8
(237,250,248)
#EEFAF8
(238,250,248)
#EFFAF8
(239,250,248)
#F0FAF8
(240,250,248)
#F1FAF8
(241,250,248)
#F2FAF8
(242,250,248)
#F3FAF8
(243,250,248)
#F4FAF8
(244,250,248)
#F5FAF8
(245,250,248)
#F6FAF8
(246,250,248)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFAF8; }

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

This text font color is #EDFAF8.


Background Color

.myBgColor { background-color: #EDFAF8; }

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

This div background color is #EDFAF8.


Border color

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

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

This div border color is #EDFAF8.


Opacity

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

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

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

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

This text has shadow with #EDFAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFAF8 on black background.


Color preview on white background

This text has color #EDFAF8 on white background.



Black color preview on #EDFAF8 background

This text has black color on #EDFAF8 background.


White color preview on #EDFAF8 background

This text has white color on #EDFAF8 background.