COLOR #EFF8DB

HEX: #EFF8DB RGB: (239,248,219)

Color info

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

RGB color model

#EFF8DB color RGB value is (239,248,219).

RGB: (239,248,219) (94%, 97%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 219 of 255 = 86%

239
248
219

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

Portions of RGB colors in percentages

R + G + B = 239 + 248 + 219 = 706 (100%)
R 239 of 706 ~ 33.85%
G 248 of 706 ~ 35.13%
B 219 of 706 ~ 31.02'%

%33.85
%35.13
%31.02

CMYK color model

#EFF8DB color CMYK value is (4,0,12,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%

CMYK: (4,0,12,3)
C4M0Y12K3 (4%, 0%, 12%, 3%)
(0.04 / 0.00 / 0.12 / 0.03)

CMYK percentages

%3.63
%0
%11.69
%2.75

Codes

Color #EFF8DB in popluar color models

EF F8 DB
RGB 239 248 219
HSL 79° 67.44% 91.57%
HSB/HSV 79° 11.69% 97.25%
CMYK 3.63% 0.00% 11.69%
2.75%

Color #EFF8DB in popluar number systems.

HEX EF F8 DB
Decimal 239 248 219
Binary 11101111 11111000 11011011
Octal 357 370 333

Shades and tints

Shades of #EFF8DB

#EFF8DB
(239,248,219)
#DAE2C8
(218,226,200)
#C5CCB5
(197,204,181)
#B0B6A2
(176,182,162)
#9BA08F
(155,160,143)
#868A7C
(134,138,124)
#717469
(113,116,105)
#5C5E56
(92,94,86)
#474843
(71,72,67)
#323230
(50,50,48)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #EFF8DB

#EFF8DB
(239,248,219)
#F0F8DE
(240,248,222)
#F1F8E1
(241,248,225)
#F2F8E4
(242,248,228)
#F3F8E7
(243,248,231)
#F4F8EA
(244,248,234)
#F5F8ED
(245,248,237)
#F6F8F0
(246,248,240)
#F7F8F3
(247,248,243)
#F8F8F6
(248,248,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF8DB color. Also use rgb(239,248,219) instead hex code.

Text Font Color

.myTextColor { color: #EFF8DB; }

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

This text font color is #EFF8DB.

Background Color

.myBgColor { background-color: #EFF8DB; }

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

This div background color is #EFF8DB.

Border color

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

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

This div border color is #EFF8DB.

Opacity

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

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

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

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

This text has shadow with #EFF8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF8DB.

Preview

Color preview on black background

This text has color #EFF8DB on black background.


Color preview on white background

This text has color #EFF8DB on white background.


Black color preview on #EFF8DB background

This text has black color on #EFF8DB background.


White color preview on #EFF8DB background

This text has white color on #EFF8DB background.


Related colors

Complementary color

Complementary color for #hex is #100724.


I love getcolorcode.com

Triadic colors

1 #DBEFF8 and #F8DBEF with #EFF8DB are triadic colors.

2 #DBF8EF and #F8EFDB with #EFF8DB are triadic colors.