COLOR #BFD6DA

HEX: #BFD6DA
RGB: (191,214,218)

Color info

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

RGB color model

#BFD6DA color RGB value is (191,214,218).

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

RGB channels and saturation

R 191 of 255 = 75%
G 214 of 255 = 84%
B 218 of 255 = 85%

191
214
218

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

Portions of RGB colors in percentages

R + G + B =
191 + 214 + 218 = 623 (100%)
R 191 of 623 ~ 30.66%
G 214 of 623 ~ 34.35%
B 218 of 623 ~ 34.99%

%30.66
%34.35
%34.99

CMYK color model

#BFD6DA color CMYK value is (12,2,0,15).

  • cyan value is 12.39%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,2,0,15)
C12M2Y0K15 
(12%,2%,0%,15%)
(0.12/0.02/0.00/0.15)	

CMYK percentages

%12.39
%1.83
%0
%14.51

Codes

Color #BFD6DA in popluar color models

BFD6DA
RGB191214218
HSL189°26.73%80.20%
HSB/HSV189°12.39%85.49%
CMYK12.39%1.83%0.00%
14.51%

Color #BFD6DA in popluar number systems.

HEXBFD6DA
Decimal191214218
Binary101111111101011011011010
Octal277326332

Shades and tints

Shades of #BFD6DA

#BFD6DA
(191,214,218)
#AEC3C7
(174,195,199)
#9DB0B4
(157,176,180)
#8C9DA1
(140,157,161)
#7B8A8E
(123,138,142)
#6A777B
(106,119,123)
#596468
(89,100,104)
#485155
(72,81,85)
#373E42
(55,62,66)
#262B2F
(38,43,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #BFD6DA

#BFD6DA
(191,214,218)
#C4D9DD
(196,217,221)
#C9DCE0
(201,220,224)
#CEDFE3
(206,223,227)
#D3E2E6
(211,226,230)
#D8E5E9
(216,229,233)
#DDE8EC
(221,232,236)
#E2EBEF
(226,235,239)
#E7EEF2
(231,238,242)
#ECF1F5
(236,241,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD6DA; }

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

This text font color is #BFD6DA.


Background Color

.myBgColor { background-color: #BFD6DA; }

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

This div background color is #BFD6DA.


Border color

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

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

This div border color is #BFD6DA.


Opacity

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

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

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

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

This text has shadow with #BFD6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD6DA on black background.


Color preview on white background

This text has color #BFD6DA on white background.



Black color preview on #BFD6DA background

This text has black color on #BFD6DA background.


White color preview on #BFD6DA background

This text has white color on #BFD6DA background.