COLOR #EAF9FC

HEX: #EAF9FC RGB: (234,249,252)

Color info

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

RGB color model

#EAF9FC color RGB value is (234,249,252).

RGB: (234,249,252) (92%, 98%, 99%)

RGB channels and saturation

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

234
249
252

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

Portions of RGB colors in percentages

R + G + B = 234 + 249 + 252 = 735 (100%)
R 234 of 735 ~ 31.84%
G 249 of 735 ~ 33.88%
B 252 of 735 ~ 34.29'%

%31.84
%33.88
%34.29

CMYK color model

#EAF9FC color CMYK value is (7,1,0,1).

  • cyan value is 7.14%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (7,1,0,1)
C7M1Y0K1 (7%, 1%, 0%, 1%)
(0.07 / 0.01 / 0.00 / 0.01)

CMYK percentages

%7.14
%1.19
%0
%1.18

Codes

Color #EAF9FC in popluar color models

EA F9 FC
RGB 234 249 252
HSL 190° 75.00% 95.29%
HSB/HSV 190° 7.14% 98.82%
CMYK 7.14% 1.19% 0.00%
1.18%

Color #EAF9FC in popluar number systems.

HEX EA F9 FC
Decimal 234 249 252
Binary 11101010 11111001 11111100
Octal 352 371 374

Shades and tints

Shades of #EAF9FC

#EAF9FC
(234,249,252)
#D5E3E6
(213,227,230)
#C0CDD0
(192,205,208)
#ABB7BA
(171,183,186)
#96A1A4
(150,161,164)
#818B8E
(129,139,142)
#6C7578
(108,117,120)
#575F62
(87,95,98)
#42494C
(66,73,76)
#2D3336
(45,51,54)
#181D20
(24,29,32)
#000000
(0,0,0)

Tints of #EAF9FC

#EAF9FC
(234,249,252)
#EBF9FC
(235,249,252)
#ECF9FC
(236,249,252)
#EDF9FC
(237,249,252)
#EEF9FC
(238,249,252)
#EFF9FC
(239,249,252)
#F0F9FC
(240,249,252)
#F1F9FC
(241,249,252)
#F2F9FC
(242,249,252)
#F3F9FC
(243,249,252)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9FC; }

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

This text font color is #EAF9FC.

Background Color

.myBgColor { background-color: #EAF9FC; }

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

This div background color is #EAF9FC.

Border color

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

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

This div border color is #EAF9FC.

Opacity

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

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

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

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

This text has shadow with #EAF9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF9FC.

Preview

Color preview on black background

This text has color #EAF9FC on black background.


Color preview on white background

This text has color #EAF9FC on white background.


Black color preview on #EAF9FC background

This text has black color on #EAF9FC background.


White color preview on #EAF9FC background

This text has white color on #EAF9FC background.


Related colors

Complementary color

Complementary color for #hex is #150603.


I love getcolorcode.com

Triadic colors

1 #FCEAF9 and #F9FCEA with #EAF9FC are triadic colors.

2 #FCF9EA and #F9EAFC with #EAF9FC are triadic colors.