COLOR #EAF8E7

HEX: #EAF8E7
RGB: (234,248,231)

Color info

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

RGB color model

#EAF8E7 color RGB value is (234,248,231).

  • red value is 234;
  • green value is 248;
  • blue value is 231.
RGB:
(234,248,231)
(92%,97%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 231 of 255 = 91%

234
248
231

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

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 231 = 713 (100%)
R 234 of 713 ~ 32.82%
G 248 of 713 ~ 34.78%
B 231 of 713 ~ 32.4%

%32.82
%34.78
%32.4

CMYK color model

#EAF8E7 color CMYK value is (6,0,7,3).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(6,0,7,3)
C6M0Y7K3 
(6%,0%,7%,3%)
(0.06/0.00/0.07/0.03)	

CMYK percentages

%5.65
%0
%6.85
%2.75

Codes

Color #EAF8E7 in popluar color models

EAF8E7
RGB234248231
HSL109°54.84%93.92%
HSB/HSV109°6.85%97.25%
CMYK5.65%0.00%6.85%
2.75%

Color #EAF8E7 in popluar number systems.

HEXEAF8E7
Decimal234248231
Binary111010101111100011100111
Octal352370347

Shades and tints

Shades of #EAF8E7

#EAF8E7
(234,248,231)
#D5E2D2
(213,226,210)
#C0CCBD
(192,204,189)
#ABB6A8
(171,182,168)
#96A093
(150,160,147)
#818A7E
(129,138,126)
#6C7469
(108,116,105)
#575E54
(87,94,84)
#42483F
(66,72,63)
#2D322A
(45,50,42)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #EAF8E7

#EAF8E7
(234,248,231)
#EBF8E9
(235,248,233)
#ECF8EB
(236,248,235)
#EDF8ED
(237,248,237)
#EEF8EF
(238,248,239)
#EFF8F1
(239,248,241)
#F0F8F3
(240,248,243)
#F1F8F5
(241,248,245)
#F2F8F7
(242,248,247)
#F3F8F9
(243,248,249)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF8E7 color. Also use rgb(234,248,231) instead hex code.

Text Font Color

.myTextColor { color: #EAF8E7; }

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

This text font color is #EAF8E7.


Background Color

.myBgColor { background-color: #EAF8E7; }

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

This div background color is #EAF8E7.


Border color

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

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

This div border color is #EAF8E7.


Opacity

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

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

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

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

This text has shadow with #EAF8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8E7 on black background.


Color preview on white background

This text has color #EAF8E7 on white background.



Black color preview on #EAF8E7 background

This text has black color on #EAF8E7 background.


White color preview on #EAF8E7 background

This text has white color on #EAF8E7 background.