COLOR #EAF5EE

HEX: #EAF5EE
RGB: (234,245,238)

Color info

#EAF5EE contains red, green and blue colors in about the same proportion. Web safe color of #EAF5EE is #FFFFFF (or #FFF).

RGB color model

#EAF5EE color RGB value is (234,245,238).

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

RGB channels and saturation

R 234 of 255 = 92%
G 245 of 255 = 96%
B 238 of 255 = 93%

234
245
238

R + G + B ~ 94%. #EAF5EE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 245 + 238 = 717 (100%)
R 234 of 717 ~ 32.64%
G 245 of 717 ~ 34.17%
B 238 of 717 ~ 33.19%

%32.64
%34.17
%33.19

CMYK color model

#EAF5EE color CMYK value is (4,0,3,4).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(4,0,3,4)
C4M0Y3K4 
(4%,0%,3%,4%)
(0.04/0.00/0.03/0.04)	

CMYK percentages

%4.49
%0
%2.86
%3.92

Codes

Color #EAF5EE in popluar color models

EAF5EE
RGB234245238
HSL142°35.48%93.92%
HSB/HSV142°4.49%96.08%
CMYK4.49%0.00%2.86%
3.92%

Color #EAF5EE in popluar number systems.

HEXEAF5EE
Decimal234245238
Binary111010101111010111101110
Octal352365356

Shades and tints

Shades of #EAF5EE

#EAF5EE
(234,245,238)
#D5DFD9
(213,223,217)
#C0C9C4
(192,201,196)
#ABB3AF
(171,179,175)
#969D9A
(150,157,154)
#818785
(129,135,133)
#6C7170
(108,113,112)
#575B5B
(87,91,91)
#424546
(66,69,70)
#2D2F31
(45,47,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #EAF5EE

#EAF5EE
(234,245,238)
#EBF5EF
(235,245,239)
#ECF5F0
(236,245,240)
#EDF5F1
(237,245,241)
#EEF5F2
(238,245,242)
#EFF5F3
(239,245,243)
#F0F5F4
(240,245,244)
#F1F5F5
(241,245,245)
#F2F5F6
(242,245,246)
#F3F5F7
(243,245,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF5EE; }

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

This text font color is #EAF5EE.


Background Color

.myBgColor { background-color: #EAF5EE; }

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

This div background color is #EAF5EE.


Border color

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

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

This div border color is #EAF5EE.


Opacity

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

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

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

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

This text has shadow with #EAF5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF5EE on black background.


Color preview on white background

This text has color #EAF5EE on white background.



Black color preview on #EAF5EE background

This text has black color on #EAF5EE background.


White color preview on #EAF5EE background

This text has white color on #EAF5EE background.