COLOR #EAF5C5

HEX: #EAF5C5
RGB: (234,245,197)

Color info

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

RGB color model

#EAF5C5 color RGB value is (234,245,197).

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

RGB channels and saturation

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

234
245
197

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

Portions of RGB colors in percentages

R + G + B =
234 + 245 + 197 = 676 (100%)
R 234 of 676 ~ 34.62%
G 245 of 676 ~ 36.24%
B 197 of 676 ~ 29.14%

%34.62
%36.24
%29.14

CMYK color model

#EAF5C5 color CMYK value is (4,0,20,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 3.92%
CMYK:
(4,0,20,4)
C4M0Y20K4 
(4%,0%,20%,4%)
(0.04/0.00/0.20/0.04)	

CMYK percentages

%4.49
%0
%19.59
%3.92

Codes

Color #EAF5C5 in popluar color models

EAF5C5
RGB234245197
HSL74°70.59%86.67%
HSB/HSV74°19.59%96.08%
CMYK4.49%0.00%19.59%
3.92%

Color #EAF5C5 in popluar number systems.

HEXEAF5C5
Decimal234245197
Binary111010101111010111000101
Octal352365305

Shades and tints

Shades of #EAF5C5

#EAF5C5
(234,245,197)
#D5DFB4
(213,223,180)
#C0C9A3
(192,201,163)
#ABB392
(171,179,146)
#969D81
(150,157,129)
#818770
(129,135,112)
#6C715F
(108,113,95)
#575B4E
(87,91,78)
#42453D
(66,69,61)
#2D2F2C
(45,47,44)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #EAF5C5

#EAF5C5
(234,245,197)
#EBF5CA
(235,245,202)
#ECF5CF
(236,245,207)
#EDF5D4
(237,245,212)
#EEF5D9
(238,245,217)
#EFF5DE
(239,245,222)
#F0F5E3
(240,245,227)
#F1F5E8
(241,245,232)
#F2F5ED
(242,245,237)
#F3F5F2
(243,245,242)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF5C5; }

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

This text font color is #EAF5C5.


Background Color

.myBgColor { background-color: #EAF5C5; }

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

This div background color is #EAF5C5.


Border color

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

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

This div border color is #EAF5C5.


Opacity

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

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

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

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

This text has shadow with #EAF5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF5C5 on black background.


Color preview on white background

This text has color #EAF5C5 on white background.



Black color preview on #EAF5C5 background

This text has black color on #EAF5C5 background.


White color preview on #EAF5C5 background

This text has white color on #EAF5C5 background.