COLOR #EFF1AC

HEX: #EFF1AC RGB: (239,241,172)

Color info

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

RGB color model

#EFF1AC color RGB value is (239,241,172).

RGB: (239,241,172) (94%, 95%, 67%)

RGB channels and saturation

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

239
241
172

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

Portions of RGB colors in percentages

R + G + B = 239 + 241 + 172 = 652 (100%)
R 239 of 652 ~ 36.66%
G 241 of 652 ~ 36.96%
B 172 of 652 ~ 26.38'%

%36.66
%36.96
%26.38

CMYK color model

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

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

CMYK percentages

%0.83
%0
%28.63
%5.49

Codes

Color #EFF1AC in popluar color models

EF F1 AC
RGB 239 241 172
HSL 62° 71.13% 80.98%
HSB/HSV 62° 28.63% 94.51%
CMYK 0.83% 0.00% 28.63%
5.49%

Color #EFF1AC in popluar number systems.

HEX EF F1 AC
Decimal 239 241 172
Binary 11101111 11110001 10101100
Octal 357 361 254

Shades and tints

Shades of #EFF1AC

#EFF1AC
(239,241,172)
#DADC9D
(218,220,157)
#C5C78E
(197,199,142)
#B0B27F
(176,178,127)
#9B9D70
(155,157,112)
#868861
(134,136,97)
#717352
(113,115,82)
#5C5E43
(92,94,67)
#474934
(71,73,52)
#323425
(50,52,37)
#1D1F16
(29,31,22)
#000000
(0,0,0)

Tints of #EFF1AC

#EFF1AC
(239,241,172)
#F0F2B3
(240,242,179)
#F1F3BA
(241,243,186)
#F2F4C1
(242,244,193)
#F3F5C8
(243,245,200)
#F4F6CF
(244,246,207)
#F5F7D6
(245,247,214)
#F6F8DD
(246,248,221)
#F7F9E4
(247,249,228)
#F8FAEB
(248,250,235)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1AC; }

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

This text font color is #EFF1AC.

Background Color

.myBgColor { background-color: #EFF1AC; }

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

This div background color is #EFF1AC.

Border color

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

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

This div border color is #EFF1AC.

Opacity

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

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

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

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

This text has shadow with #EFF1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF1AC.

Preview

Color preview on black background

This text has color #EFF1AC on black background.


Color preview on white background

This text has color #EFF1AC on white background.


Black color preview on #EFF1AC background

This text has black color on #EFF1AC background.


White color preview on #EFF1AC background

This text has white color on #EFF1AC background.


Related colors

Complementary color

Complementary color for #hex is #100E53.


I love getcolorcode.com

Triadic colors

1 #ACEFF1 and #F1ACEF with #EFF1AC are triadic colors.

2 #ACF1EF and #F1EFAC with #EFF1AC are triadic colors.