COLOR #B9D3BB

HEX: #B9D3BB RGB: (185,211,187)

Color info

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

RGB color model

#B9D3BB color RGB value is (185,211,187).

RGB: (185,211,187) (73%, 83%, 73%)

RGB channels and saturation

R 185 of 255 = 73%
G 211 of 255 = 83%
B 187 of 255 = 73%

185
211
187

R + G + B ~ 76%. #B9D3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 211 + 187 = 583 (100%)
R 185 of 583 ~ 31.73%
G 211 of 583 ~ 36.19%
B 187 of 583 ~ 32.08'%

%31.73
%36.19
%32.08

CMYK color model

#B9D3BB color CMYK value is (12,0,11,17).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 11.37%
  • key color value is 17.25%

CMYK: (12,0,11,17)
C12M0Y11K17 (12%, 0%, 11%, 17%)
(0.12 / 0.00 / 0.11 / 0.17)

CMYK percentages

%12.32
%0
%11.37
%17.25

Codes

Color #B9D3BB in popluar color models

B9 D3 BB
RGB 185 211 187
HSL 125° 22.81% 77.65%
HSB/HSV 125° 12.32% 82.75%
CMYK 12.32% 0.00% 11.37%
17.25%

Color #B9D3BB in popluar number systems.

HEX B9 D3 BB
Decimal 185 211 187
Binary 10111001 11010011 10111011
Octal 271 323 273

Shades and tints

Shades of #B9D3BB

#B9D3BB
(185,211,187)
#A9C0AA
(169,192,170)
#99AD99
(153,173,153)
#899A88
(137,154,136)
#798777
(121,135,119)
#697466
(105,116,102)
#596155
(89,97,85)
#494E44
(73,78,68)
#393B33
(57,59,51)
#292822
(41,40,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9D3BB

#B9D3BB
(185,211,187)
#BFD7C1
(191,215,193)
#C5DBC7
(197,219,199)
#CBDFCD
(203,223,205)
#D1E3D3
(209,227,211)
#D7E7D9
(215,231,217)
#DDEBDF
(221,235,223)
#E3EFE5
(227,239,229)
#E9F3EB
(233,243,235)
#EFF7F1
(239,247,241)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D3BB; }

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

This text font color is #B9D3BB.

Background Color

.myBgColor { background-color: #B9D3BB; }

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

This div background color is #B9D3BB.

Border color

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

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

This div border color is #B9D3BB.

Opacity

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

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

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

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

This text has shadow with #B9D3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D3BB.

Preview

Color preview on black background

This text has color #B9D3BB on black background.


Color preview on white background

This text has color #B9D3BB on white background.


Black color preview on #B9D3BB background

This text has black color on #B9D3BB background.


White color preview on #B9D3BB background

This text has white color on #B9D3BB background.


Related colors

Complementary color

Complementary color for #hex is #462C44.


I love getcolorcode.com

Triadic colors

1 #BBB9D3 and #D3BBB9 with #B9D3BB are triadic colors.

2 #BBD3B9 and #D3B9BB with #B9D3BB are triadic colors.