COLOR #EAF6DC

HEX: #EAF6DC
RGB: (234,246,220)

Color info

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

RGB color model

#EAF6DC color RGB value is (234,246,220).

  • red value is 234;
  • green value is 246;
  • blue value is 220.
RGB:
(234,246,220)
(92%,96%,86%)

RGB channels and saturation

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

234
246
220

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

Portions of RGB colors in percentages

R + G + B =
234 + 246 + 220 = 700 (100%)
R 234 of 700 ~ 33.43%
G 246 of 700 ~ 35.14%
B 220 of 700 ~ 31.43%

%33.43
%35.14
%31.43

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(5,0,11,4)
C5M0Y11K4 
(5%,0%,11%,4%)
(0.05/0.00/0.11/0.04)	

CMYK percentages

%4.88
%0
%10.57
%3.53

Codes

Color #EAF6DC in popluar color models

EAF6DC
RGB234246220
HSL88°59.09%91.37%
HSB/HSV88°10.57%96.47%
CMYK4.88%0.00%10.57%
3.53%

Color #EAF6DC in popluar number systems.

HEXEAF6DC
Decimal234246220
Binary111010101111011011011100
Octal352366334

Shades and tints

Shades of #EAF6DC

#EAF6DC
(234,246,220)
#D5E0C8
(213,224,200)
#C0CAB4
(192,202,180)
#ABB4A0
(171,180,160)
#969E8C
(150,158,140)
#818878
(129,136,120)
#6C7264
(108,114,100)
#575C50
(87,92,80)
#42463C
(66,70,60)
#2D3028
(45,48,40)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #EAF6DC

#EAF6DC
(234,246,220)
#EBF6DF
(235,246,223)
#ECF6E2
(236,246,226)
#EDF6E5
(237,246,229)
#EEF6E8
(238,246,232)
#EFF6EB
(239,246,235)
#F0F6EE
(240,246,238)
#F1F6F1
(241,246,241)
#F2F6F4
(242,246,244)
#F3F6F7
(243,246,247)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF6DC; }

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

This text font color is #EAF6DC.


Background Color

.myBgColor { background-color: #EAF6DC; }

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

This div background color is #EAF6DC.


Border color

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

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

This div border color is #EAF6DC.


Opacity

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

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

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

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

This text has shadow with #EAF6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF6DC on black background.


Color preview on white background

This text has color #EAF6DC on white background.



Black color preview on #EAF6DC background

This text has black color on #EAF6DC background.


White color preview on #EAF6DC background

This text has white color on #EAF6DC background.