COLOR #EFF2B1

HEX: #EFF2B1
RGB: (239,242,177)

Color info

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

RGB color model

#EFF2B1 color RGB value is (239,242,177).

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

RGB channels and saturation

R 239 of 255 = 94%
G 242 of 255 = 95%
B 177 of 255 = 69%

239
242
177

R + G + B ~ 86%. #EFF2B1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 242 + 177 = 658 (100%)
R 239 of 658 ~ 36.32%
G 242 of 658 ~ 36.78%
B 177 of 658 ~ 26.9%

%36.32
%36.78
%26.9

CMYK color model

#EFF2B1 color CMYK value is (1,0,27,5).

  • cyan value is 1.24%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(1,0,27,5)
C1M0Y27K5 
(1%,0%,27%,5%)
(0.01/0.00/0.27/0.05)	

CMYK percentages

%1.24
%0
%26.86
%5.1

Codes

Color #EFF2B1 in popluar color models

EFF2B1
RGB239242177
HSL63°71.43%82.16%
HSB/HSV63°26.86%94.90%
CMYK1.24%0.00%26.86%
5.10%

Color #EFF2B1 in popluar number systems.

HEXEFF2B1
Decimal239242177
Binary111011111111001010110001
Octal357362261

Shades and tints

Shades of #EFF2B1

#EFF2B1
(239,242,177)
#DADCA1
(218,220,161)
#C5C691
(197,198,145)
#B0B081
(176,176,129)
#9B9A71
(155,154,113)
#868461
(134,132,97)
#716E51
(113,110,81)
#5C5841
(92,88,65)
#474231
(71,66,49)
#322C21
(50,44,33)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #EFF2B1

#EFF2B1
(239,242,177)
#F0F3B8
(240,243,184)
#F1F4BF
(241,244,191)
#F2F5C6
(242,245,198)
#F3F6CD
(243,246,205)
#F4F7D4
(244,247,212)
#F5F8DB
(245,248,219)
#F6F9E2
(246,249,226)
#F7FAE9
(247,250,233)
#F8FBF0
(248,251,240)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF2B1; }

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

This text font color is #EFF2B1.


Background Color

.myBgColor { background-color: #EFF2B1; }

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

This div background color is #EFF2B1.


Border color

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

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

This div border color is #EFF2B1.


Opacity

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

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

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

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

This text has shadow with #EFF2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF2B1 on black background.


Color preview on white background

This text has color #EFF2B1 on white background.



Black color preview on #EFF2B1 background

This text has black color on #EFF2B1 background.


White color preview on #EFF2B1 background

This text has white color on #EFF2B1 background.