COLOR #EFF69F

HEX: #EFF69F
RGB: (239,246,159)

Color info

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

RGB color model

#EFF69F color RGB value is (239,246,159).

  • red value is 239;
  • green value is 246;
  • blue value is 159.
RGB:
(239,246,159)
(94%,96%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 159 of 255 = 62%

239
246
159

R + G + B ~ 84%. #EFF69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 159 = 644 (100%)
R 239 of 644 ~ 37.11%
G 246 of 644 ~ 38.2%
B 159 of 644 ~ 24.69%

%37.11
%38.2
%24.69

CMYK color model

#EFF69F color CMYK value is (3,0,35,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 3.53%
CMYK:
(3,0,35,4)
C3M0Y35K4 
(3%,0%,35%,4%)
(0.03/0.00/0.35/0.04)	

CMYK percentages

%2.85
%0
%35.37
%3.53

Codes

Color #EFF69F in popluar color models

EFF69F
RGB239246159
HSL65°82.86%79.41%
HSB/HSV65°35.37%96.47%
CMYK2.85%0.00%35.37%
3.53%

Color #EFF69F in popluar number systems.

HEXEFF69F
Decimal239246159
Binary111011111111011010011111
Octal357366237

Shades and tints

Shades of #EFF69F

#EFF69F
(239,246,159)
#DAE091
(218,224,145)
#C5CA83
(197,202,131)
#B0B475
(176,180,117)
#9B9E67
(155,158,103)
#868859
(134,136,89)
#71724B
(113,114,75)
#5C5C3D
(92,92,61)
#47462F
(71,70,47)
#323021
(50,48,33)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #EFF69F

#EFF69F
(239,246,159)
#F0F6A7
(240,246,167)
#F1F6AF
(241,246,175)
#F2F6B7
(242,246,183)
#F3F6BF
(243,246,191)
#F4F6C7
(244,246,199)
#F5F6CF
(245,246,207)
#F6F6D7
(246,246,215)
#F7F6DF
(247,246,223)
#F8F6E7
(248,246,231)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF69F color. Also use rgb(239,246,159) instead hex code.

Text Font Color

.myTextColor { color: #EFF69F; }

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

This text font color is #EFF69F.


Background Color

.myBgColor { background-color: #EFF69F; }

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

This div background color is #EFF69F.


Border color

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

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

This div border color is #EFF69F.


Opacity

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

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

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

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

This text has shadow with #EFF69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF69F on black background.


Color preview on white background

This text has color #EFF69F on white background.



Black color preview on #EFF69F background

This text has black color on #EFF69F background.


White color preview on #EFF69F background

This text has white color on #EFF69F background.