COLOR #B9CBCD

HEX: #B9CBCD RGB: (185,203,205)

Color info

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

RGB color model

#B9CBCD color RGB value is (185,203,205).

RGB: (185,203,205) (73%, 80%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 205 of 255 = 80%

185
203
205

R + G + B ~ 78%. #B9CBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 205 = 593 (100%)
R 185 of 593 ~ 31.2%
G 203 of 593 ~ 34.23%
B 205 of 593 ~ 34.57'%

%31.2
%34.23
%34.57

CMYK color model

#B9CBCD color CMYK value is (10,1,0,20).

  • cyan value is 9.76%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (10,1,0,20)
C10M1Y0K20 (10%, 1%, 0%, 20%)
(0.10 / 0.01 / 0.00 / 0.20)

CMYK percentages

%9.76
%0.98
%0
%19.61

Codes

Color #B9CBCD in popluar color models

B9 CB CD
RGB 185 203 205
HSL 186° 16.67% 76.47%
HSB/HSV 186° 9.76% 80.39%
CMYK 9.76% 0.98% 0.00%
19.61%

Color #B9CBCD in popluar number systems.

HEX B9 CB CD
Decimal 185 203 205
Binary 10111001 11001011 11001101
Octal 271 313 315

Shades and tints

Shades of #B9CBCD

#B9CBCD
(185,203,205)
#A9B9BB
(169,185,187)
#99A7A9
(153,167,169)
#899597
(137,149,151)
#798385
(121,131,133)
#697173
(105,113,115)
#595F61
(89,95,97)
#494D4F
(73,77,79)
#393B3D
(57,59,61)
#29292B
(41,41,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9CBCD

#B9CBCD
(185,203,205)
#BFCFD1
(191,207,209)
#C5D3D5
(197,211,213)
#CBD7D9
(203,215,217)
#D1DBDD
(209,219,221)
#D7DFE1
(215,223,225)
#DDE3E5
(221,227,229)
#E3E7E9
(227,231,233)
#E9EBED
(233,235,237)
#EFEFF1
(239,239,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBCD; }

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

This text font color is #B9CBCD.

Background Color

.myBgColor { background-color: #B9CBCD; }

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

This div background color is #B9CBCD.

Border color

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

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

This div border color is #B9CBCD.

Opacity

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

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

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

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

This text has shadow with #B9CBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CBCD.

Preview

Color preview on black background

This text has color #B9CBCD on black background.


Color preview on white background

This text has color #B9CBCD on white background.


Black color preview on #B9CBCD background

This text has black color on #B9CBCD background.


White color preview on #B9CBCD background

This text has white color on #B9CBCD background.


Related colors

Complementary color

Complementary color for #hex is #463432.


I love getcolorcode.com

Triadic colors

1 #CDB9CB and #CBCDB9 with #B9CBCD are triadic colors.

2 #CDCBB9 and #CBB9CD with #B9CBCD are triadic colors.