COLOR #BFD7D9

HEX: #BFD7D9 RGB: (191,215,217)

Color info

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

RGB color model

#BFD7D9 color RGB value is (191,215,217).

RGB: (191,215,217) (75%, 84%, 85%)

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 217 of 255 = 85%

191
215
217

R + G + B ~ 81%. #BFD7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 215 + 217 = 623 (100%)
R 191 of 623 ~ 30.66%
G 215 of 623 ~ 34.51%
B 217 of 623 ~ 34.83'%

%30.66
%34.51
%34.83

CMYK color model

#BFD7D9 color CMYK value is (12,1,0,15).

  • cyan value is 11.98%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (12,1,0,15)
C12M1Y0K15 (12%, 1%, 0%, 15%)
(0.12 / 0.01 / 0.00 / 0.15)

CMYK percentages

%11.98
%0.92
%0
%14.9

Codes

Color #BFD7D9 in popluar color models

BF D7 D9
RGB 191 215 217
HSL 185° 25.49% 80.00%
HSB/HSV 185° 11.98% 85.10%
CMYK 11.98% 0.92% 0.00%
14.90%

Color #BFD7D9 in popluar number systems.

HEX BF D7 D9
Decimal 191 215 217
Binary 10111111 11010111 11011001
Octal 277 327 331

Shades and tints

Shades of #BFD7D9

#BFD7D9
(191,215,217)
#AEC4C6
(174,196,198)
#9DB1B3
(157,177,179)
#8C9EA0
(140,158,160)
#7B8B8D
(123,139,141)
#6A787A
(106,120,122)
#596567
(89,101,103)
#485254
(72,82,84)
#373F41
(55,63,65)
#262C2E
(38,44,46)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #BFD7D9

#BFD7D9
(191,215,217)
#C4DADC
(196,218,220)
#C9DDDF
(201,221,223)
#CEE0E2
(206,224,226)
#D3E3E5
(211,227,229)
#D8E6E8
(216,230,232)
#DDE9EB
(221,233,235)
#E2ECEE
(226,236,238)
#E7EFF1
(231,239,241)
#ECF2F4
(236,242,244)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD7D9 color. Also use rgb(191,215,217) instead hex code.

Text Font Color

.myTextColor { color: #BFD7D9; }

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

This text font color is #BFD7D9.

Background Color

.myBgColor { background-color: #BFD7D9; }

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

This div background color is #BFD7D9.

Border color

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

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

This div border color is #BFD7D9.

Opacity

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

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

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

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

This text has shadow with #BFD7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFD7D9.

Preview

Color preview on black background

This text has color #BFD7D9 on black background.


Color preview on white background

This text has color #BFD7D9 on white background.


Black color preview on #BFD7D9 background

This text has black color on #BFD7D9 background.


White color preview on #BFD7D9 background

This text has white color on #BFD7D9 background.


Related colors

Complementary color

Complementary color for #hex is #402826.


I love getcolorcode.com

Triadic colors

1 #D9BFD7 and #D7D9BF with #BFD7D9 are triadic colors.

2 #D9D7BF and #D7BFD9 with #BFD7D9 are triadic colors.