COLOR #EAF1D4

HEX: #EAF1D4 RGB: (234,241,212)

Color info

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

RGB color model

#EAF1D4 color RGB value is (234,241,212).

RGB: (234,241,212) (92%, 95%, 83%)

RGB channels and saturation

R 234 of 255 = 92%
G 241 of 255 = 95%
B 212 of 255 = 83%

234
241
212

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

Portions of RGB colors in percentages

R + G + B = 234 + 241 + 212 = 687 (100%)
R 234 of 687 ~ 34.06%
G 241 of 687 ~ 35.08%
B 212 of 687 ~ 30.86'%

%34.06
%35.08
%30.86

CMYK color model

#EAF1D4 color CMYK value is (3,0,12,5).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 5.49%

CMYK: (3,0,12,5)
C3M0Y12K5 (3%, 0%, 12%, 5%)
(0.03 / 0.00 / 0.12 / 0.05)

CMYK percentages

%2.9
%0
%12.03
%5.49

Codes

Color #EAF1D4 in popluar color models

EA F1 D4
RGB 234 241 212
HSL 74° 50.88% 88.82%
HSB/HSV 74° 12.03% 94.51%
CMYK 2.90% 0.00% 12.03%
5.49%

Color #EAF1D4 in popluar number systems.

HEX EA F1 D4
Decimal 234 241 212
Binary 11101010 11110001 11010100
Octal 352 361 324

Shades and tints

Shades of #EAF1D4

#EAF1D4
(234,241,212)
#D5DCC1
(213,220,193)
#C0C7AE
(192,199,174)
#ABB29B
(171,178,155)
#969D88
(150,157,136)
#818875
(129,136,117)
#6C7362
(108,115,98)
#575E4F
(87,94,79)
#42493C
(66,73,60)
#2D3429
(45,52,41)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #EAF1D4

#EAF1D4
(234,241,212)
#EBF2D7
(235,242,215)
#ECF3DA
(236,243,218)
#EDF4DD
(237,244,221)
#EEF5E0
(238,245,224)
#EFF6E3
(239,246,227)
#F0F7E6
(240,247,230)
#F1F8E9
(241,248,233)
#F2F9EC
(242,249,236)
#F3FAEF
(243,250,239)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF1D4 color. Also use rgb(234,241,212) instead hex code.

Text Font Color

.myTextColor { color: #EAF1D4; }

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

This text font color is #EAF1D4.

Background Color

.myBgColor { background-color: #EAF1D4; }

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

This div background color is #EAF1D4.

Border color

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

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

This div border color is #EAF1D4.

Opacity

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

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

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

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

This text has shadow with #EAF1D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF1D4.

Preview

Color preview on black background

This text has color #EAF1D4 on black background.


Color preview on white background

This text has color #EAF1D4 on white background.


Black color preview on #EAF1D4 background

This text has black color on #EAF1D4 background.


White color preview on #EAF1D4 background

This text has white color on #EAF1D4 background.


Related colors

Complementary color

Complementary color for #hex is #150E2B.


I love getcolorcode.com

Triadic colors

1 #D4EAF1 and #F1D4EA with #EAF1D4 are triadic colors.

2 #D4F1EA and #F1EAD4 with #EAF1D4 are triadic colors.