COLOR #EAF5DE

HEX: #EAF5DE
RGB: (234,245,222)

Color info

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

RGB color model

#EAF5DE color RGB value is (234,245,222).

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

RGB channels and saturation

R 234 of 255 = 92%
G 245 of 255 = 96%
B 222 of 255 = 87%

234
245
222

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

Portions of RGB colors in percentages

R + G + B =
234 + 245 + 222 = 701 (100%)
R 234 of 701 ~ 33.38%
G 245 of 701 ~ 34.95%
B 222 of 701 ~ 31.67%

%33.38
%34.95
%31.67

CMYK color model

#EAF5DE color CMYK value is (4,0,9,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(4,0,9,4)
C4M0Y9K4 
(4%,0%,9%,4%)
(0.04/0.00/0.09/0.04)	

CMYK percentages

%4.49
%0
%9.39
%3.92

Codes

Color #EAF5DE in popluar color models

EAF5DE
RGB234245222
HSL89°53.49%91.57%
HSB/HSV89°9.39%96.08%
CMYK4.49%0.00%9.39%
3.92%

Color #EAF5DE in popluar number systems.

HEXEAF5DE
Decimal234245222
Binary111010101111010111011110
Octal352365336

Shades and tints

Shades of #EAF5DE

#EAF5DE
(234,245,222)
#D5DFCA
(213,223,202)
#C0C9B6
(192,201,182)
#ABB3A2
(171,179,162)
#969D8E
(150,157,142)
#81877A
(129,135,122)
#6C7166
(108,113,102)
#575B52
(87,91,82)
#42453E
(66,69,62)
#2D2F2A
(45,47,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #EAF5DE

#EAF5DE
(234,245,222)
#EBF5E1
(235,245,225)
#ECF5E4
(236,245,228)
#EDF5E7
(237,245,231)
#EEF5EA
(238,245,234)
#EFF5ED
(239,245,237)
#F0F5F0
(240,245,240)
#F1F5F3
(241,245,243)
#F2F5F6
(242,245,246)
#F3F5F9
(243,245,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF5DE; }

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

This text font color is #EAF5DE.


Background Color

.myBgColor { background-color: #EAF5DE; }

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

This div background color is #EAF5DE.


Border color

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

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

This div border color is #EAF5DE.


Opacity

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

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

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

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

This text has shadow with #EAF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF5DE on black background.


Color preview on white background

This text has color #EAF5DE on white background.



Black color preview on #EAF5DE background

This text has black color on #EAF5DE background.


White color preview on #EAF5DE background

This text has white color on #EAF5DE background.