COLOR #EAF0D6

HEX: #EAF0D6 RGB: (234,240,214)

Color info

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

RGB color model

#EAF0D6 color RGB value is (234,240,214).

RGB: (234,240,214) (92%, 94%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 240 of 255 = 94%
B 214 of 255 = 84%

234
240
214

R + G + B ~ 90%. #EAF0D6 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 240 + 214 = 688 (100%)
R 234 of 688 ~ 34.01%
G 240 of 688 ~ 34.88%
B 214 of 688 ~ 31.1'%

%34.01
%34.88
%31.1

CMYK color model

#EAF0D6 color CMYK value is (3,0,11,6).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 5.88%

CMYK: (3,0,11,6)
C3M0Y11K6 (3%, 0%, 11%, 6%)
(0.03 / 0.00 / 0.11 / 0.06)

CMYK percentages

%2.5
%0
%10.83
%5.88

Codes

Color #EAF0D6 in popluar color models

EA F0 D6
RGB 234 240 214
HSL 74° 46.43% 89.02%
HSB/HSV 74° 10.83% 94.12%
CMYK 2.50% 0.00% 10.83%
5.88%

Color #EAF0D6 in popluar number systems.

HEX EA F0 D6
Decimal 234 240 214
Binary 11101010 11110000 11010110
Octal 352 360 326

Shades and tints

Shades of #EAF0D6

#EAF0D6
(234,240,214)
#D5DBC3
(213,219,195)
#C0C6B0
(192,198,176)
#ABB19D
(171,177,157)
#969C8A
(150,156,138)
#818777
(129,135,119)
#6C7264
(108,114,100)
#575D51
(87,93,81)
#42483E
(66,72,62)
#2D332B
(45,51,43)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #EAF0D6

#EAF0D6
(234,240,214)
#EBF1D9
(235,241,217)
#ECF2DC
(236,242,220)
#EDF3DF
(237,243,223)
#EEF4E2
(238,244,226)
#EFF5E5
(239,245,229)
#F0F6E8
(240,246,232)
#F1F7EB
(241,247,235)
#F2F8EE
(242,248,238)
#F3F9F1
(243,249,241)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF0D6 color. Also use rgb(234,240,214) instead hex code.

Text Font Color

.myTextColor { color: #EAF0D6; }

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

This text font color is #EAF0D6.

Background Color

.myBgColor { background-color: #EAF0D6; }

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

This div background color is #EAF0D6.

Border color

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

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

This div border color is #EAF0D6.

Opacity

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

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

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

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

This text has shadow with #EAF0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF0D6.

Preview

Color preview on black background

This text has color #EAF0D6 on black background.


Color preview on white background

This text has color #EAF0D6 on white background.


Black color preview on #EAF0D6 background

This text has black color on #EAF0D6 background.


White color preview on #EAF0D6 background

This text has white color on #EAF0D6 background.


Related colors

Complementary color

Complementary color for #hex is #150F29.


I love getcolorcode.com

Triadic colors

1 #D6EAF0 and #F0D6EA with #EAF0D6 are triadic colors.

2 #D6F0EA and #F0EAD6 with #EAF0D6 are triadic colors.