COLOR #EAF6DB

HEX: #EAF6DB
RGB: (234,246,219)

Color info

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

RGB color model

#EAF6DB color RGB value is (234,246,219).

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

RGB channels and saturation

R 234 of 255 = 92%
G 246 of 255 = 96%
B 219 of 255 = 86%

234
246
219

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

Portions of RGB colors in percentages

R + G + B =
234 + 246 + 219 = 699 (100%)
R 234 of 699 ~ 33.48%
G 246 of 699 ~ 35.19%
B 219 of 699 ~ 31.33%

%33.48
%35.19
%31.33

CMYK color model

#EAF6DB color CMYK value is (5,0,11,4).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(5,0,11,4)
C5M0Y11K4 
(5%,0%,11%,4%)
(0.05/0.00/0.11/0.04)	

CMYK percentages

%4.88
%0
%10.98
%3.53

Codes

Color #EAF6DB in popluar color models

EAF6DB
RGB234246219
HSL87°60.00%91.18%
HSB/HSV87°10.98%96.47%
CMYK4.88%0.00%10.98%
3.53%

Color #EAF6DB in popluar number systems.

HEXEAF6DB
Decimal234246219
Binary111010101111011011011011
Octal352366333

Shades and tints

Shades of #EAF6DB

#EAF6DB
(234,246,219)
#D5E0C8
(213,224,200)
#C0CAB5
(192,202,181)
#ABB4A2
(171,180,162)
#969E8F
(150,158,143)
#81887C
(129,136,124)
#6C7269
(108,114,105)
#575C56
(87,92,86)
#424643
(66,70,67)
#2D3030
(45,48,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #EAF6DB

#EAF6DB
(234,246,219)
#EBF6DE
(235,246,222)
#ECF6E1
(236,246,225)
#EDF6E4
(237,246,228)
#EEF6E7
(238,246,231)
#EFF6EA
(239,246,234)
#F0F6ED
(240,246,237)
#F1F6F0
(241,246,240)
#F2F6F3
(242,246,243)
#F3F6F6
(243,246,246)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF6DB; }

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

This text font color is #EAF6DB.


Background Color

.myBgColor { background-color: #EAF6DB; }

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

This div background color is #EAF6DB.


Border color

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

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

This div border color is #EAF6DB.


Opacity

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

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

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

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

This text has shadow with #EAF6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF6DB on black background.


Color preview on white background

This text has color #EAF6DB on white background.



Black color preview on #EAF6DB background

This text has black color on #EAF6DB background.


White color preview on #EAF6DB background

This text has white color on #EAF6DB background.