COLOR #EFF9AB

HEX: #EFF9AB
RGB: (239,249,171)

Color info

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

RGB color model

#EFF9AB color RGB value is (239,249,171).

  • red value is 239;
  • green value is 249;
  • blue value is 171.
RGB:
(239,249,171)
(94%,98%,67%)

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 171 of 255 = 67%

239
249
171

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

Portions of RGB colors in percentages

R + G + B =
239 + 249 + 171 = 659 (100%)
R 239 of 659 ~ 36.27%
G 249 of 659 ~ 37.78%
B 171 of 659 ~ 25.95%

%36.27
%37.78
%25.95

CMYK color model

#EFF9AB color CMYK value is (4,0,31,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 31.33%
  • key color value is 2.35%
CMYK:
(4,0,31,2)
C4M0Y31K2 
(4%,0%,31%,2%)
(0.04/0.00/0.31/0.02)	

CMYK percentages

%4.02
%0
%31.33
%2.35

Codes

Color #EFF9AB in popluar color models

EFF9AB
RGB239249171
HSL68°86.67%82.35%
HSB/HSV68°31.33%97.65%
CMYK4.02%0.00%31.33%
2.35%

Color #EFF9AB in popluar number systems.

HEXEFF9AB
Decimal239249171
Binary111011111111100110101011
Octal357371253

Shades and tints

Shades of #EFF9AB

#EFF9AB
(239,249,171)
#DAE39C
(218,227,156)
#C5CD8D
(197,205,141)
#B0B77E
(176,183,126)
#9BA16F
(155,161,111)
#868B60
(134,139,96)
#717551
(113,117,81)
#5C5F42
(92,95,66)
#474933
(71,73,51)
#323324
(50,51,36)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #EFF9AB

#EFF9AB
(239,249,171)
#F0F9B2
(240,249,178)
#F1F9B9
(241,249,185)
#F2F9C0
(242,249,192)
#F3F9C7
(243,249,199)
#F4F9CE
(244,249,206)
#F5F9D5
(245,249,213)
#F6F9DC
(246,249,220)
#F7F9E3
(247,249,227)
#F8F9EA
(248,249,234)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF9AB; }

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

This text font color is #EFF9AB.


Background Color

.myBgColor { background-color: #EFF9AB; }

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

This div background color is #EFF9AB.


Border color

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

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

This div border color is #EFF9AB.


Opacity

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

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

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

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

This text has shadow with #EFF9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF9AB on black background.


Color preview on white background

This text has color #EFF9AB on white background.



Black color preview on #EFF9AB background

This text has black color on #EFF9AB background.


White color preview on #EFF9AB background

This text has white color on #EFF9AB background.