COLOR #EAF5DA

HEX: #EAF5DA
RGB: (234,245,218)

Color info

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

RGB color model

#EAF5DA color RGB value is (234,245,218).

  • red value is 234;
  • green value is 245;
  • blue value is 218.
RGB:
(234,245,218)
(92%,96%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 245 of 255 = 96%
B 218 of 255 = 85%

234
245
218

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

Portions of RGB colors in percentages

R + G + B =
234 + 245 + 218 = 697 (100%)
R 234 of 697 ~ 33.57%
G 245 of 697 ~ 35.15%
B 218 of 697 ~ 31.28%

%33.57
%35.15
%31.28

CMYK color model

#EAF5DA color CMYK value is (4,0,11,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(4,0,11,4)
C4M0Y11K4 
(4%,0%,11%,4%)
(0.04/0.00/0.11/0.04)	

CMYK percentages

%4.49
%0
%11.02
%3.92

Codes

Color #EAF5DA in popluar color models

EAF5DA
RGB234245218
HSL84°57.45%90.78%
HSB/HSV84°11.02%96.08%
CMYK4.49%0.00%11.02%
3.92%

Color #EAF5DA in popluar number systems.

HEXEAF5DA
Decimal234245218
Binary111010101111010111011010
Octal352365332

Shades and tints

Shades of #EAF5DA

#EAF5DA
(234,245,218)
#D5DFC7
(213,223,199)
#C0C9B4
(192,201,180)
#ABB3A1
(171,179,161)
#969D8E
(150,157,142)
#81877B
(129,135,123)
#6C7168
(108,113,104)
#575B55
(87,91,85)
#424542
(66,69,66)
#2D2F2F
(45,47,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #EAF5DA

#EAF5DA
(234,245,218)
#EBF5DD
(235,245,221)
#ECF5E0
(236,245,224)
#EDF5E3
(237,245,227)
#EEF5E6
(238,245,230)
#EFF5E9
(239,245,233)
#F0F5EC
(240,245,236)
#F1F5EF
(241,245,239)
#F2F5F2
(242,245,242)
#F3F5F5
(243,245,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF5DA color. Also use rgb(234,245,218) instead hex code.

Text Font Color

.myTextColor { color: #EAF5DA; }

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

This text font color is #EAF5DA.


Background Color

.myBgColor { background-color: #EAF5DA; }

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

This div background color is #EAF5DA.


Border color

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

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

This div border color is #EAF5DA.


Opacity

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

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

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

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

This text has shadow with #EAF5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF5DA on black background.


Color preview on white background

This text has color #EAF5DA on white background.



Black color preview on #EAF5DA background

This text has black color on #EAF5DA background.


White color preview on #EAF5DA background

This text has white color on #EAF5DA background.