COLOR #EAF7FA

HEX: #EAF7FA
RGB: (234,247,250)

Color info

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

RGB color model

#EAF7FA color RGB value is (234,247,250).

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

RGB channels and saturation

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

234
247
250

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

Portions of RGB colors in percentages

R + G + B =
234 + 247 + 250 = 731 (100%)
R 234 of 731 ~ 32.01%
G 247 of 731 ~ 33.79%
B 250 of 731 ~ 34.2%

%32.01
%33.79
%34.2

CMYK color model

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

  • cyan value is 6.40%
  • magenta value is 1.20%
  • 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
%1.2
%0
%1.96

Codes

Color #EAF7FA in popluar color models

EAF7FA
RGB234247250
HSL191°61.54%94.90%
HSB/HSV191°6.40%98.04%
CMYK6.40%1.20%0.00%
1.96%

Color #EAF7FA in popluar number systems.

HEXEAF7FA
Decimal234247250
Binary111010101111011111111010
Octal352367372

Shades and tints

Shades of #EAF7FA

#EAF7FA
(234,247,250)
#D5E1E4
(213,225,228)
#C0CBCE
(192,203,206)
#ABB5B8
(171,181,184)
#969FA2
(150,159,162)
#81898C
(129,137,140)
#6C7376
(108,115,118)
#575D60
(87,93,96)
#42474A
(66,71,74)
#2D3134
(45,49,52)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #EAF7FA

#EAF7FA
(234,247,250)
#EBF7FA
(235,247,250)
#ECF7FA
(236,247,250)
#EDF7FA
(237,247,250)
#EEF7FA
(238,247,250)
#EFF7FA
(239,247,250)
#F0F7FA
(240,247,250)
#F1F7FA
(241,247,250)
#F2F7FA
(242,247,250)
#F3F7FA
(243,247,250)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF7FA; }

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

This text font color is #EAF7FA.


Background Color

.myBgColor { background-color: #EAF7FA; }

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

This div background color is #EAF7FA.


Border color

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

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

This div border color is #EAF7FA.


Opacity

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

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

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

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

This text has shadow with #EAF7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF7FA on black background.


Color preview on white background

This text has color #EAF7FA on white background.



Black color preview on #EAF7FA background

This text has black color on #EAF7FA background.


White color preview on #EAF7FA background

This text has white color on #EAF7FA background.