COLOR #B9CFD1

HEX: #B9CFD1
RGB: (185,207,209)

Color info

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

RGB color model

#B9CFD1 color RGB value is (185,207,209).

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

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 209 of 255 = 82%

185
207
209

R + G + B ~ 79%. #B9CFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 207 + 209 = 601 (100%)
R 185 of 601 ~ 30.78%
G 207 of 601 ~ 34.44%
B 209 of 601 ~ 34.78%

%30.78
%34.44
%34.78

CMYK color model

#B9CFD1 color CMYK value is (11,1,0,18).

  • cyan value is 11.48%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,1,0,18)
C11M1Y0K18 
(11%,1%,0%,18%)
(0.11/0.01/0.00/0.18)	

CMYK percentages

%11.48
%0.96
%0
%18.04

Codes

Color #B9CFD1 in popluar color models

B9CFD1
RGB185207209
HSL185°20.69%77.25%
HSB/HSV185°11.48%81.96%
CMYK11.48%0.96%0.00%
18.04%

Color #B9CFD1 in popluar number systems.

HEXB9CFD1
Decimal185207209
Binary101110011100111111010001
Octal271317321

Shades and tints

Shades of #B9CFD1

#B9CFD1
(185,207,209)
#A9BDBE
(169,189,190)
#99ABAB
(153,171,171)
#899998
(137,153,152)
#798785
(121,135,133)
#697572
(105,117,114)
#59635F
(89,99,95)
#49514C
(73,81,76)
#393F39
(57,63,57)
#292D26
(41,45,38)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #B9CFD1

#B9CFD1
(185,207,209)
#BFD3D5
(191,211,213)
#C5D7D9
(197,215,217)
#CBDBDD
(203,219,221)
#D1DFE1
(209,223,225)
#D7E3E5
(215,227,229)
#DDE7E9
(221,231,233)
#E3EBED
(227,235,237)
#E9EFF1
(233,239,241)
#EFF3F5
(239,243,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CFD1; }

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

This text font color is #B9CFD1.


Background Color

.myBgColor { background-color: #B9CFD1; }

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

This div background color is #B9CFD1.


Border color

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

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

This div border color is #B9CFD1.


Opacity

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

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

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

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

This text has shadow with #B9CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CFD1 on black background.


Color preview on white background

This text has color #B9CFD1 on white background.



Black color preview on #B9CFD1 background

This text has black color on #B9CFD1 background.


White color preview on #B9CFD1 background

This text has white color on #B9CFD1 background.