COLOR #EFF6EA

HEX: #EFF6EA RGB: (239,246,234)

Color info

#EFF6EA contains red, green and blue colors in about the same proportion. Web safe color of #EFF6EA is #FFFFFF (or #FFF).

RGB color model

#EFF6EA color RGB value is (239,246,234).

RGB: (239,246,234) (94%, 96%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 234 of 255 = 92%

239
246
234

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

Portions of RGB colors in percentages

R + G + B = 239 + 246 + 234 = 719 (100%)
R 239 of 719 ~ 33.24%
G 246 of 719 ~ 34.21%
B 234 of 719 ~ 32.55'%

%33.24
%34.21
%32.55

CMYK color model

#EFF6EA color CMYK value is (3,0,5,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%

CMYK: (3,0,5,4)
C3M0Y5K4 (3%, 0%, 5%, 4%)
(0.03 / 0.00 / 0.05 / 0.04)

CMYK percentages

%2.85
%0
%4.88
%3.53

Codes

Color #EFF6EA in popluar color models

EF F6 EA
RGB 239 246 234
HSL 95° 40.00% 94.12%
HSB/HSV 95° 4.88% 96.47%
CMYK 2.85% 0.00% 4.88%
3.53%

Color #EFF6EA in popluar number systems.

HEX EF F6 EA
Decimal 239 246 234
Binary 11101111 11110110 11101010
Octal 357 366 352

Shades and tints

Shades of #EFF6EA

#EFF6EA
(239,246,234)
#DAE0D5
(218,224,213)
#C5CAC0
(197,202,192)
#B0B4AB
(176,180,171)
#9B9E96
(155,158,150)
#868881
(134,136,129)
#71726C
(113,114,108)
#5C5C57
(92,92,87)
#474642
(71,70,66)
#32302D
(50,48,45)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFF6EA

#EFF6EA
(239,246,234)
#F0F6EB
(240,246,235)
#F1F6EC
(241,246,236)
#F2F6ED
(242,246,237)
#F3F6EE
(243,246,238)
#F4F6EF
(244,246,239)
#F5F6F0
(245,246,240)
#F6F6F1
(246,246,241)
#F7F6F2
(247,246,242)
#F8F6F3
(248,246,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF6EA color. Also use rgb(239,246,234) instead hex code.

Text Font Color

.myTextColor { color: #EFF6EA; }

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

This text font color is #EFF6EA.

Background Color

.myBgColor { background-color: #EFF6EA; }

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

This div background color is #EFF6EA.

Border color

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

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

This div border color is #EFF6EA.

Opacity

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

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

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

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

This text has shadow with #EFF6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF6EA.

Preview

Color preview on black background

This text has color #EFF6EA on black background.


Color preview on white background

This text has color #EFF6EA on white background.


Black color preview on #EFF6EA background

This text has black color on #EFF6EA background.


White color preview on #EFF6EA background

This text has white color on #EFF6EA background.


Related colors

Complementary color

Complementary color for #hex is #100915.


I love getcolorcode.com

Triadic colors

1 #EAEFF6 and #F6EAEF with #EFF6EA are triadic colors.

2 #EAF6EF and #F6EFEA with #EFF6EA are triadic colors.