COLOR #EAF9DF

HEX: #EAF9DF
RGB: (234,249,223)

Color info

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

RGB color model

#EAF9DF color RGB value is (234,249,223).

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

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 223 of 255 = 87%

234
249
223

R + G + B ~ 92%. #EAF9DF is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 223 = 706 (100%)
R 234 of 706 ~ 33.14%
G 249 of 706 ~ 35.27%
B 223 of 706 ~ 31.59%

%33.14
%35.27
%31.59

CMYK color model

#EAF9DF color CMYK value is (6,0,10,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(6,0,10,2)
C6M0Y10K2 
(6%,0%,10%,2%)
(0.06/0.00/0.10/0.02)	

CMYK percentages

%6.02
%0
%10.44
%2.35

Codes

Color #EAF9DF in popluar color models

EAF9DF
RGB234249223
HSL95°68.42%92.55%
HSB/HSV95°10.44%97.65%
CMYK6.02%0.00%10.44%
2.35%

Color #EAF9DF in popluar number systems.

HEXEAF9DF
Decimal234249223
Binary111010101111100111011111
Octal352371337

Shades and tints

Shades of #EAF9DF

#EAF9DF
(234,249,223)
#D5E3CB
(213,227,203)
#C0CDB7
(192,205,183)
#ABB7A3
(171,183,163)
#96A18F
(150,161,143)
#818B7B
(129,139,123)
#6C7567
(108,117,103)
#575F53
(87,95,83)
#42493F
(66,73,63)
#2D332B
(45,51,43)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #EAF9DF

#EAF9DF
(234,249,223)
#EBF9E1
(235,249,225)
#ECF9E3
(236,249,227)
#EDF9E5
(237,249,229)
#EEF9E7
(238,249,231)
#EFF9E9
(239,249,233)
#F0F9EB
(240,249,235)
#F1F9ED
(241,249,237)
#F2F9EF
(242,249,239)
#F3F9F1
(243,249,241)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9DF; }

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

This text font color is #EAF9DF.


Background Color

.myBgColor { background-color: #EAF9DF; }

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

This div background color is #EAF9DF.


Border color

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

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

This div border color is #EAF9DF.


Opacity

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

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

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

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

This text has shadow with #EAF9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9DF on black background.


Color preview on white background

This text has color #EAF9DF on white background.



Black color preview on #EAF9DF background

This text has black color on #EAF9DF background.


White color preview on #EAF9DF background

This text has white color on #EAF9DF background.