COLOR #EFF2AC

HEX: #EFF2AC
RGB: (239,242,172)

Color info

#EFF2AC contains mainly red and green colors. Web safe color of #EFF2AC is #FFFF99 (or #FF9).

RGB color model

#EFF2AC color RGB value is (239,242,172).

  • red value is 239;
  • green value is 242;
  • blue value is 172.
RGB:
(239,242,172)
(94%,95%,67%)

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 172 of 255 = 67%

239
242
172

R + G + B ~ 85%. #EFF2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 242 + 172 = 653 (100%)
R 239 of 653 ~ 36.6%
G 242 of 653 ~ 37.06%
B 172 of 653 ~ 26.34%

%36.6
%37.06
%26.34

CMYK color model

#EFF2AC color CMYK value is (1,0,29,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(1,0,29,5)
C1M0Y29K5 
(1%,0%,29%,5%)
(0.01/0.00/0.29/0.05)	

CMYK percentages

%1.24
%0
%28.93
%5.1

Codes

Color #EFF2AC in popluar color models

EFF2AC
RGB239242172
HSL63°72.92%81.18%
HSB/HSV63°28.93%94.90%
CMYK1.24%0.00%28.93%
5.10%

Color #EFF2AC in popluar number systems.

HEXEFF2AC
Decimal239242172
Binary111011111111001010101100
Octal357362254

Shades and tints

Shades of #EFF2AC

#EFF2AC
(239,242,172)
#DADC9D
(218,220,157)
#C5C68E
(197,198,142)
#B0B07F
(176,176,127)
#9B9A70
(155,154,112)
#868461
(134,132,97)
#716E52
(113,110,82)
#5C5843
(92,88,67)
#474234
(71,66,52)
#322C25
(50,44,37)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #EFF2AC

#EFF2AC
(239,242,172)
#F0F3B3
(240,243,179)
#F1F4BA
(241,244,186)
#F2F5C1
(242,245,193)
#F3F6C8
(243,246,200)
#F4F7CF
(244,247,207)
#F5F8D6
(245,248,214)
#F6F9DD
(246,249,221)
#F7FAE4
(247,250,228)
#F8FBEB
(248,251,235)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF2AC color. Also use rgb(239,242,172) instead hex code.

Text Font Color

.myTextColor { color: #EFF2AC; }

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

This text font color is #EFF2AC.


Background Color

.myBgColor { background-color: #EFF2AC; }

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

This div background color is #EFF2AC.


Border color

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

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

This div border color is #EFF2AC.


Opacity

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

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

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

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

This text has shadow with #EFF2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF2AC on black background.


Color preview on white background

This text has color #EFF2AC on white background.



Black color preview on #EFF2AC background

This text has black color on #EFF2AC background.


White color preview on #EFF2AC background

This text has white color on #EFF2AC background.