COLOR #EAF9EE

HEX: #EAF9EE RGB: (234,249,238)

Color info

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

RGB color model

#EAF9EE color RGB value is (234,249,238).

RGB: (234,249,238) (92%, 98%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 238 of 255 = 93%

234
249
238

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

Portions of RGB colors in percentages

R + G + B = 234 + 249 + 238 = 721 (100%)
R 234 of 721 ~ 32.45%
G 249 of 721 ~ 34.54%
B 238 of 721 ~ 33.01'%

%32.45
%34.54
%33.01

CMYK color model

#EAF9EE color CMYK value is (6,0,4,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 2.35%

CMYK: (6,0,4,2)
C6M0Y4K2 (6%, 0%, 4%, 2%)
(0.06 / 0.00 / 0.04 / 0.02)

CMYK percentages

%6.02
%0
%4.42
%2.35

Codes

Color #EAF9EE in popluar color models

EA F9 EE
RGB 234 249 238
HSL 136° 55.56% 94.71%
HSB/HSV 136° 6.02% 97.65%
CMYK 6.02% 0.00% 4.42%
2.35%

Color #EAF9EE in popluar number systems.

HEX EA F9 EE
Decimal 234 249 238
Binary 11101010 11111001 11101110
Octal 352 371 356

Shades and tints

Shades of #EAF9EE

#EAF9EE
(234,249,238)
#D5E3D9
(213,227,217)
#C0CDC4
(192,205,196)
#ABB7AF
(171,183,175)
#96A19A
(150,161,154)
#818B85
(129,139,133)
#6C7570
(108,117,112)
#575F5B
(87,95,91)
#424946
(66,73,70)
#2D3331
(45,51,49)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #EAF9EE

#EAF9EE
(234,249,238)
#EBF9EF
(235,249,239)
#ECF9F0
(236,249,240)
#EDF9F1
(237,249,241)
#EEF9F2
(238,249,242)
#EFF9F3
(239,249,243)
#F0F9F4
(240,249,244)
#F1F9F5
(241,249,245)
#F2F9F6
(242,249,246)
#F3F9F7
(243,249,247)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9EE; }

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

This text font color is #EAF9EE.

Background Color

.myBgColor { background-color: #EAF9EE; }

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

This div background color is #EAF9EE.

Border color

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

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

This div border color is #EAF9EE.

Opacity

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

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

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

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

This text has shadow with #EAF9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF9EE.

Preview

Color preview on black background

This text has color #EAF9EE on black background.


Color preview on white background

This text has color #EAF9EE on white background.


Black color preview on #EAF9EE background

This text has black color on #EAF9EE background.


White color preview on #EAF9EE background

This text has white color on #EAF9EE background.


Related colors

Complementary color

Complementary color for #hex is #150611.


I love getcolorcode.com

Triadic colors

1 #EEEAF9 and #F9EEEA with #EAF9EE are triadic colors.

2 #EEF9EA and #F9EAEE with #EAF9EE are triadic colors.