COLOR #B9E39F

HEX: #B9E39F
RGB: (185,227,159)

Color info

#B9E39F contains mainly red and green colors. Web safe color of #B9E39F is #CCCC99 (or #CC9).

RGB color model

#B9E39F color RGB value is (185,227,159).

  • red value is 185;
  • green value is 227;
  • blue value is 159.
RGB:
(185,227,159)
(73%,89%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 227 of 255 = 89%
B 159 of 255 = 62%

185
227
159

R + G + B ~ 75%. #B9E39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 227 + 159 = 571 (100%)
R 185 of 571 ~ 32.4%
G 227 of 571 ~ 39.75%
B 159 of 571 ~ 27.85%

%32.4
%39.75
%27.85

CMYK color model

#B9E39F color CMYK value is (19,0,30,11).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 29.96%
  • key color value is 10.98%
CMYK:
(19,0,30,11)
C19M0Y30K11 
(19%,0%,30%,11%)
(0.19/0.00/0.30/0.11)	

CMYK percentages

%18.5
%0
%29.96
%10.98

Codes

Color #B9E39F in popluar color models

B9E39F
RGB185227159
HSL97°54.84%75.69%
HSB/HSV97°29.96%89.02%
CMYK18.50%0.00%29.96%
10.98%

Color #B9E39F in popluar number systems.

HEXB9E39F
Decimal185227159
Binary101110011110001110011111
Octal271343237

Shades and tints

Shades of #B9E39F

#B9E39F
(185,227,159)
#A9CF91
(169,207,145)
#99BB83
(153,187,131)
#89A775
(137,167,117)
#799367
(121,147,103)
#697F59
(105,127,89)
#596B4B
(89,107,75)
#49573D
(73,87,61)
#39432F
(57,67,47)
#292F21
(41,47,33)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #B9E39F

#B9E39F
(185,227,159)
#BFE5A7
(191,229,167)
#C5E7AF
(197,231,175)
#CBE9B7
(203,233,183)
#D1EBBF
(209,235,191)
#D7EDC7
(215,237,199)
#DDEFCF
(221,239,207)
#E3F1D7
(227,241,215)
#E9F3DF
(233,243,223)
#EFF5E7
(239,245,231)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E39F color. Also use rgb(185,227,159) instead hex code.

Text Font Color

.myTextColor { color: #B9E39F; }

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

This text font color is #B9E39F.


Background Color

.myBgColor { background-color: #B9E39F; }

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

This div background color is #B9E39F.


Border color

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

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

This div border color is #B9E39F.


Opacity

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

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

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

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

This text has shadow with #B9E39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E39F on black background.


Color preview on white background

This text has color #B9E39F on white background.



Black color preview on #B9E39F background

This text has black color on #B9E39F background.


White color preview on #B9E39F background

This text has white color on #B9E39F background.