COLOR #EAF3EE

HEX: #EAF3EE
RGB: (234,243,238)

Color info

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

RGB color model

#EAF3EE color RGB value is (234,243,238).

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

RGB channels and saturation

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

234
243
238

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

Portions of RGB colors in percentages

R + G + B =
234 + 243 + 238 = 715 (100%)
R 234 of 715 ~ 32.73%
G 243 of 715 ~ 33.99%
B 238 of 715 ~ 33.29%

%32.73
%33.99
%33.29

CMYK color model

#EAF3EE color CMYK value is (4,0,2,5).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK:
(4,0,2,5)
C4M0Y2K5 
(4%,0%,2%,5%)
(0.04/0.00/0.02/0.05)	

CMYK percentages

%3.7
%0
%2.06
%4.71

Codes

Color #EAF3EE in popluar color models

EAF3EE
RGB234243238
HSL147°27.27%93.53%
HSB/HSV147°3.70%95.29%
CMYK3.70%0.00%2.06%
4.71%

Color #EAF3EE in popluar number systems.

HEXEAF3EE
Decimal234243238
Binary111010101111001111101110
Octal352363356

Shades and tints

Shades of #EAF3EE

#EAF3EE
(234,243,238)
#D5DDD9
(213,221,217)
#C0C7C4
(192,199,196)
#ABB1AF
(171,177,175)
#969B9A
(150,155,154)
#818585
(129,133,133)
#6C6F70
(108,111,112)
#57595B
(87,89,91)
#424346
(66,67,70)
#2D2D31
(45,45,49)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #EAF3EE

#EAF3EE
(234,243,238)
#EBF4EF
(235,244,239)
#ECF5F0
(236,245,240)
#EDF6F1
(237,246,241)
#EEF7F2
(238,247,242)
#EFF8F3
(239,248,243)
#F0F9F4
(240,249,244)
#F1FAF5
(241,250,245)
#F2FBF6
(242,251,246)
#F3FCF7
(243,252,247)
#F4FDF8
(244,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF3EE; }

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

This text font color is #EAF3EE.


Background Color

.myBgColor { background-color: #EAF3EE; }

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

This div background color is #EAF3EE.


Border color

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

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

This div border color is #EAF3EE.


Opacity

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

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

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

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

This text has shadow with #EAF3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF3EE on black background.


Color preview on white background

This text has color #EAF3EE on white background.



Black color preview on #EAF3EE background

This text has black color on #EAF3EE background.


White color preview on #EAF3EE background

This text has white color on #EAF3EE background.