COLOR #EAFDF6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

234
253
246

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

Portions of RGB colors in percentages

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

%31.92
%34.52
%33.56

CMYK color model

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

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

CMYK percentages

%7.51
%0
%2.77
%0.78

Codes

Color #EAFDF6 in popluar color models

EAFDF6
RGB234253246
HSL158°82.61%95.49%
HSB/HSV158°7.51%99.22%
CMYK7.51%0.00%2.77%
0.78%

Color #EAFDF6 in popluar number systems.

HEXEAFDF6
Decimal234253246
Binary111010101111110111110110
Octal352375366

Shades and tints

Shades of #EAFDF6

#EAFDF6
(234,253,246)
#D5E6E0
(213,230,224)
#C0CFCA
(192,207,202)
#ABB8B4
(171,184,180)
#96A19E
(150,161,158)
#818A88
(129,138,136)
#6C7372
(108,115,114)
#575C5C
(87,92,92)
#424546
(66,69,70)
#2D2E30
(45,46,48)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #EAFDF6

#EAFDF6
(234,253,246)
#EBFDF6
(235,253,246)
#ECFDF6
(236,253,246)
#EDFDF6
(237,253,246)
#EEFDF6
(238,253,246)
#EFFDF6
(239,253,246)
#F0FDF6
(240,253,246)
#F1FDF6
(241,253,246)
#F2FDF6
(242,253,246)
#F3FDF6
(243,253,246)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAFDF6; }

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

This text font color is #EAFDF6.


Background Color

.myBgColor { background-color: #EAFDF6; }

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

This div background color is #EAFDF6.


Border color

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

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

This div border color is #EAFDF6.


Opacity

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

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

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

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

This text has shadow with #EAFDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAFDF6 on black background.


Color preview on white background

This text has color #EAFDF6 on white background.



Black color preview on #EAFDF6 background

This text has black color on #EAFDF6 background.


White color preview on #EAFDF6 background

This text has white color on #EAFDF6 background.