COLOR #EAF9D6

HEX: #EAF9D6
RGB: (234,249,214)

Color info

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

RGB color model

#EAF9D6 color RGB value is (234,249,214).

  • red value is 234;
  • green value is 249;
  • blue value is 214.
RGB:
(234,249,214)
(92%,98%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 214 of 255 = 84%

234
249
214

R + G + B ~ 91%. #EAF9D6 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 214 = 697 (100%)
R 234 of 697 ~ 33.57%
G 249 of 697 ~ 35.72%
B 214 of 697 ~ 30.7%

%33.57
%35.72
%30.7

CMYK color model

#EAF9D6 color CMYK value is (6,0,14,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(6,0,14,2)
C6M0Y14K2 
(6%,0%,14%,2%)
(0.06/0.00/0.14/0.02)	

CMYK percentages

%6.02
%0
%14.06
%2.35

Codes

Color #EAF9D6 in popluar color models

EAF9D6
RGB234249214
HSL86°74.47%90.78%
HSB/HSV86°14.06%97.65%
CMYK6.02%0.00%14.06%
2.35%

Color #EAF9D6 in popluar number systems.

HEXEAF9D6
Decimal234249214
Binary111010101111100111010110
Octal352371326

Shades and tints

Shades of #EAF9D6

#EAF9D6
(234,249,214)
#D5E3C3
(213,227,195)
#C0CDB0
(192,205,176)
#ABB79D
(171,183,157)
#96A18A
(150,161,138)
#818B77
(129,139,119)
#6C7564
(108,117,100)
#575F51
(87,95,81)
#42493E
(66,73,62)
#2D332B
(45,51,43)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #EAF9D6

#EAF9D6
(234,249,214)
#EBF9D9
(235,249,217)
#ECF9DC
(236,249,220)
#EDF9DF
(237,249,223)
#EEF9E2
(238,249,226)
#EFF9E5
(239,249,229)
#F0F9E8
(240,249,232)
#F1F9EB
(241,249,235)
#F2F9EE
(242,249,238)
#F3F9F1
(243,249,241)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9D6; }

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

This text font color is #EAF9D6.


Background Color

.myBgColor { background-color: #EAF9D6; }

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

This div background color is #EAF9D6.


Border color

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

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

This div border color is #EAF9D6.


Opacity

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

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

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

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

This text has shadow with #EAF9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9D6 on black background.


Color preview on white background

This text has color #EAF9D6 on white background.



Black color preview on #EAF9D6 background

This text has black color on #EAF9D6 background.


White color preview on #EAF9D6 background

This text has white color on #EAF9D6 background.