COLOR #BFD7C8

HEX: #BFD7C8
RGB: (191,215,200)

Color info

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

RGB color model

#BFD7C8 color RGB value is (191,215,200).

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

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 200 of 255 = 78%

191
215
200

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

Portions of RGB colors in percentages

R + G + B =
191 + 215 + 200 = 606 (100%)
R 191 of 606 ~ 31.52%
G 215 of 606 ~ 35.48%
B 200 of 606 ~ 33%

%31.52
%35.48
%33

CMYK color model

#BFD7C8 color CMYK value is (11,0,7,16).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 15.69%
CMYK:
(11,0,7,16)
C11M0Y7K16 
(11%,0%,7%,16%)
(0.11/0.00/0.07/0.16)	

CMYK percentages

%11.16
%0
%6.98
%15.69

Codes

Color #BFD7C8 in popluar color models

BFD7C8
RGB191215200
HSL143°23.08%79.61%
HSB/HSV143°11.16%84.31%
CMYK11.16%0.00%6.98%
15.69%

Color #BFD7C8 in popluar number systems.

HEXBFD7C8
Decimal191215200
Binary101111111101011111001000
Octal277327310

Shades and tints

Shades of #BFD7C8

#BFD7C8
(191,215,200)
#AEC4B6
(174,196,182)
#9DB1A4
(157,177,164)
#8C9E92
(140,158,146)
#7B8B80
(123,139,128)
#6A786E
(106,120,110)
#59655C
(89,101,92)
#48524A
(72,82,74)
#373F38
(55,63,56)
#262C26
(38,44,38)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #BFD7C8

#BFD7C8
(191,215,200)
#C4DACD
(196,218,205)
#C9DDD2
(201,221,210)
#CEE0D7
(206,224,215)
#D3E3DC
(211,227,220)
#D8E6E1
(216,230,225)
#DDE9E6
(221,233,230)
#E2ECEB
(226,236,235)
#E7EFF0
(231,239,240)
#ECF2F5
(236,242,245)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD7C8; }

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

This text font color is #BFD7C8.


Background Color

.myBgColor { background-color: #BFD7C8; }

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

This div background color is #BFD7C8.


Border color

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

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

This div border color is #BFD7C8.


Opacity

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

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

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

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

This text has shadow with #BFD7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD7C8 on black background.


Color preview on white background

This text has color #BFD7C8 on white background.



Black color preview on #BFD7C8 background

This text has black color on #BFD7C8 background.


White color preview on #BFD7C8 background

This text has white color on #BFD7C8 background.