COLOR #EAF1EE

HEX: #EAF1EE
RGB: (234,241,238)

Color info

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

RGB color model

#EAF1EE color RGB value is (234,241,238).

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

RGB channels and saturation

R 234 of 255 = 92%
G 241 of 255 = 95%
B 238 of 255 = 93%

234
241
238

R + G + B ~ 93%. #EAF1EE is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 241 + 238 = 713 (100%)
R 234 of 713 ~ 32.82%
G 241 of 713 ~ 33.8%
B 238 of 713 ~ 33.38%

%32.82
%33.8
%33.38

CMYK color model

#EAF1EE color CMYK value is (3,0,1,5).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(3,0,1,5)
C3M0Y1K5 
(3%,0%,1%,5%)
(0.03/0.00/0.01/0.05)	

CMYK percentages

%2.9
%0
%1.24
%5.49

Codes

Color #EAF1EE in popluar color models

EAF1EE
RGB234241238
HSL154°20.00%93.14%
HSB/HSV154°2.90%94.51%
CMYK2.90%0.00%1.24%
5.49%

Color #EAF1EE in popluar number systems.

HEXEAF1EE
Decimal234241238
Binary111010101111000111101110
Octal352361356

Shades and tints

Shades of #EAF1EE

#EAF1EE
(234,241,238)
#D5DCD9
(213,220,217)
#C0C7C4
(192,199,196)
#ABB2AF
(171,178,175)
#969D9A
(150,157,154)
#818885
(129,136,133)
#6C7370
(108,115,112)
#575E5B
(87,94,91)
#424946
(66,73,70)
#2D3431
(45,52,49)
#181F1C
(24,31,28)
#000000
(0,0,0)

Tints of #EAF1EE

#EAF1EE
(234,241,238)
#EBF2EF
(235,242,239)
#ECF3F0
(236,243,240)
#EDF4F1
(237,244,241)
#EEF5F2
(238,245,242)
#EFF6F3
(239,246,243)
#F0F7F4
(240,247,244)
#F1F8F5
(241,248,245)
#F2F9F6
(242,249,246)
#F3FAF7
(243,250,247)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF1EE; }

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

This text font color is #EAF1EE.


Background Color

.myBgColor { background-color: #EAF1EE; }

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

This div background color is #EAF1EE.


Border color

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

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

This div border color is #EAF1EE.


Opacity

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

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

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

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

This text has shadow with #EAF1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF1EE on black background.


Color preview on white background

This text has color #EAF1EE on white background.



Black color preview on #EAF1EE background

This text has black color on #EAF1EE background.


White color preview on #EAF1EE background

This text has white color on #EAF1EE background.