COLOR #EAF8FF

HEX: #EAF8FF
RGB: (234,248,255)

Color info

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

RGB color model

#EAF8FF color RGB value is (234,248,255).

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

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 255 of 255 = 100%

234
248
255

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

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 255 = 737 (100%)
R 234 of 737 ~ 31.75%
G 248 of 737 ~ 33.65%
B 255 of 737 ~ 34.6%

%31.75
%33.65
%34.6

CMYK color model

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

  • cyan value is 8.24%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,3,0,0)
C8M3Y0K0 
(8%,3%,0%,0%)
(0.08/0.03/0.00/0.00)	

CMYK percentages

%8.24
%2.75
%0
%0

Codes

Color #EAF8FF in popluar color models

EAF8FF
RGB234248255
HSL200°100.00%95.88%
HSB/HSV200°8.24%100.00%
CMYK8.24%2.75%0.00%
0.00%

Color #EAF8FF in popluar number systems.

HEXEAF8FF
Decimal234248255
Binary111010101111100011111111
Octal352370377

Shades and tints

Shades of #EAF8FF

#EAF8FF
(234,248,255)
#D5E2E8
(213,226,232)
#C0CCD1
(192,204,209)
#ABB6BA
(171,182,186)
#96A0A3
(150,160,163)
#818A8C
(129,138,140)
#6C7475
(108,116,117)
#575E5E
(87,94,94)
#424847
(66,72,71)
#2D3230
(45,50,48)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #EAF8FF

#EAF8FF
(234,248,255)
#EBF8FF
(235,248,255)
#ECF8FF
(236,248,255)
#EDF8FF
(237,248,255)
#EEF8FF
(238,248,255)
#EFF8FF
(239,248,255)
#F0F8FF
(240,248,255)
#F1F8FF
(241,248,255)
#F2F8FF
(242,248,255)
#F3F8FF
(243,248,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF8FF; }

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

This text font color is #EAF8FF.


Background Color

.myBgColor { background-color: #EAF8FF; }

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

This div background color is #EAF8FF.


Border color

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

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

This div border color is #EAF8FF.


Opacity

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

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

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

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

This text has shadow with #EAF8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8FF on black background.


Color preview on white background

This text has color #EAF8FF on white background.



Black color preview on #EAF8FF background

This text has black color on #EAF8FF background.


White color preview on #EAF8FF background

This text has white color on #EAF8FF background.