COLOR #BFC9D0

HEX: #BFC9D0
RGB: (191,201,208)

Color info

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

RGB color model

#BFC9D0 color RGB value is (191,201,208).

  • red value is 191;
  • green value is 201;
  • blue value is 208.
RGB:
(191,201,208)
(75%,79%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 208 of 255 = 82%

191
201
208

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

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 208 = 600 (100%)
R 191 of 600 ~ 31.83%
G 201 of 600 ~ 33.5%
B 208 of 600 ~ 34.67%

%31.83
%33.5
%34.67

CMYK color model

#BFC9D0 color CMYK value is (8,3,0,18).

  • cyan value is 8.17%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(8,3,0,18)
C8M3Y0K18 
(8%,3%,0%,18%)
(0.08/0.03/0.00/0.18)	

CMYK percentages

%8.17
%3.37
%0
%18.43

Codes

Color #BFC9D0 in popluar color models

BFC9D0
RGB191201208
HSL205°15.32%78.24%
HSB/HSV205°8.17%81.57%
CMYK8.17%3.37%0.00%
18.43%

Color #BFC9D0 in popluar number systems.

HEXBFC9D0
Decimal191201208
Binary101111111100100111010000
Octal277311320

Shades and tints

Shades of #BFC9D0

#BFC9D0
(191,201,208)
#AEB7BE
(174,183,190)
#9DA5AC
(157,165,172)
#8C939A
(140,147,154)
#7B8188
(123,129,136)
#6A6F76
(106,111,118)
#595D64
(89,93,100)
#484B52
(72,75,82)
#373940
(55,57,64)
#26272E
(38,39,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #BFC9D0

#BFC9D0
(191,201,208)
#C4CDD4
(196,205,212)
#C9D1D8
(201,209,216)
#CED5DC
(206,213,220)
#D3D9E0
(211,217,224)
#D8DDE4
(216,221,228)
#DDE1E8
(221,225,232)
#E2E5EC
(226,229,236)
#E7E9F0
(231,233,240)
#ECEDF4
(236,237,244)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC9D0 color. Also use rgb(191,201,208) instead hex code.

Text Font Color

.myTextColor { color: #BFC9D0; }

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

This text font color is #BFC9D0.


Background Color

.myBgColor { background-color: #BFC9D0; }

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

This div background color is #BFC9D0.


Border color

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

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

This div border color is #BFC9D0.


Opacity

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

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

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

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

This text has shadow with #BFC9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9D0 on black background.


Color preview on white background

This text has color #BFC9D0 on white background.



Black color preview on #BFC9D0 background

This text has black color on #BFC9D0 background.


White color preview on #BFC9D0 background

This text has white color on #BFC9D0 background.