COLOR #B9DCAB

HEX: #B9DCAB
RGB: (185,220,171)

Color info

#B9DCAB contains red, green and blue colors in about the same proportion. Web safe color of #B9DCAB is #CCCC99 (or #CC9).

RGB color model

#B9DCAB color RGB value is (185,220,171).

  • red value is 185;
  • green value is 220;
  • blue value is 171.
RGB: (185,220,171) (73%,86%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 171 of 255 = 67%

185
220
171

R + G + B ~ 75%. #B9DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 171 = 576 (100%)
R 185 of 576 ~ 32.12%
G 220 of 576 ~ 38.19%
B 171 of 576 ~ 29.69%

%32.12
%38.19
%29.69

CMYK color model

#B9DCAB color CMYK value is (16,0,22,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK: (16,0,22,14) C16M0Y22K14 (16%,0%,22%,14%) (0.16/0.00/0.22/0.14)

CMYK percentages

%15.91
%0
%22.27
%13.73

Codes

Color #B9DCAB in popluar color models

B9DCAB
RGB185220171
HSL103°41.18%76.67%
HSB/HSV103°22.27%86.27%
CMYK15.91%0.00%22.27%
13.73%

Color #B9DCAB in popluar number systems.

HEXB9DCAB
Decimal185220171
Binary101110011101110010101011
Octal271334253

Shades and tints

Shades of #B9DCAB

#B9DCAB
(185,220,171)
#A9C89C
(169,200,156)
#99B48D
(153,180,141)
#89A07E
(137,160,126)
#798C6F
(121,140,111)
#697860
(105,120,96)
#596451
(89,100,81)
#495042
(73,80,66)
#393C33
(57,60,51)
#292824
(41,40,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9DCAB

#B9DCAB
(185,220,171)
#BFDFB2
(191,223,178)
#C5E2B9
(197,226,185)
#CBE5C0
(203,229,192)
#D1E8C7
(209,232,199)
#D7EBCE
(215,235,206)
#DDEED5
(221,238,213)
#E3F1DC
(227,241,220)
#E9F4E3
(233,244,227)
#EFF7EA
(239,247,234)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DCAB color. Also use rgb(185,220,171) instead hex code.

Text Font Color

.myTextColor { color: #B9DCAB; }

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

This text font color is #B9DCAB.


Background Color

.myBgColor { background-color: #B9DCAB; }

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

This div background color is #B9DCAB.


Border color

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

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

This div border color is #B9DCAB.


Opacity

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

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

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

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

This text has shadow with #B9DCAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9DCAB on black background.


Color preview on white background

This text has color #B9DCAB on white background.



Black color preview on #B9DCAB background

This text has black color on #B9DCAB background.


White color preview on #B9DCAB background

This text has white color on #B9DCAB background.