COLOR #B9CFC0

HEX: #B9CFC0
RGB: (185,207,192)

Color info

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

RGB color model

#B9CFC0 color RGB value is (185,207,192).

  • red value is 185;
  • green value is 207;
  • blue value is 192.
RGB:
(185,207,192)
(73%,81%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 192 of 255 = 75%

185
207
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 207 + 192 = 584 (100%)
R 185 of 584 ~ 31.68%
G 207 of 584 ~ 35.45%
B 192 of 584 ~ 32.88%

%31.68
%35.45
%32.88

CMYK color model

#B9CFC0 color CMYK value is (11,0,7,19).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK:
(11,0,7,19)
C11M0Y7K19 
(11%,0%,7%,19%)
(0.11/0.00/0.07/0.19)	

CMYK percentages

%10.63
%0
%7.25
%18.82

Codes

Color #B9CFC0 in popluar color models

B9CFC0
RGB185207192
HSL139°18.64%76.86%
HSB/HSV139°10.63%81.18%
CMYK10.63%0.00%7.25%
18.82%

Color #B9CFC0 in popluar number systems.

HEXB9CFC0
Decimal185207192
Binary101110011100111111000000
Octal271317300

Shades and tints

Shades of #B9CFC0

#B9CFC0
(185,207,192)
#A9BDAF
(169,189,175)
#99AB9E
(153,171,158)
#89998D
(137,153,141)
#79877C
(121,135,124)
#69756B
(105,117,107)
#59635A
(89,99,90)
#495149
(73,81,73)
#393F38
(57,63,56)
#292D27
(41,45,39)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9CFC0

#B9CFC0
(185,207,192)
#BFD3C5
(191,211,197)
#C5D7CA
(197,215,202)
#CBDBCF
(203,219,207)
#D1DFD4
(209,223,212)
#D7E3D9
(215,227,217)
#DDE7DE
(221,231,222)
#E3EBE3
(227,235,227)
#E9EFE8
(233,239,232)
#EFF3ED
(239,243,237)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CFC0 color. Also use rgb(185,207,192) instead hex code.

Text Font Color

.myTextColor { color: #B9CFC0; }

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

This text font color is #B9CFC0.


Background Color

.myBgColor { background-color: #B9CFC0; }

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

This div background color is #B9CFC0.


Border color

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

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

This div border color is #B9CFC0.


Opacity

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

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

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

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

This text has shadow with #B9CFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CFC0 on black background.


Color preview on white background

This text has color #B9CFC0 on white background.



Black color preview on #B9CFC0 background

This text has black color on #B9CFC0 background.


White color preview on #B9CFC0 background

This text has white color on #B9CFC0 background.