COLOR #EAF0FF

HEX: #EAF0FF
RGB: (234,240,255)

Color info

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

RGB color model

#EAF0FF color RGB value is (234,240,255).

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

RGB channels and saturation

R 234 of 255 = 92%
G 240 of 255 = 94%
B 255 of 255 = 100%

234
240
255

R + G + B ~ 95%. #EAF0FF is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 240 + 255 = 729 (100%)
R 234 of 729 ~ 32.1%
G 240 of 729 ~ 32.92%
B 255 of 729 ~ 34.98%

%32.1
%32.92
%34.98

CMYK color model

#EAF0FF color CMYK value is (8,6,0,0).

  • cyan value is 8.24%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,6,0,0)
C8M6Y0K0 
(8%,6%,0%,0%)
(0.08/0.06/0.00/0.00)	

CMYK percentages

%8.24
%5.88
%0
%0

Codes

Color #EAF0FF in popluar color models

EAF0FF
RGB234240255
HSL223°100.00%95.88%
HSB/HSV223°8.24%100.00%
CMYK8.24%5.88%0.00%
0.00%

Color #EAF0FF in popluar number systems.

HEXEAF0FF
Decimal234240255
Binary111010101111000011111111
Octal352360377

Shades and tints

Shades of #EAF0FF

#EAF0FF
(234,240,255)
#D5DBE8
(213,219,232)
#C0C6D1
(192,198,209)
#ABB1BA
(171,177,186)
#969CA3
(150,156,163)
#81878C
(129,135,140)
#6C7275
(108,114,117)
#575D5E
(87,93,94)
#424847
(66,72,71)
#2D3330
(45,51,48)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #EAF0FF

#EAF0FF
(234,240,255)
#EBF1FF
(235,241,255)
#ECF2FF
(236,242,255)
#EDF3FF
(237,243,255)
#EEF4FF
(238,244,255)
#EFF5FF
(239,245,255)
#F0F6FF
(240,246,255)
#F1F7FF
(241,247,255)
#F2F8FF
(242,248,255)
#F3F9FF
(243,249,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF0FF; }

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

This text font color is #EAF0FF.


Background Color

.myBgColor { background-color: #EAF0FF; }

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

This div background color is #EAF0FF.


Border color

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

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

This div border color is #EAF0FF.


Opacity

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

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

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

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

This text has shadow with #EAF0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF0FF on black background.


Color preview on white background

This text has color #EAF0FF on white background.



Black color preview on #EAF0FF background

This text has black color on #EAF0FF background.


White color preview on #EAF0FF background

This text has white color on #EAF0FF background.