COLOR #EAF4F8

HEX: #EAF4F8
RGB: (234,244,248)

Color info

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

RGB color model

#EAF4F8 color RGB value is (234,244,248).

  • red value is 234;
  • green value is 244;
  • blue value is 248.
RGB:
(234,244,248)
(92%,96%,97%)

RGB channels and saturation

R 234 of 255 = 92%
G 244 of 255 = 96%
B 248 of 255 = 97%

234
244
248

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

Portions of RGB colors in percentages

R + G + B =
234 + 244 + 248 = 726 (100%)
R 234 of 726 ~ 32.23%
G 244 of 726 ~ 33.61%
B 248 of 726 ~ 34.16%

%32.23
%33.61
%34.16

CMYK color model

#EAF4F8 color CMYK value is (6,2,0,3).

  • cyan value is 5.65%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,2,0,3)
C6M2Y0K3 
(6%,2%,0%,3%)
(0.06/0.02/0.00/0.03)	

CMYK percentages

%5.65
%1.61
%0
%2.75

Codes

Color #EAF4F8 in popluar color models

EAF4F8
RGB234244248
HSL197°50.00%94.51%
HSB/HSV197°5.65%97.25%
CMYK5.65%1.61%0.00%
2.75%

Color #EAF4F8 in popluar number systems.

HEXEAF4F8
Decimal234244248
Binary111010101111010011111000
Octal352364370

Shades and tints

Shades of #EAF4F8

#EAF4F8
(234,244,248)
#D5DEE2
(213,222,226)
#C0C8CC
(192,200,204)
#ABB2B6
(171,178,182)
#969CA0
(150,156,160)
#81868A
(129,134,138)
#6C7074
(108,112,116)
#575A5E
(87,90,94)
#424448
(66,68,72)
#2D2E32
(45,46,50)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #EAF4F8

#EAF4F8
(234,244,248)
#EBF5F8
(235,245,248)
#ECF6F8
(236,246,248)
#EDF7F8
(237,247,248)
#EEF8F8
(238,248,248)
#EFF9F8
(239,249,248)
#F0FAF8
(240,250,248)
#F1FBF8
(241,251,248)
#F2FCF8
(242,252,248)
#F3FDF8
(243,253,248)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF4F8 color. Also use rgb(234,244,248) instead hex code.

Text Font Color

.myTextColor { color: #EAF4F8; }

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

This text font color is #EAF4F8.


Background Color

.myBgColor { background-color: #EAF4F8; }

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

This div background color is #EAF4F8.


Border color

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

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

This div border color is #EAF4F8.


Opacity

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

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

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

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

This text has shadow with #EAF4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF4F8 on black background.


Color preview on white background

This text has color #EAF4F8 on white background.



Black color preview on #EAF4F8 background

This text has black color on #EAF4F8 background.


White color preview on #EAF4F8 background

This text has white color on #EAF4F8 background.