COLOR #EFF7D5

HEX: #EFF7D5
RGB: (239,247,213)

Color info

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

RGB color model

#EFF7D5 color RGB value is (239,247,213).

  • red value is 239;
  • green value is 247;
  • blue value is 213.
RGB:
(239,247,213)
(94%,97%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 213 of 255 = 84%

239
247
213

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

Portions of RGB colors in percentages

R + G + B =
239 + 247 + 213 = 699 (100%)
R 239 of 699 ~ 34.19%
G 247 of 699 ~ 35.34%
B 213 of 699 ~ 30.47%

%34.19
%35.34
%30.47

CMYK color model

#EFF7D5 color CMYK value is (3,0,14,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 3.14%
CMYK:
(3,0,14,3)
C3M0Y14K3 
(3%,0%,14%,3%)
(0.03/0.00/0.14/0.03)	

CMYK percentages

%3.24
%0
%13.77
%3.14

Codes

Color #EFF7D5 in popluar color models

EFF7D5
RGB239247213
HSL74°68.00%90.20%
HSB/HSV74°13.77%96.86%
CMYK3.24%0.00%13.77%
3.14%

Color #EFF7D5 in popluar number systems.

HEXEFF7D5
Decimal239247213
Binary111011111111011111010101
Octal357367325

Shades and tints

Shades of #EFF7D5

#EFF7D5
(239,247,213)
#DAE1C2
(218,225,194)
#C5CBAF
(197,203,175)
#B0B59C
(176,181,156)
#9B9F89
(155,159,137)
#868976
(134,137,118)
#717363
(113,115,99)
#5C5D50
(92,93,80)
#47473D
(71,71,61)
#32312A
(50,49,42)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFF7D5

#EFF7D5
(239,247,213)
#F0F7D8
(240,247,216)
#F1F7DB
(241,247,219)
#F2F7DE
(242,247,222)
#F3F7E1
(243,247,225)
#F4F7E4
(244,247,228)
#F5F7E7
(245,247,231)
#F6F7EA
(246,247,234)
#F7F7ED
(247,247,237)
#F8F7F0
(248,247,240)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF7D5 color. Also use rgb(239,247,213) instead hex code.

Text Font Color

.myTextColor { color: #EFF7D5; }

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

This text font color is #EFF7D5.


Background Color

.myBgColor { background-color: #EFF7D5; }

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

This div background color is #EFF7D5.


Border color

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

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

This div border color is #EFF7D5.


Opacity

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

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

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

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

This text has shadow with #EFF7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF7D5 on black background.


Color preview on white background

This text has color #EFF7D5 on white background.



Black color preview on #EFF7D5 background

This text has black color on #EFF7D5 background.


White color preview on #EFF7D5 background

This text has white color on #EFF7D5 background.