COLOR #EAF2C4

HEX: #EAF2C4 RGB: (234,242,196)

Color info

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

RGB color model

#EAF2C4 color RGB value is (234,242,196).

RGB: (234,242,196) (92%, 95%, 77%)

RGB channels and saturation

R 234 of 255 = 92%
G 242 of 255 = 95%
B 196 of 255 = 77%

234
242
196

R + G + B ~ 88%. #EAF2C4 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 242 + 196 = 672 (100%)
R 234 of 672 ~ 34.82%
G 242 of 672 ~ 36.01%
B 196 of 672 ~ 29.17'%

%34.82
%36.01
%29.17

CMYK color model

#EAF2C4 color CMYK value is (3,0,19,5).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 5.10%

CMYK: (3,0,19,5)
C3M0Y19K5 (3%, 0%, 19%, 5%)
(0.03 / 0.00 / 0.19 / 0.05)

CMYK percentages

%3.31
%0
%19.01
%5.1

Codes

Color #EAF2C4 in popluar color models

EA F2 C4
RGB 234 242 196
HSL 70° 63.89% 85.88%
HSB/HSV 70° 19.01% 94.90%
CMYK 3.31% 0.00% 19.01%
5.10%

Color #EAF2C4 in popluar number systems.

HEX EA F2 C4
Decimal 234 242 196
Binary 11101010 11110010 11000100
Octal 352 362 304

Shades and tints

Shades of #EAF2C4

#EAF2C4
(234,242,196)
#D5DCB3
(213,220,179)
#C0C6A2
(192,198,162)
#ABB091
(171,176,145)
#969A80
(150,154,128)
#81846F
(129,132,111)
#6C6E5E
(108,110,94)
#57584D
(87,88,77)
#42423C
(66,66,60)
#2D2C2B
(45,44,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #EAF2C4

#EAF2C4
(234,242,196)
#EBF3C9
(235,243,201)
#ECF4CE
(236,244,206)
#EDF5D3
(237,245,211)
#EEF6D8
(238,246,216)
#EFF7DD
(239,247,221)
#F0F8E2
(240,248,226)
#F1F9E7
(241,249,231)
#F2FAEC
(242,250,236)
#F3FBF1
(243,251,241)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF2C4 color. Also use rgb(234,242,196) instead hex code.

Text Font Color

.myTextColor { color: #EAF2C4; }

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

This text font color is #EAF2C4.

Background Color

.myBgColor { background-color: #EAF2C4; }

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

This div background color is #EAF2C4.

Border color

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

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

This div border color is #EAF2C4.

Opacity

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

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

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

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

This text has shadow with #EAF2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF2C4.

Preview

Color preview on black background

This text has color #EAF2C4 on black background.


Color preview on white background

This text has color #EAF2C4 on white background.


Black color preview on #EAF2C4 background

This text has black color on #EAF2C4 background.


White color preview on #EAF2C4 background

This text has white color on #EAF2C4 background.


Related colors

Complementary color

Complementary color for #hex is #150D3B.


I love getcolorcode.com

Triadic colors

1 #C4EAF2 and #F2C4EA with #EAF2C4 are triadic colors.

2 #C4F2EA and #F2EAC4 with #EAF2C4 are triadic colors.