COLOR #B9DD95

HEX: #B9DD95
RGB: (185,221,149)

Color info

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

RGB color model

#B9DD95 color RGB value is (185,221,149).

  • red value is 185;
  • green value is 221;
  • blue value is 149.
RGB:
(185,221,149)
(73%,87%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 149 of 255 = 58%

185
221
149

R + G + B ~ 73%. #B9DD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 149 = 555 (100%)
R 185 of 555 ~ 33.33%
G 221 of 555 ~ 39.82%
B 149 of 555 ~ 26.85%

%33.33
%39.82
%26.85

CMYK color model

#B9DD95 color CMYK value is (16,0,33,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK:
(16,0,33,13)
C16M0Y33K13 
(16%,0%,33%,13%)
(0.16/0.00/0.33/0.13)	

CMYK percentages

%16.29
%0
%32.58
%13.33

Codes

Color #B9DD95 in popluar color models

B9DD95
RGB185221149
HSL90°51.43%72.55%
HSB/HSV90°32.58%86.67%
CMYK16.29%0.00%32.58%
13.33%

Color #B9DD95 in popluar number systems.

HEXB9DD95
Decimal185221149
Binary101110011101110110010101
Octal271335225

Shades and tints

Shades of #B9DD95

#B9DD95
(185,221,149)
#A9C988
(169,201,136)
#99B57B
(153,181,123)
#89A16E
(137,161,110)
#798D61
(121,141,97)
#697954
(105,121,84)
#596547
(89,101,71)
#49513A
(73,81,58)
#393D2D
(57,61,45)
#292920
(41,41,32)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9DD95

#B9DD95
(185,221,149)
#BFE09E
(191,224,158)
#C5E3A7
(197,227,167)
#CBE6B0
(203,230,176)
#D1E9B9
(209,233,185)
#D7ECC2
(215,236,194)
#DDEFCB
(221,239,203)
#E3F2D4
(227,242,212)
#E9F5DD
(233,245,221)
#EFF8E6
(239,248,230)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DD95 color. Also use rgb(185,221,149) instead hex code.

Text Font Color

.myTextColor { color: #B9DD95; }

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

This text font color is #B9DD95.


Background Color

.myBgColor { background-color: #B9DD95; }

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

This div background color is #B9DD95.


Border color

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

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

This div border color is #B9DD95.


Opacity

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

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

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

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

This text has shadow with #B9DD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DD95 on black background.


Color preview on white background

This text has color #B9DD95 on white background.



Black color preview on #B9DD95 background

This text has black color on #B9DD95 background.


White color preview on #B9DD95 background

This text has white color on #B9DD95 background.