COLOR #BFC5D3

HEX: #BFC5D3 RGB: (191,197,211)

Color info

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

RGB color model

#BFC5D3 color RGB value is (191,197,211).

RGB: (191,197,211) (75%, 77%, 83%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 211 of 255 = 83%

191
197
211

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

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 211 = 599 (100%)
R 191 of 599 ~ 31.89%
G 197 of 599 ~ 32.89%
B 211 of 599 ~ 35.23'%

%31.89
%32.89
%35.23

CMYK color model

#BFC5D3 color CMYK value is (9,7,0,17).

  • cyan value is 9.48%
  • magenta value is 6.64%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (9,7,0,17)
C9M7Y0K17 (9%, 7%, 0%, 17%)
(0.09 / 0.07 / 0.00 / 0.17)

CMYK percentages

%9.48
%6.64
%0
%17.25

Codes

Color #BFC5D3 in popluar color models

BF C5 D3
RGB 191 197 211
HSL 222° 18.52% 78.82%
HSB/HSV 222° 9.48% 82.75%
CMYK 9.48% 6.64% 0.00%
17.25%

Color #BFC5D3 in popluar number systems.

HEX BF C5 D3
Decimal 191 197 211
Binary 10111111 11000101 11010011
Octal 277 305 323

Shades and tints

Shades of #BFC5D3

#BFC5D3
(191,197,211)
#AEB4C0
(174,180,192)
#9DA3AD
(157,163,173)
#8C929A
(140,146,154)
#7B8187
(123,129,135)
#6A7074
(106,112,116)
#595F61
(89,95,97)
#484E4E
(72,78,78)
#373D3B
(55,61,59)
#262C28
(38,44,40)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #BFC5D3

#BFC5D3
(191,197,211)
#C4CAD7
(196,202,215)
#C9CFDB
(201,207,219)
#CED4DF
(206,212,223)
#D3D9E3
(211,217,227)
#D8DEE7
(216,222,231)
#DDE3EB
(221,227,235)
#E2E8EF
(226,232,239)
#E7EDF3
(231,237,243)
#ECF2F7
(236,242,247)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC5D3 color. Also use rgb(191,197,211) instead hex code.

Text Font Color

.myTextColor { color: #BFC5D3; }

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

This text font color is #BFC5D3.

Background Color

.myBgColor { background-color: #BFC5D3; }

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

This div background color is #BFC5D3.

Border color

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

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

This div border color is #BFC5D3.

Opacity

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

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

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

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

This text has shadow with #BFC5D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC5D3.

Preview

Color preview on black background

This text has color #BFC5D3 on black background.


Color preview on white background

This text has color #BFC5D3 on white background.


Black color preview on #BFC5D3 background

This text has black color on #BFC5D3 background.


White color preview on #BFC5D3 background

This text has white color on #BFC5D3 background.


Related colors

Complementary color

Complementary color for #hex is #403A2C.


I love getcolorcode.com

Triadic colors

1 #D3BFC5 and #C5D3BF with #BFC5D3 are triadic colors.

2 #D3C5BF and #C5BFD3 with #BFC5D3 are triadic colors.