COLOR #BFD8DA

HEX: #BFD8DA
RGB: (191,216,218)

Color info

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

RGB color model

#BFD8DA color RGB value is (191,216,218).

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

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 218 of 255 = 85%

191
216
218

R + G + B ~ 82%. #BFD8DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 218 = 625 (100%)
R 191 of 625 ~ 30.56%
G 216 of 625 ~ 34.56%
B 218 of 625 ~ 34.88%

%30.56
%34.56
%34.88

CMYK color model

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

  • cyan value is 12.39%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,1,0,15)
C12M1Y0K15 
(12%,1%,0%,15%)
(0.12/0.01/0.00/0.15)	

CMYK percentages

%12.39
%0.92
%0
%14.51

Codes

Color #BFD8DA in popluar color models

BFD8DA
RGB191216218
HSL184°26.73%80.20%
HSB/HSV184°12.39%85.49%
CMYK12.39%0.92%0.00%
14.51%

Color #BFD8DA in popluar number systems.

HEXBFD8DA
Decimal191216218
Binary101111111101100011011010
Octal277330332

Shades and tints

Shades of #BFD8DA

#BFD8DA
(191,216,218)
#AEC5C7
(174,197,199)
#9DB2B4
(157,178,180)
#8C9FA1
(140,159,161)
#7B8C8E
(123,140,142)
#6A797B
(106,121,123)
#596668
(89,102,104)
#485355
(72,83,85)
#374042
(55,64,66)
#262D2F
(38,45,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #BFD8DA

#BFD8DA
(191,216,218)
#C4DBDD
(196,219,221)
#C9DEE0
(201,222,224)
#CEE1E3
(206,225,227)
#D3E4E6
(211,228,230)
#D8E7E9
(216,231,233)
#DDEAEC
(221,234,236)
#E2EDEF
(226,237,239)
#E7F0F2
(231,240,242)
#ECF3F5
(236,243,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD8DA; }

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

This text font color is #BFD8DA.


Background Color

.myBgColor { background-color: #BFD8DA; }

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

This div background color is #BFD8DA.


Border color

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

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

This div border color is #BFD8DA.


Opacity

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

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

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

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

This text has shadow with #BFD8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD8DA on black background.


Color preview on white background

This text has color #BFD8DA on white background.



Black color preview on #BFD8DA background

This text has black color on #BFD8DA background.


White color preview on #BFD8DA background

This text has white color on #BFD8DA background.