COLOR #EAF8D2

HEX: #EAF8D2
RGB: (234,248,210)

Color info

#EAF8D2 contains red, green and blue colors in about the same proportion. Web safe color of #EAF8D2 is #FFFFCC (or #FFC).

RGB color model

#EAF8D2 color RGB value is (234,248,210).

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

RGB channels and saturation

R 234 of 255 = 92%
G 248 of 255 = 97%
B 210 of 255 = 82%

234
248
210

R + G + B ~ 90%. #EAF8D2 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 248 + 210 = 692 (100%)
R 234 of 692 ~ 33.82%
G 248 of 692 ~ 35.84%
B 210 of 692 ~ 30.35%

%33.82
%35.84
%30.35

CMYK color model

#EAF8D2 color CMYK value is (6,0,15,3).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(6,0,15,3)
C6M0Y15K3 
(6%,0%,15%,3%)
(0.06/0.00/0.15/0.03)	

CMYK percentages

%5.65
%0
%15.32
%2.75

Codes

Color #EAF8D2 in popluar color models

EAF8D2
RGB234248210
HSL82°73.08%89.80%
HSB/HSV82°15.32%97.25%
CMYK5.65%0.00%15.32%
2.75%

Color #EAF8D2 in popluar number systems.

HEXEAF8D2
Decimal234248210
Binary111010101111100011010010
Octal352370322

Shades and tints

Shades of #EAF8D2

#EAF8D2
(234,248,210)
#D5E2BF
(213,226,191)
#C0CCAC
(192,204,172)
#ABB699
(171,182,153)
#96A086
(150,160,134)
#818A73
(129,138,115)
#6C7460
(108,116,96)
#575E4D
(87,94,77)
#42483A
(66,72,58)
#2D3227
(45,50,39)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #EAF8D2

#EAF8D2
(234,248,210)
#EBF8D6
(235,248,214)
#ECF8DA
(236,248,218)
#EDF8DE
(237,248,222)
#EEF8E2
(238,248,226)
#EFF8E6
(239,248,230)
#F0F8EA
(240,248,234)
#F1F8EE
(241,248,238)
#F2F8F2
(242,248,242)
#F3F8F6
(243,248,246)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF8D2; }

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

This text font color is #EAF8D2.


Background Color

.myBgColor { background-color: #EAF8D2; }

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

This div background color is #EAF8D2.


Border color

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

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

This div border color is #EAF8D2.


Opacity

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

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

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

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

This text has shadow with #EAF8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF8D2 on black background.


Color preview on white background

This text has color #EAF8D2 on white background.



Black color preview on #EAF8D2 background

This text has black color on #EAF8D2 background.


White color preview on #EAF8D2 background

This text has white color on #EAF8D2 background.