COLOR #BFC6D8

HEX: #BFC6D8 RGB: (191,198,216)

Color info

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

RGB color model

#BFC6D8 color RGB value is (191,198,216).

RGB: (191,198,216) (75%, 78%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 216 of 255 = 85%

191
198
216

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

Portions of RGB colors in percentages

R + G + B = 191 + 198 + 216 = 605 (100%)
R 191 of 605 ~ 31.57%
G 198 of 605 ~ 32.73%
B 216 of 605 ~ 35.7'%

%31.57
%32.73
%35.7

CMYK color model

#BFC6D8 color CMYK value is (12,8,0,15).

  • cyan value is 11.57%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (12,8,0,15) C12M8Y0K15 (12%,8%,0%,15%) (0.12/0.08/0.00/0.15) 

CMYK percentages

%11.57
%8.33
%0
%15.29

Codes

Color #BFC6D8 in popluar color models

BF C6 D8
RGB 191 198 216
HSL 223° 24.27% 79.80%
HSB/HSV 223° 11.57% 84.71%
CMYK 11.57% 8.33% 0.00%
15.29%

Color #BFC6D8 in popluar number systems.

HEX BF C6 D8
Decimal 191 198 216
Binary 10111111 11000110 11011000
Octal 277 306 330

Shades and tints

Shades of #BFC6D8

#BFC6D8
(191,198,216)
#AEB4C5
(174,180,197)
#9DA2B2
(157,162,178)
#8C909F
(140,144,159)
#7B7E8C
(123,126,140)
#6A6C79
(106,108,121)
#595A66
(89,90,102)
#484853
(72,72,83)
#373640
(55,54,64)
#26242D
(38,36,45)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #BFC6D8

#BFC6D8
(191,198,216)
#C4CBDB
(196,203,219)
#C9D0DE
(201,208,222)
#CED5E1
(206,213,225)
#D3DAE4
(211,218,228)
#D8DFE7
(216,223,231)
#DDE4EA
(221,228,234)
#E2E9ED
(226,233,237)
#E7EEF0
(231,238,240)
#ECF3F3
(236,243,243)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC6D8 color. Also use rgb(191,198,216) instead hex code.

Text Font Color

.myTextColor { color: #BFC6D8; }

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

This text font color is #BFC6D8.

Background Color

.myBgColor { background-color: #BFC6D8; }

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

This div background color is #BFC6D8.

Border color

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

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

This div border color is #BFC6D8.

Opacity

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

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

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

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

This text has shadow with #BFC6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC6D8.

Preview

Color preview on black background

This text has color #BFC6D8 on black background.


Color preview on white background

This text has color #BFC6D8 on white background.


Black color preview on #BFC6D8 background

This text has black color on #BFC6D8 background.


White color preview on #BFC6D8 background

This text has white color on #BFC6D8 background.


Related colors

Complementary color

Complementary color for #hex is #403927.


I love getcolorcode.com

Triadic colors

1 #D8BFC6 and #C6D8BF with #BFC6D8 are triadic colors.

2 #D8C6BF and #C6BFD8 with #BFC6D8 are triadic colors.