COLOR #EAF7DB

HEX: #EAF7DB RGB: (234,247,219)

Color info

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

RGB color model

#EAF7DB color RGB value is (234,247,219).

RGB: (234,247,219) (92%, 97%, 86%)

RGB channels and saturation

R 234 of 255 = 92%
G 247 of 255 = 97%
B 219 of 255 = 86%

234
247
219

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

Portions of RGB colors in percentages

R + G + B = 234 + 247 + 219 = 700 (100%)
R 234 of 700 ~ 33.43%
G 247 of 700 ~ 35.29%
B 219 of 700 ~ 31.29'%

%33.43
%35.29
%31.29

CMYK color model

#EAF7DB color CMYK value is (5,0,11,3).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK: (5,0,11,3) C5M0Y11K3 (5%,0%,11%,3%) (0.05/0.00/0.11/0.03) 

CMYK percentages

%5.26
%0
%11.34
%3.14

Codes

Color #EAF7DB in popluar color models

EA F7 DB
RGB 234 247 219
HSL 88° 63.64% 91.37%
HSB/HSV 88° 11.34% 96.86%
CMYK 5.26% 0.00% 11.34%
3.14%

Color #EAF7DB in popluar number systems.

HEX EA F7 DB
Decimal 234 247 219
Binary 11101010 11110111 11011011
Octal 352 367 333

Shades and tints

Shades of #EAF7DB

#EAF7DB
(234,247,219)
#D5E1C8
(213,225,200)
#C0CBB5
(192,203,181)
#ABB5A2
(171,181,162)
#969F8F
(150,159,143)
#81897C
(129,137,124)
#6C7369
(108,115,105)
#575D56
(87,93,86)
#424743
(66,71,67)
#2D3130
(45,49,48)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #EAF7DB

#EAF7DB
(234,247,219)
#EBF7DE
(235,247,222)
#ECF7E1
(236,247,225)
#EDF7E4
(237,247,228)
#EEF7E7
(238,247,231)
#EFF7EA
(239,247,234)
#F0F7ED
(240,247,237)
#F1F7F0
(241,247,240)
#F2F7F3
(242,247,243)
#F3F7F6
(243,247,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF7DB; }

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

This text font color is #EAF7DB.

Background Color

.myBgColor { background-color: #EAF7DB; }

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

This div background color is #EAF7DB.

Border color

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

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

This div border color is #EAF7DB.

Opacity

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

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

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

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

This text has shadow with #EAF7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAF7DB.

Preview

Color preview on black background

This text has color #EAF7DB on black background.


Color preview on white background

This text has color #EAF7DB on white background.


Black color preview on #EAF7DB background

This text has black color on #EAF7DB background.


White color preview on #EAF7DB background

This text has white color on #EAF7DB background.


Related colors

Complementary color

Complementary color for #hex is #150824.


I love getcolorcode.com

Triadic colors

1 #DBEAF7 and #F7DBEA with #EAF7DB are triadic colors.

2 #DBF7EA and #F7EADB with #EAF7DB are triadic colors.