COLOR #BFD8CB

HEX: #BFD8CB
RGB: (191,216,203)

Color info

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

RGB color model

#BFD8CB color RGB value is (191,216,203).

  • red value is 191;
  • green value is 216;
  • blue value is 203.
RGB:
(191,216,203)
(75%,85%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 203 of 255 = 80%

191
216
203

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

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 203 = 610 (100%)
R 191 of 610 ~ 31.31%
G 216 of 610 ~ 35.41%
B 203 of 610 ~ 33.28%

%31.31
%35.41
%33.28

CMYK color model

#BFD8CB color CMYK value is (12,0,6,15).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 15.29%
CMYK:
(12,0,6,15)
C12M0Y6K15 
(12%,0%,6%,15%)
(0.12/0.00/0.06/0.15)	

CMYK percentages

%11.57
%0
%6.02
%15.29

Codes

Color #BFD8CB in popluar color models

BFD8CB
RGB191216203
HSL149°24.27%79.80%
HSB/HSV149°11.57%84.71%
CMYK11.57%0.00%6.02%
15.29%

Color #BFD8CB in popluar number systems.

HEXBFD8CB
Decimal191216203
Binary101111111101100011001011
Octal277330313

Shades and tints

Shades of #BFD8CB

#BFD8CB
(191,216,203)
#AEC5B9
(174,197,185)
#9DB2A7
(157,178,167)
#8C9F95
(140,159,149)
#7B8C83
(123,140,131)
#6A7971
(106,121,113)
#59665F
(89,102,95)
#48534D
(72,83,77)
#37403B
(55,64,59)
#262D29
(38,45,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #BFD8CB

#BFD8CB
(191,216,203)
#C4DBCF
(196,219,207)
#C9DED3
(201,222,211)
#CEE1D7
(206,225,215)
#D3E4DB
(211,228,219)
#D8E7DF
(216,231,223)
#DDEAE3
(221,234,227)
#E2EDE7
(226,237,231)
#E7F0EB
(231,240,235)
#ECF3EF
(236,243,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD8CB; }

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

This text font color is #BFD8CB.


Background Color

.myBgColor { background-color: #BFD8CB; }

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

This div background color is #BFD8CB.


Border color

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

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

This div border color is #BFD8CB.


Opacity

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

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

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

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

This text has shadow with #BFD8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD8CB on black background.


Color preview on white background

This text has color #BFD8CB on white background.



Black color preview on #BFD8CB background

This text has black color on #BFD8CB background.


White color preview on #BFD8CB background

This text has white color on #BFD8CB background.