COLOR #B9D493

HEX: #B9D493
RGB: (185,212,147)

Color info

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

RGB color model

#B9D493 color RGB value is (185,212,147).

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

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 147 of 255 = 58%

185
212
147

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

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 147 = 544 (100%)
R 185 of 544 ~ 34.01%
G 212 of 544 ~ 38.97%
B 147 of 544 ~ 27.02%

%34.01
%38.97
%27.02

CMYK color model

#B9D493 color CMYK value is (13,0,31,17).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 16.86%
CMYK:
(13,0,31,17)
C13M0Y31K17 
(13%,0%,31%,17%)
(0.13/0.00/0.31/0.17)	

CMYK percentages

%12.74
%0
%30.66
%16.86

Codes

Color #B9D493 in popluar color models

B9D493
RGB185212147
HSL85°43.05%70.39%
HSB/HSV85°30.66%83.14%
CMYK12.74%0.00%30.66%
16.86%

Color #B9D493 in popluar number systems.

HEXB9D493
Decimal185212147
Binary101110011101010010010011
Octal271324223

Shades and tints

Shades of #B9D493

#B9D493
(185,212,147)
#A9C186
(169,193,134)
#99AE79
(153,174,121)
#899B6C
(137,155,108)
#79885F
(121,136,95)
#697552
(105,117,82)
#596245
(89,98,69)
#494F38
(73,79,56)
#393C2B
(57,60,43)
#29291E
(41,41,30)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #B9D493

#B9D493
(185,212,147)
#BFD79C
(191,215,156)
#C5DAA5
(197,218,165)
#CBDDAE
(203,221,174)
#D1E0B7
(209,224,183)
#D7E3C0
(215,227,192)
#DDE6C9
(221,230,201)
#E3E9D2
(227,233,210)
#E9ECDB
(233,236,219)
#EFEFE4
(239,239,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D493; }

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

This text font color is #B9D493.


Background Color

.myBgColor { background-color: #B9D493; }

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

This div background color is #B9D493.


Border color

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

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

This div border color is #B9D493.


Opacity

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

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

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

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

This text has shadow with #B9D493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D493 on black background.


Color preview on white background

This text has color #B9D493 on white background.



Black color preview on #B9D493 background

This text has black color on #B9D493 background.


White color preview on #B9D493 background

This text has white color on #B9D493 background.