COLOR #EFFB86

HEX: #EFFB86 RGB: (239,251,134)

Color info

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

RGB color model

#EFFB86 color RGB value is (239,251,134).

RGB: (239,251,134) (94%, 98%, 53%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 134 of 255 = 53%

239
251
134

R + G + B ~ 82%. #EFFB86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 251 + 134 = 624 (100%)
R 239 of 624 ~ 38.3%
G 251 of 624 ~ 40.22%
B 134 of 624 ~ 21.47'%

%38.3
%40.22
%21.47

CMYK color model

#EFFB86 color CMYK value is (5,0,47,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 46.61%
  • key color value is 1.57%

CMYK: (5,0,47,2)
C5M0Y47K2 (5%, 0%, 47%, 2%)
(0.05 / 0.00 / 0.47 / 0.02)

CMYK percentages

%4.78
%0
%46.61
%1.57

Codes

Color #EFFB86 in popluar color models

EF FB 86
RGB 239 251 134
HSL 66° 93.60% 75.49%
HSB/HSV 66° 46.61% 98.43%
CMYK 4.78% 0.00% 46.61%
1.57%

Color #EFFB86 in popluar number systems.

HEX EF FB 86
Decimal 239 251 134
Binary 11101111 11111011 10000110
Octal 357 373 206

Shades and tints

Shades of #EFFB86

#EFFB86
(239,251,134)
#DAE57A
(218,229,122)
#C5CF6E
(197,207,110)
#B0B962
(176,185,98)
#9BA356
(155,163,86)
#868D4A
(134,141,74)
#71773E
(113,119,62)
#5C6132
(92,97,50)
#474B26
(71,75,38)
#32351A
(50,53,26)
#1D1F0E
(29,31,14)
#000000
(0,0,0)

Tints of #EFFB86

#EFFB86
(239,251,134)
#F0FB91
(240,251,145)
#F1FB9C
(241,251,156)
#F2FBA7
(242,251,167)
#F3FBB2
(243,251,178)
#F4FBBD
(244,251,189)
#F5FBC8
(245,251,200)
#F6FBD3
(246,251,211)
#F7FBDE
(247,251,222)
#F8FBE9
(248,251,233)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFB86; }

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

This text font color is #EFFB86.

Background Color

.myBgColor { background-color: #EFFB86; }

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

This div background color is #EFFB86.

Border color

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

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

This div border color is #EFFB86.

Opacity

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

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

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

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

This text has shadow with #EFFB86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFB86.

Preview

Color preview on black background

This text has color #EFFB86 on black background.


Color preview on white background

This text has color #EFFB86 on white background.


Black color preview on #EFFB86 background

This text has black color on #EFFB86 background.


White color preview on #EFFB86 background

This text has white color on #EFFB86 background.


Related colors

Complementary color

Complementary color for #hex is #100479.


I love getcolorcode.com

Triadic colors

1 #86EFFB and #FB86EF with #EFFB86 are triadic colors.

2 #86FBEF and #FBEF86 with #EFFB86 are triadic colors.