COLOR #EAF8FA

HEX: #EAF8FA
RGB: (234,248,250)

Color info

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

RGB color model

#EAF8FA color RGB value is (234,248,250).

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

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 250 of 255 = 98%

234
248
250

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

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 250 = 732 (100%)
R 234 of 732 ~ 31.97%
G 248 of 732 ~ 33.88%
B 250 of 732 ~ 34.15%

%31.97
%33.88
%34.15

CMYK color model

#EAF8FA color CMYK value is (6,1,0,2).

  • cyan value is 6.40%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(6,1,0,2)
C6M1Y0K2 
(6%,1%,0%,2%)
(0.06/0.01/0.00/0.02)	

CMYK percentages

%6.4
%0.8
%0
%1.96

Codes

Color #EAF8FA in popluar color models

EAF8FA
RGB234248250
HSL188°61.54%94.90%
HSB/HSV188°6.40%98.04%
CMYK6.40%0.80%0.00%
1.96%

Color #EAF8FA in popluar number systems.

HEXEAF8FA
Decimal234248250
Binary111010101111100011111010
Octal352370372

Shades and tints

Shades of #EAF8FA

#EAF8FA
(234,248,250)
#D5E2E4
(213,226,228)
#C0CCCE
(192,204,206)
#ABB6B8
(171,182,184)
#96A0A2
(150,160,162)
#818A8C
(129,138,140)
#6C7476
(108,116,118)
#575E60
(87,94,96)
#42484A
(66,72,74)
#2D3234
(45,50,52)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #EAF8FA

#EAF8FA
(234,248,250)
#EBF8FA
(235,248,250)
#ECF8FA
(236,248,250)
#EDF8FA
(237,248,250)
#EEF8FA
(238,248,250)
#EFF8FA
(239,248,250)
#F0F8FA
(240,248,250)
#F1F8FA
(241,248,250)
#F2F8FA
(242,248,250)
#F3F8FA
(243,248,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF8FA; }

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

This text font color is #EAF8FA.


Background Color

.myBgColor { background-color: #EAF8FA; }

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

This div background color is #EAF8FA.


Border color

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

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

This div border color is #EAF8FA.


Opacity

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

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

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

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

This text has shadow with #EAF8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8FA on black background.


Color preview on white background

This text has color #EAF8FA on white background.



Black color preview on #EAF8FA background

This text has black color on #EAF8FA background.


White color preview on #EAF8FA background

This text has white color on #EAF8FA background.