COLOR #EAF9D0

HEX: #EAF9D0
RGB: (234,249,208)

Color info

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

RGB color model

#EAF9D0 color RGB value is (234,249,208).

  • red value is 234;
  • green value is 249;
  • blue value is 208.
RGB:
(234,249,208)
(92%,98%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 208 of 255 = 82%

234
249
208

R + G + B ~ 91%. #EAF9D0 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 208 = 691 (100%)
R 234 of 691 ~ 33.86%
G 249 of 691 ~ 36.03%
B 208 of 691 ~ 30.1%

%33.86
%36.03
%30.1

CMYK color model

#EAF9D0 color CMYK value is (6,0,16,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%
CMYK:
(6,0,16,2)
C6M0Y16K2 
(6%,0%,16%,2%)
(0.06/0.00/0.16/0.02)	

CMYK percentages

%6.02
%0
%16.47
%2.35

Codes

Color #EAF9D0 in popluar color models

EAF9D0
RGB234249208
HSL82°77.36%89.61%
HSB/HSV82°16.47%97.65%
CMYK6.02%0.00%16.47%
2.35%

Color #EAF9D0 in popluar number systems.

HEXEAF9D0
Decimal234249208
Binary111010101111100111010000
Octal352371320

Shades and tints

Shades of #EAF9D0

#EAF9D0
(234,249,208)
#D5E3BE
(213,227,190)
#C0CDAC
(192,205,172)
#ABB79A
(171,183,154)
#96A188
(150,161,136)
#818B76
(129,139,118)
#6C7564
(108,117,100)
#575F52
(87,95,82)
#424940
(66,73,64)
#2D332E
(45,51,46)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #EAF9D0

#EAF9D0
(234,249,208)
#EBF9D4
(235,249,212)
#ECF9D8
(236,249,216)
#EDF9DC
(237,249,220)
#EEF9E0
(238,249,224)
#EFF9E4
(239,249,228)
#F0F9E8
(240,249,232)
#F1F9EC
(241,249,236)
#F2F9F0
(242,249,240)
#F3F9F4
(243,249,244)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9D0; }

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

This text font color is #EAF9D0.


Background Color

.myBgColor { background-color: #EAF9D0; }

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

This div background color is #EAF9D0.


Border color

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

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

This div border color is #EAF9D0.


Opacity

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

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

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

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

This text has shadow with #EAF9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9D0 on black background.


Color preview on white background

This text has color #EAF9D0 on white background.



Black color preview on #EAF9D0 background

This text has black color on #EAF9D0 background.


White color preview on #EAF9D0 background

This text has white color on #EAF9D0 background.