COLOR #EAF5DC

HEX: #EAF5DC RGB: (234,245,220)

Color info

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

RGB color model

#EAF5DC color RGB value is (234,245,220).

RGB: (234,245,220) (92%, 96%, 86%)

RGB channels and saturation

R 234 of 255 = 92%
G 245 of 255 = 96%
B 220 of 255 = 86%

234
245
220

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

Portions of RGB colors in percentages

R + G + B = 234 + 245 + 220 = 699 (100%)
R 234 of 699 ~ 33.48%
G 245 of 699 ~ 35.05%
B 220 of 699 ~ 31.47'%

%33.48
%35.05
%31.47

CMYK color model

#EAF5DC color CMYK value is (4,0,10,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (4,0,10,4)
C4M0Y10K4 (4%, 0%, 10%, 4%)
(0.04 / 0.00 / 0.10 / 0.04)

CMYK percentages

%4.49
%0
%10.2
%3.92

Codes

Color #EAF5DC in popluar color models

EA F5 DC
RGB 234 245 220
HSL 86° 55.56% 91.18%
HSB/HSV 86° 10.20% 96.08%
CMYK 4.49% 0.00% 10.20%
3.92%

Color #EAF5DC in popluar number systems.

HEX EA F5 DC
Decimal 234 245 220
Binary 11101010 11110101 11011100
Octal 352 365 334

Shades and tints

Shades of #EAF5DC

#EAF5DC
(234,245,220)
#D5DFC8
(213,223,200)
#C0C9B4
(192,201,180)
#ABB3A0
(171,179,160)
#969D8C
(150,157,140)
#818778
(129,135,120)
#6C7164
(108,113,100)
#575B50
(87,91,80)
#42453C
(66,69,60)
#2D2F28
(45,47,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #EAF5DC

#EAF5DC
(234,245,220)
#EBF5DF
(235,245,223)
#ECF5E2
(236,245,226)
#EDF5E5
(237,245,229)
#EEF5E8
(238,245,232)
#EFF5EB
(239,245,235)
#F0F5EE
(240,245,238)
#F1F5F1
(241,245,241)
#F2F5F4
(242,245,244)
#F3F5F7
(243,245,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF5DC; }

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

This text font color is #EAF5DC.

Background Color

.myBgColor { background-color: #EAF5DC; }

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

This div background color is #EAF5DC.

Border color

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

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

This div border color is #EAF5DC.

Opacity

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

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

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

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

This text has shadow with #EAF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF5DC.

Preview

Color preview on black background

This text has color #EAF5DC on black background.


Color preview on white background

This text has color #EAF5DC on white background.


Black color preview on #EAF5DC background

This text has black color on #EAF5DC background.


White color preview on #EAF5DC background

This text has white color on #EAF5DC background.


Related colors

Complementary color

Complementary color for #hex is #150A23.


I love getcolorcode.com

Triadic colors

1 #DCEAF5 and #F5DCEA with #EAF5DC are triadic colors.

2 #DCF5EA and #F5EADC with #EAF5DC are triadic colors.