COLOR #B9DE95

HEX: #B9DE95
RGB: (185,222,149)

Color info

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

RGB color model

#B9DE95 color RGB value is (185,222,149).

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

RGB channels and saturation

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

185
222
149

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 149 = 556 (100%)
R 185 of 556 ~ 33.27%
G 222 of 556 ~ 39.93%
B 149 of 556 ~ 26.8%

%33.27
%39.93
%26.8

CMYK color model

#B9DE95 color CMYK value is (17,0,33,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK:
(17,0,33,13)
C17M0Y33K13 
(17%,0%,33%,13%)
(0.17/0.00/0.33/0.13)	

CMYK percentages

%16.67
%0
%32.88
%12.94

Codes

Color #B9DE95 in popluar color models

B9DE95
RGB185222149
HSL90°52.52%72.75%
HSB/HSV90°32.88%87.06%
CMYK16.67%0.00%32.88%
12.94%

Color #B9DE95 in popluar number systems.

HEXB9DE95
Decimal185222149
Binary101110011101111010010101
Octal271336225

Shades and tints

Shades of #B9DE95

#B9DE95
(185,222,149)
#A9CA88
(169,202,136)
#99B67B
(153,182,123)
#89A26E
(137,162,110)
#798E61
(121,142,97)
#697A54
(105,122,84)
#596647
(89,102,71)
#49523A
(73,82,58)
#393E2D
(57,62,45)
#292A20
(41,42,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #B9DE95

#B9DE95
(185,222,149)
#BFE19E
(191,225,158)
#C5E4A7
(197,228,167)
#CBE7B0
(203,231,176)
#D1EAB9
(209,234,185)
#D7EDC2
(215,237,194)
#DDF0CB
(221,240,203)
#E3F3D4
(227,243,212)
#E9F6DD
(233,246,221)
#EFF9E6
(239,249,230)
#F5FCEF
(245,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DE95; }

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

This text font color is #B9DE95.


Background Color

.myBgColor { background-color: #B9DE95; }

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

This div background color is #B9DE95.


Border color

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

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

This div border color is #B9DE95.


Opacity

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

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

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

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

This text has shadow with #B9DE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DE95 on black background.


Color preview on white background

This text has color #B9DE95 on white background.



Black color preview on #B9DE95 background

This text has black color on #B9DE95 background.


White color preview on #B9DE95 background

This text has white color on #B9DE95 background.