COLOR #EFF1B0

HEX: #EFF1B0
RGB: (239,241,176)

Color info

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

RGB color model

#EFF1B0 color RGB value is (239,241,176).

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

RGB channels and saturation

R 239 of 255 = 94%
G 241 of 255 = 95%
B 176 of 255 = 69%

239
241
176

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

Portions of RGB colors in percentages

R + G + B =
239 + 241 + 176 = 656 (100%)
R 239 of 656 ~ 36.43%
G 241 of 656 ~ 36.74%
B 176 of 656 ~ 26.83%

%36.43
%36.74
%26.83

CMYK color model

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

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

CMYK percentages

%0.83
%0
%26.97
%5.49

Codes

Color #EFF1B0 in popluar color models

EFF1B0
RGB239241176
HSL62°69.89%81.76%
HSB/HSV62°26.97%94.51%
CMYK0.83%0.00%26.97%
5.49%

Color #EFF1B0 in popluar number systems.

HEXEFF1B0
Decimal239241176
Binary111011111111000110110000
Octal357361260

Shades and tints

Shades of #EFF1B0

#EFF1B0
(239,241,176)
#DADCA0
(218,220,160)
#C5C790
(197,199,144)
#B0B280
(176,178,128)
#9B9D70
(155,157,112)
#868860
(134,136,96)
#717350
(113,115,80)
#5C5E40
(92,94,64)
#474930
(71,73,48)
#323420
(50,52,32)
#1D1F10
(29,31,16)
#000000
(0,0,0)

Tints of #EFF1B0

#EFF1B0
(239,241,176)
#F0F2B7
(240,242,183)
#F1F3BE
(241,243,190)
#F2F4C5
(242,244,197)
#F3F5CC
(243,245,204)
#F4F6D3
(244,246,211)
#F5F7DA
(245,247,218)
#F6F8E1
(246,248,225)
#F7F9E8
(247,249,232)
#F8FAEF
(248,250,239)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF1B0; }

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

This text font color is #EFF1B0.


Background Color

.myBgColor { background-color: #EFF1B0; }

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

This div background color is #EFF1B0.


Border color

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

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

This div border color is #EFF1B0.


Opacity

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

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

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

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

This text has shadow with #EFF1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF1B0 on black background.


Color preview on white background

This text has color #EFF1B0 on white background.



Black color preview on #EFF1B0 background

This text has black color on #EFF1B0 background.


White color preview on #EFF1B0 background

This text has white color on #EFF1B0 background.