COLOR #EAF9FD

HEX: #EAF9FD
RGB: (234,249,253)

Color info

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

RGB color model

#EAF9FD color RGB value is (234,249,253).

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

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 253 of 255 = 99%

234
249
253

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

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 253 = 736 (100%)
R 234 of 736 ~ 31.79%
G 249 of 736 ~ 33.83%
B 253 of 736 ~ 34.38%

%31.79
%33.83
%34.38

CMYK color model

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

  • cyan value is 7.51%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,2,0,1)
C8M2Y0K1 
(8%,2%,0%,1%)
(0.08/0.02/0.00/0.01)	

CMYK percentages

%7.51
%1.58
%0
%0.78

Codes

Color #EAF9FD in popluar color models

EAF9FD
RGB234249253
HSL193°82.61%95.49%
HSB/HSV193°7.51%99.22%
CMYK7.51%1.58%0.00%
0.78%

Color #EAF9FD in popluar number systems.

HEXEAF9FD
Decimal234249253
Binary111010101111100111111101
Octal352371375

Shades and tints

Shades of #EAF9FD

#EAF9FD
(234,249,253)
#D5E3E6
(213,227,230)
#C0CDCF
(192,205,207)
#ABB7B8
(171,183,184)
#96A1A1
(150,161,161)
#818B8A
(129,139,138)
#6C7573
(108,117,115)
#575F5C
(87,95,92)
#424945
(66,73,69)
#2D332E
(45,51,46)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #EAF9FD

#EAF9FD
(234,249,253)
#EBF9FD
(235,249,253)
#ECF9FD
(236,249,253)
#EDF9FD
(237,249,253)
#EEF9FD
(238,249,253)
#EFF9FD
(239,249,253)
#F0F9FD
(240,249,253)
#F1F9FD
(241,249,253)
#F2F9FD
(242,249,253)
#F3F9FD
(243,249,253)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9FD; }

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

This text font color is #EAF9FD.


Background Color

.myBgColor { background-color: #EAF9FD; }

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

This div background color is #EAF9FD.


Border color

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

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

This div border color is #EAF9FD.


Opacity

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

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

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

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

This text has shadow with #EAF9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9FD on black background.


Color preview on white background

This text has color #EAF9FD on white background.



Black color preview on #EAF9FD background

This text has black color on #EAF9FD background.


White color preview on #EAF9FD background

This text has white color on #EAF9FD background.