COLOR #B9DBCB

HEX: #B9DBCB RGB: (185,219,203)

Color info

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

RGB color model

#B9DBCB color RGB value is (185,219,203).

RGB: (185,219,203) (73%, 86%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 203 of 255 = 80%

185
219
203

R + G + B ~ 80%. #B9DBCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 203 = 607 (100%)
R 185 of 607 ~ 30.48%
G 219 of 607 ~ 36.08%
B 203 of 607 ~ 33.44'%

%30.48
%36.08
%33.44

CMYK color model

#B9DBCB color CMYK value is (16,0,7,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%

CMYK: (16,0,7,14)
C16M0Y7K14 (16%, 0%, 7%, 14%)
(0.16 / 0.00 / 0.07 / 0.14)

CMYK percentages

%15.53
%0
%7.31
%14.12

Codes

Color #B9DBCB in popluar color models

B9 DB CB
RGB 185 219 203
HSL 152° 32.08% 79.22%
HSB/HSV 152° 15.53% 85.88%
CMYK 15.53% 0.00% 7.31%
14.12%

Color #B9DBCB in popluar number systems.

HEX B9 DB CB
Decimal 185 219 203
Binary 10111001 11011011 11001011
Octal 271 333 313

Shades and tints

Shades of #B9DBCB

#B9DBCB
(185,219,203)
#A9C8B9
(169,200,185)
#99B5A7
(153,181,167)
#89A295
(137,162,149)
#798F83
(121,143,131)
#697C71
(105,124,113)
#59695F
(89,105,95)
#49564D
(73,86,77)
#39433B
(57,67,59)
#293029
(41,48,41)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9DBCB

#B9DBCB
(185,219,203)
#BFDECF
(191,222,207)
#C5E1D3
(197,225,211)
#CBE4D7
(203,228,215)
#D1E7DB
(209,231,219)
#D7EADF
(215,234,223)
#DDEDE3
(221,237,227)
#E3F0E7
(227,240,231)
#E9F3EB
(233,243,235)
#EFF6EF
(239,246,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBCB; }

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

This text font color is #B9DBCB.

Background Color

.myBgColor { background-color: #B9DBCB; }

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

This div background color is #B9DBCB.

Border color

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

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

This div border color is #B9DBCB.

Opacity

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

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

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

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

This text has shadow with #B9DBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBCB.

Preview

Color preview on black background

This text has color #B9DBCB on black background.


Color preview on white background

This text has color #B9DBCB on white background.


Black color preview on #B9DBCB background

This text has black color on #B9DBCB background.


White color preview on #B9DBCB background

This text has white color on #B9DBCB background.


Related colors

Complementary color

Complementary color for #hex is #462434.


I love getcolorcode.com

Triadic colors

1 #CBB9DB and #DBCBB9 with #B9DBCB are triadic colors.

2 #CBDBB9 and #DBB9CB with #B9DBCB are triadic colors.