COLOR #EAF6FF

HEX: #EAF6FF
RGB: (234,246,255)

Color info

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

RGB color model

#EAF6FF color RGB value is (234,246,255).

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

RGB channels and saturation

R 234 of 255 = 92%
G 246 of 255 = 96%
B 255 of 255 = 100%

234
246
255

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

Portions of RGB colors in percentages

R + G + B =
234 + 246 + 255 = 735 (100%)
R 234 of 735 ~ 31.84%
G 246 of 735 ~ 33.47%
B 255 of 735 ~ 34.69%

%31.84
%33.47
%34.69

CMYK color model

#EAF6FF color CMYK value is (8,4,0,0).

  • cyan value is 8.24%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,4,0,0)
C8M4Y0K0 
(8%,4%,0%,0%)
(0.08/0.04/0.00/0.00)	

CMYK percentages

%8.24
%3.53
%0
%0

Codes

Color #EAF6FF in popluar color models

EAF6FF
RGB234246255
HSL206°100.00%95.88%
HSB/HSV206°8.24%100.00%
CMYK8.24%3.53%0.00%
0.00%

Color #EAF6FF in popluar number systems.

HEXEAF6FF
Decimal234246255
Binary111010101111011011111111
Octal352366377

Shades and tints

Shades of #EAF6FF

#EAF6FF
(234,246,255)
#D5E0E8
(213,224,232)
#C0CAD1
(192,202,209)
#ABB4BA
(171,180,186)
#969EA3
(150,158,163)
#81888C
(129,136,140)
#6C7275
(108,114,117)
#575C5E
(87,92,94)
#424647
(66,70,71)
#2D3030
(45,48,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #EAF6FF

#EAF6FF
(234,246,255)
#EBF6FF
(235,246,255)
#ECF6FF
(236,246,255)
#EDF6FF
(237,246,255)
#EEF6FF
(238,246,255)
#EFF6FF
(239,246,255)
#F0F6FF
(240,246,255)
#F1F6FF
(241,246,255)
#F2F6FF
(242,246,255)
#F3F6FF
(243,246,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF6FF; }

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

This text font color is #EAF6FF.


Background Color

.myBgColor { background-color: #EAF6FF; }

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

This div background color is #EAF6FF.


Border color

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

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

This div border color is #EAF6FF.


Opacity

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

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

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

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

This text has shadow with #EAF6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF6FF on black background.


Color preview on white background

This text has color #EAF6FF on white background.



Black color preview on #EAF6FF background

This text has black color on #EAF6FF background.


White color preview on #EAF6FF background

This text has white color on #EAF6FF background.