COLOR #B9D193

HEX: #B9D193
RGB: (185,209,147)

Color info

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

RGB color model

#B9D193 color RGB value is (185,209,147).

  • red value is 185;
  • green value is 209;
  • blue value is 147.
RGB:
(185,209,147)
(73%,82%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 147 of 255 = 58%

185
209
147

R + G + B ~ 71%. #B9D193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 147 = 541 (100%)
R 185 of 541 ~ 34.2%
G 209 of 541 ~ 38.63%
B 147 of 541 ~ 27.17%

%34.2
%38.63
%27.17

CMYK color model

#B9D193 color CMYK value is (11,0,30,18).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(11,0,30,18)
C11M0Y30K18 
(11%,0%,30%,18%)
(0.11/0.00/0.30/0.18)	

CMYK percentages

%11.48
%0
%29.67
%18.04

Codes

Color #B9D193 in popluar color models

B9D193
RGB185209147
HSL83°40.26%69.80%
HSB/HSV83°29.67%81.96%
CMYK11.48%0.00%29.67%
18.04%

Color #B9D193 in popluar number systems.

HEXB9D193
Decimal185209147
Binary101110011101000110010011
Octal271321223

Shades and tints

Shades of #B9D193

#B9D193
(185,209,147)
#A9BE86
(169,190,134)
#99AB79
(153,171,121)
#89986C
(137,152,108)
#79855F
(121,133,95)
#697252
(105,114,82)
#595F45
(89,95,69)
#494C38
(73,76,56)
#39392B
(57,57,43)
#29261E
(41,38,30)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B9D193

#B9D193
(185,209,147)
#BFD59C
(191,213,156)
#C5D9A5
(197,217,165)
#CBDDAE
(203,221,174)
#D1E1B7
(209,225,183)
#D7E5C0
(215,229,192)
#DDE9C9
(221,233,201)
#E3EDD2
(227,237,210)
#E9F1DB
(233,241,219)
#EFF5E4
(239,245,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D193 color. Also use rgb(185,209,147) instead hex code.

Text Font Color

.myTextColor { color: #B9D193; }

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

This text font color is #B9D193.


Background Color

.myBgColor { background-color: #B9D193; }

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

This div background color is #B9D193.


Border color

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

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

This div border color is #B9D193.


Opacity

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

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

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

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

This text has shadow with #B9D193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D193 on black background.


Color preview on white background

This text has color #B9D193 on white background.



Black color preview on #B9D193 background

This text has black color on #B9D193 background.


White color preview on #B9D193 background

This text has white color on #B9D193 background.