COLOR #EAF9DB

HEX: #EAF9DB
RGB: (234,249,219)

Color info

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

RGB color model

#EAF9DB color RGB value is (234,249,219).

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

RGB channels and saturation

R 234 of 255 = 92%
G 249 of 255 = 98%
B 219 of 255 = 86%

234
249
219

R + G + B ~ 92%. #EAF9DB is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 249 + 219 = 702 (100%)
R 234 of 702 ~ 33.33%
G 249 of 702 ~ 35.47%
B 219 of 702 ~ 31.2%

%33.33
%35.47
%31.2

CMYK color model

#EAF9DB color CMYK value is (6,0,12,2).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(6,0,12,2)
C6M0Y12K2 
(6%,0%,12%,2%)
(0.06/0.00/0.12/0.02)	

CMYK percentages

%6.02
%0
%12.05
%2.35

Codes

Color #EAF9DB in popluar color models

EAF9DB
RGB234249219
HSL90°71.43%91.76%
HSB/HSV90°12.05%97.65%
CMYK6.02%0.00%12.05%
2.35%

Color #EAF9DB in popluar number systems.

HEXEAF9DB
Decimal234249219
Binary111010101111100111011011
Octal352371333

Shades and tints

Shades of #EAF9DB

#EAF9DB
(234,249,219)
#D5E3C8
(213,227,200)
#C0CDB5
(192,205,181)
#ABB7A2
(171,183,162)
#96A18F
(150,161,143)
#818B7C
(129,139,124)
#6C7569
(108,117,105)
#575F56
(87,95,86)
#424943
(66,73,67)
#2D3330
(45,51,48)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #EAF9DB

#EAF9DB
(234,249,219)
#EBF9DE
(235,249,222)
#ECF9E1
(236,249,225)
#EDF9E4
(237,249,228)
#EEF9E7
(238,249,231)
#EFF9EA
(239,249,234)
#F0F9ED
(240,249,237)
#F1F9F0
(241,249,240)
#F2F9F3
(242,249,243)
#F3F9F6
(243,249,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF9DB; }

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

This text font color is #EAF9DB.


Background Color

.myBgColor { background-color: #EAF9DB; }

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

This div background color is #EAF9DB.


Border color

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

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

This div border color is #EAF9DB.


Opacity

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

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

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

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

This text has shadow with #EAF9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF9DB on black background.


Color preview on white background

This text has color #EAF9DB on white background.



Black color preview on #EAF9DB background

This text has black color on #EAF9DB background.


White color preview on #EAF9DB background

This text has white color on #EAF9DB background.