COLOR #B9DBAC

HEX: #B9DBAC RGB: (185,219,172)

Color info

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

RGB color model

#B9DBAC color RGB value is (185,219,172).

RGB: (185,219,172) (73%, 86%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 172 of 255 = 67%

185
219
172

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

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 172 = 576 (100%)
R 185 of 576 ~ 32.12%
G 219 of 576 ~ 38.02%
B 172 of 576 ~ 29.86'%

%32.12
%38.02
%29.86

CMYK color model

#B9DBAC color CMYK value is (16,0,21,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK: (16,0,21,14) C16M0Y21K14 (16%,0%,21%,14%) (0.16/0.00/0.21/0.14) 

CMYK percentages

%15.53
%0
%21.46
%14.12

Codes

Color #B9DBAC in popluar color models

B9 DB AC
RGB 185 219 172
HSL 103° 39.50% 76.67%
HSB/HSV 103° 21.46% 85.88%
CMYK 15.53% 0.00% 21.46%
14.12%

Color #B9DBAC in popluar number systems.

HEX B9 DB AC
Decimal 185 219 172
Binary 10111001 11011011 10101100
Octal 271 333 254

Shades and tints

Shades of #B9DBAC

#B9DBAC
(185,219,172)
#A9C89D
(169,200,157)
#99B58E
(153,181,142)
#89A27F
(137,162,127)
#798F70
(121,143,112)
#697C61
(105,124,97)
#596952
(89,105,82)
#495643
(73,86,67)
#394334
(57,67,52)
#293025
(41,48,37)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #B9DBAC

#B9DBAC
(185,219,172)
#BFDEB3
(191,222,179)
#C5E1BA
(197,225,186)
#CBE4C1
(203,228,193)
#D1E7C8
(209,231,200)
#D7EACF
(215,234,207)
#DDEDD6
(221,237,214)
#E3F0DD
(227,240,221)
#E9F3E4
(233,243,228)
#EFF6EB
(239,246,235)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DBAC color. Also use rgb(185,219,172) instead hex code.

Text Font Color

.myTextColor { color: #B9DBAC; }

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

This text font color is #B9DBAC.

Background Color

.myBgColor { background-color: #B9DBAC; }

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

This div background color is #B9DBAC.

Border color

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

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

This div border color is #B9DBAC.

Opacity

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

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

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

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

This text has shadow with #B9DBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBAC.

Preview

Color preview on black background

This text has color #B9DBAC on black background.


Color preview on white background

This text has color #B9DBAC on white background.


Black color preview on #B9DBAC background

This text has black color on #B9DBAC background.


White color preview on #B9DBAC background

This text has white color on #B9DBAC background.


Related colors

Complementary color

Complementary color for #hex is #462453.


I love getcolorcode.com

Triadic colors

1 #ACB9DB and #DBACB9 with #B9DBAC are triadic colors.

2 #ACDBB9 and #DBB9AC with #B9DBAC are triadic colors.