COLOR #BFD2D7

HEX: #BFD2D7
RGB: (191,210,215)

Color info

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

RGB color model

#BFD2D7 color RGB value is (191,210,215).

  • red value is 191;
  • green value is 210;
  • blue value is 215.
RGB:
(191,210,215)
(75%,82%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 210 of 255 = 82%
B 215 of 255 = 84%

191
210
215

R + G + B ~ 80%. #BFD2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 210 + 215 = 616 (100%)
R 191 of 616 ~ 31.01%
G 210 of 616 ~ 34.09%
B 215 of 616 ~ 34.9%

%31.01
%34.09
%34.9

CMYK color model

#BFD2D7 color CMYK value is (11,2,0,16).

  • cyan value is 11.16%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,2,0,16)
C11M2Y0K16 
(11%,2%,0%,16%)
(0.11/0.02/0.00/0.16)	

CMYK percentages

%11.16
%2.33
%0
%15.69

Codes

Color #BFD2D7 in popluar color models

BFD2D7
RGB191210215
HSL193°23.08%79.61%
HSB/HSV193°11.16%84.31%
CMYK11.16%2.33%0.00%
15.69%

Color #BFD2D7 in popluar number systems.

HEXBFD2D7
Decimal191210215
Binary101111111101001011010111
Octal277322327

Shades and tints

Shades of #BFD2D7

#BFD2D7
(191,210,215)
#AEBFC4
(174,191,196)
#9DACB1
(157,172,177)
#8C999E
(140,153,158)
#7B868B
(123,134,139)
#6A7378
(106,115,120)
#596065
(89,96,101)
#484D52
(72,77,82)
#373A3F
(55,58,63)
#26272C
(38,39,44)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #BFD2D7

#BFD2D7
(191,210,215)
#C4D6DA
(196,214,218)
#C9DADD
(201,218,221)
#CEDEE0
(206,222,224)
#D3E2E3
(211,226,227)
#D8E6E6
(216,230,230)
#DDEAE9
(221,234,233)
#E2EEEC
(226,238,236)
#E7F2EF
(231,242,239)
#ECF6F2
(236,246,242)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD2D7; }

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

This text font color is #BFD2D7.


Background Color

.myBgColor { background-color: #BFD2D7; }

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

This div background color is #BFD2D7.


Border color

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

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

This div border color is #BFD2D7.


Opacity

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

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

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

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

This text has shadow with #BFD2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD2D7 on black background.


Color preview on white background

This text has color #BFD2D7 on white background.



Black color preview on #BFD2D7 background

This text has black color on #BFD2D7 background.


White color preview on #BFD2D7 background

This text has white color on #BFD2D7 background.