COLOR #EAF6FD

HEX: #EAF6FD
RGB: (234,246,253)

Color info

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

RGB color model

#EAF6FD color RGB value is (234,246,253).

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

RGB channels and saturation

R 234 of 255 = 92%
G 246 of 255 = 96%
B 253 of 255 = 99%

234
246
253

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

Portions of RGB colors in percentages

R + G + B =
234 + 246 + 253 = 733 (100%)
R 234 of 733 ~ 31.92%
G 246 of 733 ~ 33.56%
B 253 of 733 ~ 34.52%

%31.92
%33.56
%34.52

CMYK color model

#EAF6FD color CMYK value is (8,3,0,1).

  • cyan value is 7.51%
  • magenta value is 2.77%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,3,0,1)
C8M3Y0K1 
(8%,3%,0%,1%)
(0.08/0.03/0.00/0.01)	

CMYK percentages

%7.51
%2.77
%0
%0.78

Codes

Color #EAF6FD in popluar color models

EAF6FD
RGB234246253
HSL202°82.61%95.49%
HSB/HSV202°7.51%99.22%
CMYK7.51%2.77%0.00%
0.78%

Color #EAF6FD in popluar number systems.

HEXEAF6FD
Decimal234246253
Binary111010101111011011111101
Octal352366375

Shades and tints

Shades of #EAF6FD

#EAF6FD
(234,246,253)
#D5E0E6
(213,224,230)
#C0CACF
(192,202,207)
#ABB4B8
(171,180,184)
#969EA1
(150,158,161)
#81888A
(129,136,138)
#6C7273
(108,114,115)
#575C5C
(87,92,92)
#424645
(66,70,69)
#2D302E
(45,48,46)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #EAF6FD

#EAF6FD
(234,246,253)
#EBF6FD
(235,246,253)
#ECF6FD
(236,246,253)
#EDF6FD
(237,246,253)
#EEF6FD
(238,246,253)
#EFF6FD
(239,246,253)
#F0F6FD
(240,246,253)
#F1F6FD
(241,246,253)
#F2F6FD
(242,246,253)
#F3F6FD
(243,246,253)
#F4F6FD
(244,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF6FD; }

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

This text font color is #EAF6FD.


Background Color

.myBgColor { background-color: #EAF6FD; }

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

This div background color is #EAF6FD.


Border color

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

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

This div border color is #EAF6FD.


Opacity

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

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

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

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

This text has shadow with #EAF6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF6FD on black background.


Color preview on white background

This text has color #EAF6FD on white background.



Black color preview on #EAF6FD background

This text has black color on #EAF6FD background.


White color preview on #EAF6FD background

This text has white color on #EAF6FD background.