COLOR #EFF9EA

HEX: #EFF9EA RGB: (239,249,234)

Color info

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

RGB color model

#EFF9EA color RGB value is (239,249,234).

RGB: (239,249,234) (94%, 98%, 92%)

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 234 of 255 = 92%

239
249
234

R + G + B ~ 95%. #EFF9EA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 249 + 234 = 722 (100%)
R 239 of 722 ~ 33.1%
G 249 of 722 ~ 34.49%
B 234 of 722 ~ 32.41'%

%33.1
%34.49
%32.41

CMYK color model

#EFF9EA color CMYK value is (4,0,6,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%

CMYK: (4,0,6,2)
C4M0Y6K2 (4%, 0%, 6%, 2%)
(0.04 / 0.00 / 0.06 / 0.02)

CMYK percentages

%4.02
%0
%6.02
%2.35

Codes

Color #EFF9EA in popluar color models

EF F9 EA
RGB 239 249 234
HSL 100° 55.56% 94.71%
HSB/HSV 100° 6.02% 97.65%
CMYK 4.02% 0.00% 6.02%
2.35%

Color #EFF9EA in popluar number systems.

HEX EF F9 EA
Decimal 239 249 234
Binary 11101111 11111001 11101010
Octal 357 371 352

Shades and tints

Shades of #EFF9EA

#EFF9EA
(239,249,234)
#DAE3D5
(218,227,213)
#C5CDC0
(197,205,192)
#B0B7AB
(176,183,171)
#9BA196
(155,161,150)
#868B81
(134,139,129)
#71756C
(113,117,108)
#5C5F57
(92,95,87)
#474942
(71,73,66)
#32332D
(50,51,45)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #EFF9EA

#EFF9EA
(239,249,234)
#F0F9EB
(240,249,235)
#F1F9EC
(241,249,236)
#F2F9ED
(242,249,237)
#F3F9EE
(243,249,238)
#F4F9EF
(244,249,239)
#F5F9F0
(245,249,240)
#F6F9F1
(246,249,241)
#F7F9F2
(247,249,242)
#F8F9F3
(248,249,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9EA; }

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

This text font color is #EFF9EA.

Background Color

.myBgColor { background-color: #EFF9EA; }

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

This div background color is #EFF9EA.

Border color

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

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

This div border color is #EFF9EA.

Opacity

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

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

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

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

This text has shadow with #EFF9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF9EA.

Preview

Color preview on black background

This text has color #EFF9EA on black background.


Color preview on white background

This text has color #EFF9EA on white background.


Black color preview on #EFF9EA background

This text has black color on #EFF9EA background.


White color preview on #EFF9EA background

This text has white color on #EFF9EA background.


Related colors

Complementary color

Complementary color for #hex is #100615.


I love getcolorcode.com

Triadic colors

1 #EAEFF9 and #F9EAEF with #EFF9EA are triadic colors.

2 #EAF9EF and #F9EFEA with #EFF9EA are triadic colors.