COLOR #EFF8D8

HEX: #EFF8D8
RGB: (239,248,216)

Color info

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

RGB color model

#EFF8D8 color RGB value is (239,248,216).

  • red value is 239;
  • green value is 248;
  • blue value is 216.
RGB:
(239,248,216)
(94%,97%,85%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 216 of 255 = 85%

239
248
216

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

Portions of RGB colors in percentages

R + G + B =
239 + 248 + 216 = 703 (100%)
R 239 of 703 ~ 34%
G 248 of 703 ~ 35.28%
B 216 of 703 ~ 30.73%

%34
%35.28
%30.73

CMYK color model

#EFF8D8 color CMYK value is (4,0,13,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 2.75%
CMYK:
(4,0,13,3)
C4M0Y13K3 
(4%,0%,13%,3%)
(0.04/0.00/0.13/0.03)	

CMYK percentages

%3.63
%0
%12.9
%2.75

Codes

Color #EFF8D8 in popluar color models

EFF8D8
RGB239248216
HSL77°69.57%90.98%
HSB/HSV77°12.90%97.25%
CMYK3.63%0.00%12.90%
2.75%

Color #EFF8D8 in popluar number systems.

HEXEFF8D8
Decimal239248216
Binary111011111111100011011000
Octal357370330

Shades and tints

Shades of #EFF8D8

#EFF8D8
(239,248,216)
#DAE2C5
(218,226,197)
#C5CCB2
(197,204,178)
#B0B69F
(176,182,159)
#9BA08C
(155,160,140)
#868A79
(134,138,121)
#717466
(113,116,102)
#5C5E53
(92,94,83)
#474840
(71,72,64)
#32322D
(50,50,45)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFF8D8

#EFF8D8
(239,248,216)
#F0F8DB
(240,248,219)
#F1F8DE
(241,248,222)
#F2F8E1
(242,248,225)
#F3F8E4
(243,248,228)
#F4F8E7
(244,248,231)
#F5F8EA
(245,248,234)
#F6F8ED
(246,248,237)
#F7F8F0
(247,248,240)
#F8F8F3
(248,248,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF8D8; }

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

This text font color is #EFF8D8.


Background Color

.myBgColor { background-color: #EFF8D8; }

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

This div background color is #EFF8D8.


Border color

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

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

This div border color is #EFF8D8.


Opacity

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

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

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

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

This text has shadow with #EFF8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF8D8 on black background.


Color preview on white background

This text has color #EFF8D8 on white background.



Black color preview on #EFF8D8 background

This text has black color on #EFF8D8 background.


White color preview on #EFF8D8 background

This text has white color on #EFF8D8 background.