COLOR #EAF5E1

HEX: #EAF5E1
RGB: (234,245,225)

Color info

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

RGB color model

#EAF5E1 color RGB value is (234,245,225).

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

RGB channels and saturation

R 234 of 255 = 92%
G 245 of 255 = 96%
B 225 of 255 = 88%

234
245
225

R + G + B ~ 92%. #EAF5E1 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 245 + 225 = 704 (100%)
R 234 of 704 ~ 33.24%
G 245 of 704 ~ 34.8%
B 225 of 704 ~ 31.96%

%33.24
%34.8
%31.96

CMYK color model

#EAF5E1 color CMYK value is (4,0,8,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 3.92%
CMYK:
(4,0,8,4)
C4M0Y8K4 
(4%,0%,8%,4%)
(0.04/0.00/0.08/0.04)	

CMYK percentages

%4.49
%0
%8.16
%3.92

Codes

Color #EAF5E1 in popluar color models

EAF5E1
RGB234245225
HSL93°50.00%92.16%
HSB/HSV93°8.16%96.08%
CMYK4.49%0.00%8.16%
3.92%

Color #EAF5E1 in popluar number systems.

HEXEAF5E1
Decimal234245225
Binary111010101111010111100001
Octal352365341

Shades and tints

Shades of #EAF5E1

#EAF5E1
(234,245,225)
#D5DFCD
(213,223,205)
#C0C9B9
(192,201,185)
#ABB3A5
(171,179,165)
#969D91
(150,157,145)
#81877D
(129,135,125)
#6C7169
(108,113,105)
#575B55
(87,91,85)
#424541
(66,69,65)
#2D2F2D
(45,47,45)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #EAF5E1

#EAF5E1
(234,245,225)
#EBF5E3
(235,245,227)
#ECF5E5
(236,245,229)
#EDF5E7
(237,245,231)
#EEF5E9
(238,245,233)
#EFF5EB
(239,245,235)
#F0F5ED
(240,245,237)
#F1F5EF
(241,245,239)
#F2F5F1
(242,245,241)
#F3F5F3
(243,245,243)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF5E1; }

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

This text font color is #EAF5E1.


Background Color

.myBgColor { background-color: #EAF5E1; }

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

This div background color is #EAF5E1.


Border color

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

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

This div border color is #EAF5E1.


Opacity

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

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

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

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

This text has shadow with #EAF5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF5E1 on black background.


Color preview on white background

This text has color #EAF5E1 on white background.



Black color preview on #EAF5E1 background

This text has black color on #EAF5E1 background.


White color preview on #EAF5E1 background

This text has white color on #EAF5E1 background.