COLOR #B9DCBB

HEX: #B9DCBB RGB: (185,220,187)

Color info

#B9DCBB contains red, green and blue colors in about the same proportion. Web safe color of #B9DCBB is #CCCCCC (or #CCC).

RGB color model

#B9DCBB color RGB value is (185,220,187).

RGB: (185,220,187) (73%, 86%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 187 of 255 = 73%

185
220
187

R + G + B ~ 77%. #B9DCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 220 + 187 = 592 (100%)
R 185 of 592 ~ 31.25%
G 220 of 592 ~ 37.16%
B 187 of 592 ~ 31.59'%

%31.25
%37.16
%31.59

CMYK color model

#B9DCBB color CMYK value is (16,0,15,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%

CMYK: (16,0,15,14)
C16M0Y15K14 (16%, 0%, 15%, 14%)
(0.16 / 0.00 / 0.15 / 0.14)

CMYK percentages

%15.91
%0
%15
%13.73

Codes

Color #B9DCBB in popluar color models

B9 DC BB
RGB 185 220 187
HSL 123° 33.33% 79.41%
HSB/HSV 123° 15.91% 86.27%
CMYK 15.91% 0.00% 15.00%
13.73%

Color #B9DCBB in popluar number systems.

HEX B9 DC BB
Decimal 185 220 187
Binary 10111001 11011100 10111011
Octal 271 334 273

Shades and tints

Shades of #B9DCBB

#B9DCBB
(185,220,187)
#A9C8AA
(169,200,170)
#99B499
(153,180,153)
#89A088
(137,160,136)
#798C77
(121,140,119)
#697866
(105,120,102)
#596455
(89,100,85)
#495044
(73,80,68)
#393C33
(57,60,51)
#292822
(41,40,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9DCBB

#B9DCBB
(185,220,187)
#BFDFC1
(191,223,193)
#C5E2C7
(197,226,199)
#CBE5CD
(203,229,205)
#D1E8D3
(209,232,211)
#D7EBD9
(215,235,217)
#DDEEDF
(221,238,223)
#E3F1E5
(227,241,229)
#E9F4EB
(233,244,235)
#EFF7F1
(239,247,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DCBB; }

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

This text font color is #B9DCBB.

Background Color

.myBgColor { background-color: #B9DCBB; }

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

This div background color is #B9DCBB.

Border color

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

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

This div border color is #B9DCBB.

Opacity

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

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

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

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

This text has shadow with #B9DCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DCBB.

Preview

Color preview on black background

This text has color #B9DCBB on black background.


Color preview on white background

This text has color #B9DCBB on white background.


Black color preview on #B9DCBB background

This text has black color on #B9DCBB background.


White color preview on #B9DCBB background

This text has white color on #B9DCBB background.


Related colors

Complementary color

Complementary color for #hex is #462344.


I love getcolorcode.com

Triadic colors

1 #BBB9DC and #DCBBB9 with #B9DCBB are triadic colors.

2 #BBDCB9 and #DCB9BB with #B9DCBB are triadic colors.