COLOR #EFF7E6

HEX: #EFF7E6 RGB: (239,247,230)

Color info

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

RGB color model

#EFF7E6 color RGB value is (239,247,230).

RGB: (239,247,230) (94%, 97%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 230 of 255 = 90%

239
247
230

R + G + B ~ 94%. #EFF7E6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 247 + 230 = 716 (100%)
R 239 of 716 ~ 33.38%
G 247 of 716 ~ 34.5%
B 230 of 716 ~ 32.12'%

%33.38
%34.5
%32.12

CMYK color model

#EFF7E6 color CMYK value is (3,0,7,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 3.14%

CMYK: (3,0,7,3)
C3M0Y7K3 (3%, 0%, 7%, 3%)
(0.03 / 0.00 / 0.07 / 0.03)

CMYK percentages

%3.24
%0
%6.88
%3.14

Codes

Color #EFF7E6 in popluar color models

EF F7 E6
RGB 239 247 230
HSL 88° 51.52% 93.53%
HSB/HSV 88° 6.88% 96.86%
CMYK 3.24% 0.00% 6.88%
3.14%

Color #EFF7E6 in popluar number systems.

HEX EF F7 E6
Decimal 239 247 230
Binary 11101111 11110111 11100110
Octal 357 367 346

Shades and tints

Shades of #EFF7E6

#EFF7E6
(239,247,230)
#DAE1D2
(218,225,210)
#C5CBBE
(197,203,190)
#B0B5AA
(176,181,170)
#9B9F96
(155,159,150)
#868982
(134,137,130)
#71736E
(113,115,110)
#5C5D5A
(92,93,90)
#474746
(71,71,70)
#323132
(50,49,50)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #EFF7E6

#EFF7E6
(239,247,230)
#F0F7E8
(240,247,232)
#F1F7EA
(241,247,234)
#F2F7EC
(242,247,236)
#F3F7EE
(243,247,238)
#F4F7F0
(244,247,240)
#F5F7F2
(245,247,242)
#F6F7F4
(246,247,244)
#F7F7F6
(247,247,246)
#F8F7F8
(248,247,248)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF7E6; }

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

This text font color is #EFF7E6.

Background Color

.myBgColor { background-color: #EFF7E6; }

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

This div background color is #EFF7E6.

Border color

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

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

This div border color is #EFF7E6.

Opacity

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

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

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

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

This text has shadow with #EFF7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF7E6.

Preview

Color preview on black background

This text has color #EFF7E6 on black background.


Color preview on white background

This text has color #EFF7E6 on white background.


Black color preview on #EFF7E6 background

This text has black color on #EFF7E6 background.


White color preview on #EFF7E6 background

This text has white color on #EFF7E6 background.


Related colors

Complementary color

Complementary color for #hex is #100819.


I love getcolorcode.com

Triadic colors

1 #E6EFF7 and #F7E6EF with #EFF7E6 are triadic colors.

2 #E6F7EF and #F7EFE6 with #EFF7E6 are triadic colors.