COLOR #EAF9FE

HEX: #EAF9FE
RGB: (234,249,254)

Color info

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

RGB color model

#EAF9FE color RGB value is (234,249,254).

  • red value is 234;
  • green value is 249;
  • blue value is 254.
RGB:
(234,249,254)
(92%,98%,100%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 254 of 255 = 100%

234
249
254

R + G + B ~ 97%. #EAF9FE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 254 = 737 (100%)
R 234 of 737 ~ 31.75%
G 249 of 737 ~ 33.79%
B 254 of 737 ~ 34.46%

%31.75
%33.79
%34.46

CMYK color model

#EAF9FE color CMYK value is (8,2,0,0).

  • cyan value is 7.87%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,2,0,0)
C8M2Y0K0 
(8%,2%,0%,0%)
(0.08/0.02/0.00/0.00)	

CMYK percentages

%7.87
%1.97
%0
%0.39

Codes

Color #EAF9FE in popluar color models

EAF9FE
RGB234249254
HSL195°90.91%95.69%
HSB/HSV195°7.87%99.61%
CMYK7.87%1.97%0.00%
0.39%

Color #EAF9FE in popluar number systems.

HEXEAF9FE
Decimal234249254
Binary111010101111100111111110
Octal352371376

Shades and tints

Shades of #EAF9FE

#EAF9FE
(234,249,254)
#D5E3E7
(213,227,231)
#C0CDD0
(192,205,208)
#ABB7B9
(171,183,185)
#96A1A2
(150,161,162)
#818B8B
(129,139,139)
#6C7574
(108,117,116)
#575F5D
(87,95,93)
#424946
(66,73,70)
#2D332F
(45,51,47)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #EAF9FE

#EAF9FE
(234,249,254)
#EBF9FE
(235,249,254)
#ECF9FE
(236,249,254)
#EDF9FE
(237,249,254)
#EEF9FE
(238,249,254)
#EFF9FE
(239,249,254)
#F0F9FE
(240,249,254)
#F1F9FE
(241,249,254)
#F2F9FE
(242,249,254)
#F3F9FE
(243,249,254)
#F4F9FE
(244,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF9FE color. Also use rgb(234,249,254) instead hex code.

Text Font Color

.myTextColor { color: #EAF9FE; }

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

This text font color is #EAF9FE.


Background Color

.myBgColor { background-color: #EAF9FE; }

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

This div background color is #EAF9FE.


Border color

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

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

This div border color is #EAF9FE.


Opacity

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

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

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

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

This text has shadow with #EAF9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9FE on black background.


Color preview on white background

This text has color #EAF9FE on white background.



Black color preview on #EAF9FE background

This text has black color on #EAF9FE background.


White color preview on #EAF9FE background

This text has white color on #EAF9FE background.