COLOR #BDCBB9

HEX: #BDCBB9
RGB: (189,203,185)

Color info

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

RGB color model

#BDCBB9 color RGB value is (189,203,185).

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

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 185 of 255 = 73%

189
203
185

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

Portions of RGB colors in percentages

R + G + B =
189 + 203 + 185 = 577 (100%)
R 189 of 577 ~ 32.76%
G 203 of 577 ~ 35.18%
B 185 of 577 ~ 32.06%

%32.76
%35.18
%32.06

CMYK color model

#BDCBB9 color CMYK value is (7,0,9,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%
CMYK:
(7,0,9,20)
C7M0Y9K20 
(7%,0%,9%,20%)
(0.07/0.00/0.09/0.20)	

CMYK percentages

%6.9
%0
%8.87
%20.39

Codes

Color #BDCBB9 in popluar color models

BDCBB9
RGB189203185
HSL107°14.75%76.08%
HSB/HSV107°8.87%79.61%
CMYK6.90%0.00%8.87%
20.39%

Color #BDCBB9 in popluar number systems.

HEXBDCBB9
Decimal189203185
Binary101111011100101110111001
Octal275313271

Shades and tints

Shades of #BDCBB9

#BDCBB9
(189,203,185)
#ACB9A9
(172,185,169)
#9BA799
(155,167,153)
#8A9589
(138,149,137)
#798379
(121,131,121)
#687169
(104,113,105)
#575F59
(87,95,89)
#464D49
(70,77,73)
#353B39
(53,59,57)
#242929
(36,41,41)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #BDCBB9

#BDCBB9
(189,203,185)
#C3CFBF
(195,207,191)
#C9D3C5
(201,211,197)
#CFD7CB
(207,215,203)
#D5DBD1
(213,219,209)
#DBDFD7
(219,223,215)
#E1E3DD
(225,227,221)
#E7E7E3
(231,231,227)
#EDEBE9
(237,235,233)
#F3EFEF
(243,239,239)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBB9; }

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

This text font color is #BDCBB9.


Background Color

.myBgColor { background-color: #BDCBB9; }

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

This div background color is #BDCBB9.


Border color

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

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

This div border color is #BDCBB9.


Opacity

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

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

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

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

This text has shadow with #BDCBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCBB9 on black background.


Color preview on white background

This text has color #BDCBB9 on white background.



Black color preview on #BDCBB9 background

This text has black color on #BDCBB9 background.


White color preview on #BDCBB9 background

This text has white color on #BDCBB9 background.