COLOR #B9D2BD

HEX: #B9D2BD
RGB: (185,210,189)

Color info

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

RGB color model

#B9D2BD color RGB value is (185,210,189).

  • red value is 185;
  • green value is 210;
  • blue value is 189.
RGB:
(185,210,189)
(73%,82%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 189 of 255 = 74%

185
210
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 210 + 189 = 584 (100%)
R 185 of 584 ~ 31.68%
G 210 of 584 ~ 35.96%
B 189 of 584 ~ 32.36%

%31.68
%35.96
%32.36

CMYK color model

#B9D2BD color CMYK value is (12,0,10,18).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(12,0,10,18)
C12M0Y10K18 
(12%,0%,10%,18%)
(0.12/0.00/0.10/0.18)	

CMYK percentages

%11.9
%0
%10
%17.65

Codes

Color #B9D2BD in popluar color models

B9D2BD
RGB185210189
HSL130°21.74%77.45%
HSB/HSV130°11.90%82.35%
CMYK11.90%0.00%10.00%
17.65%

Color #B9D2BD in popluar number systems.

HEXB9D2BD
Decimal185210189
Binary101110011101001010111101
Octal271322275

Shades and tints

Shades of #B9D2BD

#B9D2BD
(185,210,189)
#A9BFAC
(169,191,172)
#99AC9B
(153,172,155)
#89998A
(137,153,138)
#798679
(121,134,121)
#697368
(105,115,104)
#596057
(89,96,87)
#494D46
(73,77,70)
#393A35
(57,58,53)
#292724
(41,39,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9D2BD

#B9D2BD
(185,210,189)
#BFD6C3
(191,214,195)
#C5DAC9
(197,218,201)
#CBDECF
(203,222,207)
#D1E2D5
(209,226,213)
#D7E6DB
(215,230,219)
#DDEAE1
(221,234,225)
#E3EEE7
(227,238,231)
#E9F2ED
(233,242,237)
#EFF6F3
(239,246,243)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D2BD color. Also use rgb(185,210,189) instead hex code.

Text Font Color

.myTextColor { color: #B9D2BD; }

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

This text font color is #B9D2BD.


Background Color

.myBgColor { background-color: #B9D2BD; }

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

This div background color is #B9D2BD.


Border color

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

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

This div border color is #B9D2BD.


Opacity

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

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

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

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

This text has shadow with #B9D2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D2BD on black background.


Color preview on white background

This text has color #B9D2BD on white background.



Black color preview on #B9D2BD background

This text has black color on #B9D2BD background.


White color preview on #B9D2BD background

This text has white color on #B9D2BD background.