COLOR #EFFBB9

HEX: #EFFBB9
RGB: (239,251,185)

Color info

#EFFBB9 contains mainly red and green colors. Web safe color of #EFFBB9 is #FFFFCC (or #FFC).

RGB color model

#EFFBB9 color RGB value is (239,251,185).

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

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 185 of 255 = 73%

239
251
185

R + G + B ~ 88%. #EFFBB9 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 185 = 675 (100%)
R 239 of 675 ~ 35.41%
G 251 of 675 ~ 37.19%
B 185 of 675 ~ 27.41%

%35.41
%37.19
%27.41

CMYK color model

#EFFBB9 color CMYK value is (5,0,26,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(5,0,26,2)
C5M0Y26K2 
(5%,0%,26%,2%)
(0.05/0.00/0.26/0.02)	

CMYK percentages

%4.78
%0
%26.29
%1.57

Codes

Color #EFFBB9 in popluar color models

EFFBB9
RGB239251185
HSL71°89.19%85.49%
HSB/HSV71°26.29%98.43%
CMYK4.78%0.00%26.29%
1.57%

Color #EFFBB9 in popluar number systems.

HEXEFFBB9
Decimal239251185
Binary111011111111101110111001
Octal357373271

Shades and tints

Shades of #EFFBB9

#EFFBB9
(239,251,185)
#DAE5A9
(218,229,169)
#C5CF99
(197,207,153)
#B0B989
(176,185,137)
#9BA379
(155,163,121)
#868D69
(134,141,105)
#717759
(113,119,89)
#5C6149
(92,97,73)
#474B39
(71,75,57)
#323529
(50,53,41)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #EFFBB9

#EFFBB9
(239,251,185)
#F0FBBF
(240,251,191)
#F1FBC5
(241,251,197)
#F2FBCB
(242,251,203)
#F3FBD1
(243,251,209)
#F4FBD7
(244,251,215)
#F5FBDD
(245,251,221)
#F6FBE3
(246,251,227)
#F7FBE9
(247,251,233)
#F8FBEF
(248,251,239)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBB9; }

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

This text font color is #EFFBB9.


Background Color

.myBgColor { background-color: #EFFBB9; }

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

This div background color is #EFFBB9.


Border color

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

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

This div border color is #EFFBB9.


Opacity

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

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

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

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

This text has shadow with #EFFBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBB9 on black background.


Color preview on white background

This text has color #EFFBB9 on white background.



Black color preview on #EFFBB9 background

This text has black color on #EFFBB9 background.


White color preview on #EFFBB9 background

This text has white color on #EFFBB9 background.