COLOR #EFFBA8

HEX: #EFFBA8
RGB: (239,251,168)

Color info

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

RGB color model

#EFFBA8 color RGB value is (239,251,168).

  • red value is 239;
  • green value is 251;
  • blue value is 168.
RGB:
(239,251,168)
(94%,98%,66%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 168 of 255 = 66%

239
251
168

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

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 168 = 658 (100%)
R 239 of 658 ~ 36.32%
G 251 of 658 ~ 38.15%
B 168 of 658 ~ 25.53%

%36.32
%38.15
%25.53

CMYK color model

#EFFBA8 color CMYK value is (5,0,33,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 1.57%
CMYK:
(5,0,33,2)
C5M0Y33K2 
(5%,0%,33%,2%)
(0.05/0.00/0.33/0.02)	

CMYK percentages

%4.78
%0
%33.07
%1.57

Codes

Color #EFFBA8 in popluar color models

EFFBA8
RGB239251168
HSL69°91.21%82.16%
HSB/HSV69°33.07%98.43%
CMYK4.78%0.00%33.07%
1.57%

Color #EFFBA8 in popluar number systems.

HEXEFFBA8
Decimal239251168
Binary111011111111101110101000
Octal357373250

Shades and tints

Shades of #EFFBA8

#EFFBA8
(239,251,168)
#DAE599
(218,229,153)
#C5CF8A
(197,207,138)
#B0B97B
(176,185,123)
#9BA36C
(155,163,108)
#868D5D
(134,141,93)
#71774E
(113,119,78)
#5C613F
(92,97,63)
#474B30
(71,75,48)
#323521
(50,53,33)
#1D1F12
(29,31,18)
#000000
(0,0,0)

Tints of #EFFBA8

#EFFBA8
(239,251,168)
#F0FBAF
(240,251,175)
#F1FBB6
(241,251,182)
#F2FBBD
(242,251,189)
#F3FBC4
(243,251,196)
#F4FBCB
(244,251,203)
#F5FBD2
(245,251,210)
#F6FBD9
(246,251,217)
#F7FBE0
(247,251,224)
#F8FBE7
(248,251,231)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFBA8 color. Also use rgb(239,251,168) instead hex code.

Text Font Color

.myTextColor { color: #EFFBA8; }

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

This text font color is #EFFBA8.


Background Color

.myBgColor { background-color: #EFFBA8; }

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

This div background color is #EFFBA8.


Border color

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

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

This div border color is #EFFBA8.


Opacity

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

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

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

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

This text has shadow with #EFFBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBA8 on black background.


Color preview on white background

This text has color #EFFBA8 on white background.



Black color preview on #EFFBA8 background

This text has black color on #EFFBA8 background.


White color preview on #EFFBA8 background

This text has white color on #EFFBA8 background.