COLOR #EFF696

HEX: #EFF696
RGB: (239,246,150)

Color info

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

RGB color model

#EFF696 color RGB value is (239,246,150).

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

RGB channels and saturation

R 239 of 255 = 94%
G 246 of 255 = 96%
B 150 of 255 = 59%

239
246
150

R + G + B ~ 83%. #EFF696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 246 + 150 = 635 (100%)
R 239 of 635 ~ 37.64%
G 246 of 635 ~ 38.74%
B 150 of 635 ~ 23.62%

%37.64
%38.74
%23.62

CMYK color model

#EFF696 color CMYK value is (3,0,39,4).

  • cyan value is 2.85%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 3.53%
CMYK:
(3,0,39,4)
C3M0Y39K4 
(3%,0%,39%,4%)
(0.03/0.00/0.39/0.04)	

CMYK percentages

%2.85
%0
%39.02
%3.53

Codes

Color #EFF696 in popluar color models

EFF696
RGB239246150
HSL64°84.21%77.65%
HSB/HSV64°39.02%96.47%
CMYK2.85%0.00%39.02%
3.53%

Color #EFF696 in popluar number systems.

HEXEFF696
Decimal239246150
Binary111011111111011010010110
Octal357366226

Shades and tints

Shades of #EFF696

#EFF696
(239,246,150)
#DAE089
(218,224,137)
#C5CA7C
(197,202,124)
#B0B46F
(176,180,111)
#9B9E62
(155,158,98)
#868855
(134,136,85)
#717248
(113,114,72)
#5C5C3B
(92,92,59)
#47462E
(71,70,46)
#323021
(50,48,33)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFF696

#EFF696
(239,246,150)
#F0F69F
(240,246,159)
#F1F6A8
(241,246,168)
#F2F6B1
(242,246,177)
#F3F6BA
(243,246,186)
#F4F6C3
(244,246,195)
#F5F6CC
(245,246,204)
#F6F6D5
(246,246,213)
#F7F6DE
(247,246,222)
#F8F6E7
(248,246,231)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF696; }

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

This text font color is #EFF696.


Background Color

.myBgColor { background-color: #EFF696; }

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

This div background color is #EFF696.


Border color

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

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

This div border color is #EFF696.


Opacity

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

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

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

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

This text has shadow with #EFF696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF696 on black background.


Color preview on white background

This text has color #EFF696 on white background.



Black color preview on #EFF696 background

This text has black color on #EFF696 background.


White color preview on #EFF696 background

This text has white color on #EFF696 background.