COLOR #B9CFC9

HEX: #B9CFC9
RGB: (185,207,201)

Color info

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

RGB color model

#B9CFC9 color RGB value is (185,207,201).

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

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 201 of 255 = 79%

185
207
201

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

Portions of RGB colors in percentages

R + G + B =
185 + 207 + 201 = 593 (100%)
R 185 of 593 ~ 31.2%
G 207 of 593 ~ 34.91%
B 201 of 593 ~ 33.9%

%31.2
%34.91
%33.9

CMYK color model

#B9CFC9 color CMYK value is (11,0,3,19).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(11,0,3,19)
C11M0Y3K19 
(11%,0%,3%,19%)
(0.11/0.00/0.03/0.19)	

CMYK percentages

%10.63
%0
%2.9
%18.82

Codes

Color #B9CFC9 in popluar color models

B9CFC9
RGB185207201
HSL164°18.64%76.86%
HSB/HSV164°10.63%81.18%
CMYK10.63%0.00%2.90%
18.82%

Color #B9CFC9 in popluar number systems.

HEXB9CFC9
Decimal185207201
Binary101110011100111111001001
Octal271317311

Shades and tints

Shades of #B9CFC9

#B9CFC9
(185,207,201)
#A9BDB7
(169,189,183)
#99ABA5
(153,171,165)
#899993
(137,153,147)
#798781
(121,135,129)
#69756F
(105,117,111)
#59635D
(89,99,93)
#49514B
(73,81,75)
#393F39
(57,63,57)
#292D27
(41,45,39)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #B9CFC9

#B9CFC9
(185,207,201)
#BFD3CD
(191,211,205)
#C5D7D1
(197,215,209)
#CBDBD5
(203,219,213)
#D1DFD9
(209,223,217)
#D7E3DD
(215,227,221)
#DDE7E1
(221,231,225)
#E3EBE5
(227,235,229)
#E9EFE9
(233,239,233)
#EFF3ED
(239,243,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CFC9; }

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

This text font color is #B9CFC9.


Background Color

.myBgColor { background-color: #B9CFC9; }

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

This div background color is #B9CFC9.


Border color

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

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

This div border color is #B9CFC9.


Opacity

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

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

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

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

This text has shadow with #B9CFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CFC9 on black background.


Color preview on white background

This text has color #B9CFC9 on white background.



Black color preview on #B9CFC9 background

This text has black color on #B9CFC9 background.


White color preview on #B9CFC9 background

This text has white color on #B9CFC9 background.