COLOR #EAFDE6

HEX: #EAFDE6
RGB: (234,253,230)

Color info

#EAFDE6 contains red, green and blue colors in about the same proportion. Web safe color of #EAFDE6 is #FFFFCC (or #FFC).

RGB color model

#EAFDE6 color RGB value is (234,253,230).

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

RGB channels and saturation

R 234 of 255 = 92%
G 253 of 255 = 99%
B 230 of 255 = 90%

234
253
230

R + G + B ~ 94%. #EAFDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 253 + 230 = 717 (100%)
R 234 of 717 ~ 32.64%
G 253 of 717 ~ 35.29%
B 230 of 717 ~ 32.08%

%32.64
%35.29
%32.08

CMYK color model

#EAFDE6 color CMYK value is (8,0,9,1).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(8,0,9,1)
C8M0Y9K1 
(8%,0%,9%,1%)
(0.08/0.00/0.09/0.01)	

CMYK percentages

%7.51
%0
%9.09
%0.78

Codes

Color #EAFDE6 in popluar color models

EAFDE6
RGB234253230
HSL110°85.19%94.71%
HSB/HSV110°9.09%99.22%
CMYK7.51%0.00%9.09%
0.78%

Color #EAFDE6 in popluar number systems.

HEXEAFDE6
Decimal234253230
Binary111010101111110111100110
Octal352375346

Shades and tints

Shades of #EAFDE6

#EAFDE6
(234,253,230)
#D5E6D2
(213,230,210)
#C0CFBE
(192,207,190)
#ABB8AA
(171,184,170)
#96A196
(150,161,150)
#818A82
(129,138,130)
#6C736E
(108,115,110)
#575C5A
(87,92,90)
#424546
(66,69,70)
#2D2E32
(45,46,50)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #EAFDE6

#EAFDE6
(234,253,230)
#EBFDE8
(235,253,232)
#ECFDEA
(236,253,234)
#EDFDEC
(237,253,236)
#EEFDEE
(238,253,238)
#EFFDF0
(239,253,240)
#F0FDF2
(240,253,242)
#F1FDF4
(241,253,244)
#F2FDF6
(242,253,246)
#F3FDF8
(243,253,248)
#F4FDFA
(244,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAFDE6; }

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

This text font color is #EAFDE6.


Background Color

.myBgColor { background-color: #EAFDE6; }

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

This div background color is #EAFDE6.


Border color

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

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

This div border color is #EAFDE6.


Opacity

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

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

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

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

This text has shadow with #EAFDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAFDE6 on black background.


Color preview on white background

This text has color #EAFDE6 on white background.



Black color preview on #EAFDE6 background

This text has black color on #EAFDE6 background.


White color preview on #EAFDE6 background

This text has white color on #EAFDE6 background.