COLOR #BFC7D1

HEX: #BFC7D1 RGB: (191,199,209)

Color info

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

RGB color model

#BFC7D1 color RGB value is (191,199,209).

RGB: (191,199,209) (75%, 78%, 82%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 209 of 255 = 82%

191
199
209

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

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 209 = 599 (100%)
R 191 of 599 ~ 31.89%
G 199 of 599 ~ 33.22%
B 209 of 599 ~ 34.89'%

%31.89
%33.22
%34.89

CMYK color model

#BFC7D1 color CMYK value is (9,5,0,18).

  • cyan value is 8.61%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,5,0,18)
C9M5Y0K18 (9%, 5%, 0%, 18%)
(0.09 / 0.05 / 0.00 / 0.18)

CMYK percentages

%8.61
%4.78
%0
%18.04

Codes

Color #BFC7D1 in popluar color models

BF C7 D1
RGB 191 199 209
HSL 213° 16.36% 78.43%
HSB/HSV 213° 8.61% 81.96%
CMYK 8.61% 4.78% 0.00%
18.04%

Color #BFC7D1 in popluar number systems.

HEX BF C7 D1
Decimal 191 199 209
Binary 10111111 11000111 11010001
Octal 277 307 321

Shades and tints

Shades of #BFC7D1

#BFC7D1
(191,199,209)
#AEB5BE
(174,181,190)
#9DA3AB
(157,163,171)
#8C9198
(140,145,152)
#7B7F85
(123,127,133)
#6A6D72
(106,109,114)
#595B5F
(89,91,95)
#48494C
(72,73,76)
#373739
(55,55,57)
#262526
(38,37,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #BFC7D1

#BFC7D1
(191,199,209)
#C4CCD5
(196,204,213)
#C9D1D9
(201,209,217)
#CED6DD
(206,214,221)
#D3DBE1
(211,219,225)
#D8E0E5
(216,224,229)
#DDE5E9
(221,229,233)
#E2EAED
(226,234,237)
#E7EFF1
(231,239,241)
#ECF4F5
(236,244,245)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC7D1 color. Also use rgb(191,199,209) instead hex code.

Text Font Color

.myTextColor { color: #BFC7D1; }

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

This text font color is #BFC7D1.

Background Color

.myBgColor { background-color: #BFC7D1; }

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

This div background color is #BFC7D1.

Border color

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

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

This div border color is #BFC7D1.

Opacity

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

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

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

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

This text has shadow with #BFC7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC7D1.

Preview

Color preview on black background

This text has color #BFC7D1 on black background.


Color preview on white background

This text has color #BFC7D1 on white background.


Black color preview on #BFC7D1 background

This text has black color on #BFC7D1 background.


White color preview on #BFC7D1 background

This text has white color on #BFC7D1 background.


Related colors

Complementary color

Complementary color for #hex is #40382E.


I love getcolorcode.com

Triadic colors

1 #D1BFC7 and #C7D1BF with #BFC7D1 are triadic colors.

2 #D1C7BF and #C7BFD1 with #BFC7D1 are triadic colors.