COLOR #B9CCBF

HEX: #B9CCBF RGB: (185,204,191)

Color info

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

RGB color model

#B9CCBF color RGB value is (185,204,191).

RGB: (185,204,191) (73%, 80%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 191 of 255 = 75%

185
204
191

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

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 191 = 580 (100%)
R 185 of 580 ~ 31.9%
G 204 of 580 ~ 35.17%
B 191 of 580 ~ 32.93'%

%31.9
%35.17
%32.93

CMYK color model

#B9CCBF color CMYK value is (9,0,6,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 20.00%

CMYK: (9,0,6,20)
C9M0Y6K20 (9%, 0%, 6%, 20%)
(0.09 / 0.00 / 0.06 / 0.20)

CMYK percentages

%9.31
%0
%6.37
%20

Codes

Color #B9CCBF in popluar color models

B9 CC BF
RGB 185 204 191
HSL 139° 15.70% 76.27%
HSB/HSV 139° 9.31% 80.00%
CMYK 9.31% 0.00% 6.37%
20.00%

Color #B9CCBF in popluar number systems.

HEX B9 CC BF
Decimal 185 204 191
Binary 10111001 11001100 10111111
Octal 271 314 277

Shades and tints

Shades of #B9CCBF

#B9CCBF
(185,204,191)
#A9BAAE
(169,186,174)
#99A89D
(153,168,157)
#89968C
(137,150,140)
#79847B
(121,132,123)
#69726A
(105,114,106)
#596059
(89,96,89)
#494E48
(73,78,72)
#393C37
(57,60,55)
#292A26
(41,42,38)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9CCBF

#B9CCBF
(185,204,191)
#BFD0C4
(191,208,196)
#C5D4C9
(197,212,201)
#CBD8CE
(203,216,206)
#D1DCD3
(209,220,211)
#D7E0D8
(215,224,216)
#DDE4DD
(221,228,221)
#E3E8E2
(227,232,226)
#E9ECE7
(233,236,231)
#EFF0EC
(239,240,236)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CCBF color. Also use rgb(185,204,191) instead hex code.

Text Font Color

.myTextColor { color: #B9CCBF; }

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

This text font color is #B9CCBF.

Background Color

.myBgColor { background-color: #B9CCBF; }

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

This div background color is #B9CCBF.

Border color

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

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

This div border color is #B9CCBF.

Opacity

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

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

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

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

This text has shadow with #B9CCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CCBF.

Preview

Color preview on black background

This text has color #B9CCBF on black background.


Color preview on white background

This text has color #B9CCBF on white background.


Black color preview on #B9CCBF background

This text has black color on #B9CCBF background.


White color preview on #B9CCBF background

This text has white color on #B9CCBF background.


Related colors

Complementary color

Complementary color for #hex is #463340.


I love getcolorcode.com

Triadic colors

1 #BFB9CC and #CCBFB9 with #B9CCBF are triadic colors.

2 #BFCCB9 and #CCB9BF with #B9CCBF are triadic colors.