COLOR #EFF7D4

HEX: #EFF7D4 RGB: (239,247,212)

Color info

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

RGB color model

#EFF7D4 color RGB value is (239,247,212).

RGB: (239,247,212) (94%, 97%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 212 of 255 = 83%

239
247
212

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

Portions of RGB colors in percentages

R + G + B = 239 + 247 + 212 = 698 (100%)
R 239 of 698 ~ 34.24%
G 247 of 698 ~ 35.39%
B 212 of 698 ~ 30.37'%

%34.24
%35.39
%30.37

CMYK color model

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

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • 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
%14.17
%3.14

Codes

Color #EFF7D4 in popluar color models

EF F7 D4
RGB 239 247 212
HSL 74° 68.63% 90.00%
HSB/HSV 74° 14.17% 96.86%
CMYK 3.24% 0.00% 14.17%
3.14%

Color #EFF7D4 in popluar number systems.

HEX EF F7 D4
Decimal 239 247 212
Binary 11101111 11110111 11010100
Octal 357 367 324

Shades and tints

Shades of #EFF7D4

#EFF7D4
(239,247,212)
#DAE1C1
(218,225,193)
#C5CBAE
(197,203,174)
#B0B59B
(176,181,155)
#9B9F88
(155,159,136)
#868975
(134,137,117)
#717362
(113,115,98)
#5C5D4F
(92,93,79)
#47473C
(71,71,60)
#323129
(50,49,41)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFF7D4

#EFF7D4
(239,247,212)
#F0F7D7
(240,247,215)
#F1F7DA
(241,247,218)
#F2F7DD
(242,247,221)
#F3F7E0
(243,247,224)
#F4F7E3
(244,247,227)
#F5F7E6
(245,247,230)
#F6F7E9
(246,247,233)
#F7F7EC
(247,247,236)
#F8F7EF
(248,247,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF7D4; }

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

This text font color is #EFF7D4.

Background Color

.myBgColor { background-color: #EFF7D4; }

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

This div background color is #EFF7D4.

Border color

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

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

This div border color is #EFF7D4.

Opacity

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

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

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

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

This text has shadow with #EFF7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF7D4.

Preview

Color preview on black background

This text has color #EFF7D4 on black background.


Color preview on white background

This text has color #EFF7D4 on white background.


Black color preview on #EFF7D4 background

This text has black color on #EFF7D4 background.


White color preview on #EFF7D4 background

This text has white color on #EFF7D4 background.


Related colors

Complementary color

Complementary color for #hex is #10082B.


I love getcolorcode.com

Triadic colors

1 #D4EFF7 and #F7D4EF with #EFF7D4 are triadic colors.

2 #D4F7EF and #F7EFD4 with #EFF7D4 are triadic colors.