COLOR #B9D595

HEX: #B9D595
RGB: (185,213,149)

Color info

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

RGB color model

#B9D595 color RGB value is (185,213,149).

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

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 149 of 255 = 58%

185
213
149

R + G + B ~ 72%. #B9D595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 149 = 547 (100%)
R 185 of 547 ~ 33.82%
G 213 of 547 ~ 38.94%
B 149 of 547 ~ 27.24%

%33.82
%38.94
%27.24

CMYK color model

#B9D595 color CMYK value is (13,0,30,16).

  • cyan value is 13.15%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%
CMYK:
(13,0,30,16)
C13M0Y30K16 
(13%,0%,30%,16%)
(0.13/0.00/0.30/0.16)	

CMYK percentages

%13.15
%0
%30.05
%16.47

Codes

Color #B9D595 in popluar color models

B9D595
RGB185213149
HSL86°43.24%70.98%
HSB/HSV86°30.05%83.53%
CMYK13.15%0.00%30.05%
16.47%

Color #B9D595 in popluar number systems.

HEXB9D595
Decimal185213149
Binary101110011101010110010101
Octal271325225

Shades and tints

Shades of #B9D595

#B9D595
(185,213,149)
#A9C288
(169,194,136)
#99AF7B
(153,175,123)
#899C6E
(137,156,110)
#798961
(121,137,97)
#697654
(105,118,84)
#596347
(89,99,71)
#49503A
(73,80,58)
#393D2D
(57,61,45)
#292A20
(41,42,32)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9D595

#B9D595
(185,213,149)
#BFD89E
(191,216,158)
#C5DBA7
(197,219,167)
#CBDEB0
(203,222,176)
#D1E1B9
(209,225,185)
#D7E4C2
(215,228,194)
#DDE7CB
(221,231,203)
#E3EAD4
(227,234,212)
#E9EDDD
(233,237,221)
#EFF0E6
(239,240,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D595; }

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

This text font color is #B9D595.


Background Color

.myBgColor { background-color: #B9D595; }

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

This div background color is #B9D595.


Border color

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

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

This div border color is #B9D595.


Opacity

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

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

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

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

This text has shadow with #B9D595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D595 on black background.


Color preview on white background

This text has color #B9D595 on white background.



Black color preview on #B9D595 background

This text has black color on #B9D595 background.


White color preview on #B9D595 background

This text has white color on #B9D595 background.