COLOR #EAF4C5

HEX: #EAF4C5
RGB: (234,244,197)

Color info

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

RGB color model

#EAF4C5 color RGB value is (234,244,197).

  • red value is 234;
  • green value is 244;
  • blue value is 197.
RGB:
(234,244,197)
(92%,96%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 244 of 255 = 96%
B 197 of 255 = 77%

234
244
197

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

Portions of RGB colors in percentages

R + G + B =
234 + 244 + 197 = 675 (100%)
R 234 of 675 ~ 34.67%
G 244 of 675 ~ 36.15%
B 197 of 675 ~ 29.19%

%34.67
%36.15
%29.19

CMYK color model

#EAF4C5 color CMYK value is (4,0,19,4).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(4,0,19,4)
C4M0Y19K4 
(4%,0%,19%,4%)
(0.04/0.00/0.19/0.04)	

CMYK percentages

%4.1
%0
%19.26
%4.31

Codes

Color #EAF4C5 in popluar color models

EAF4C5
RGB234244197
HSL73°68.12%86.47%
HSB/HSV73°19.26%95.69%
CMYK4.10%0.00%19.26%
4.31%

Color #EAF4C5 in popluar number systems.

HEXEAF4C5
Decimal234244197
Binary111010101111010011000101
Octal352364305

Shades and tints

Shades of #EAF4C5

#EAF4C5
(234,244,197)
#D5DEB4
(213,222,180)
#C0C8A3
(192,200,163)
#ABB292
(171,178,146)
#969C81
(150,156,129)
#818670
(129,134,112)
#6C705F
(108,112,95)
#575A4E
(87,90,78)
#42443D
(66,68,61)
#2D2E2C
(45,46,44)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #EAF4C5

#EAF4C5
(234,244,197)
#EBF5CA
(235,245,202)
#ECF6CF
(236,246,207)
#EDF7D4
(237,247,212)
#EEF8D9
(238,248,217)
#EFF9DE
(239,249,222)
#F0FAE3
(240,250,227)
#F1FBE8
(241,251,232)
#F2FCED
(242,252,237)
#F3FDF2
(243,253,242)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF4C5 color. Also use rgb(234,244,197) instead hex code.

Text Font Color

.myTextColor { color: #EAF4C5; }

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

This text font color is #EAF4C5.


Background Color

.myBgColor { background-color: #EAF4C5; }

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

This div background color is #EAF4C5.


Border color

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

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

This div border color is #EAF4C5.


Opacity

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

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

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

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

This text has shadow with #EAF4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF4C5 on black background.


Color preview on white background

This text has color #EAF4C5 on white background.



Black color preview on #EAF4C5 background

This text has black color on #EAF4C5 background.


White color preview on #EAF4C5 background

This text has white color on #EAF4C5 background.