COLOR #BFD4DC

HEX: #BFD4DC
RGB: (191,212,220)

Color info

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

RGB color model

#BFD4DC color RGB value is (191,212,220).

  • red value is 191;
  • green value is 212;
  • blue value is 220.
RGB:
(191,212,220)
(75%,83%,86%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 220 of 255 = 86%

191
212
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 212 + 220 = 623 (100%)
R 191 of 623 ~ 30.66%
G 212 of 623 ~ 34.03%
B 220 of 623 ~ 35.31%

%30.66
%34.03
%35.31

CMYK color model

#BFD4DC color CMYK value is (13,4,0,14).

  • cyan value is 13.18%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,4,0,14)
C13M4Y0K14 
(13%,4%,0%,14%)
(0.13/0.04/0.00/0.14)	

CMYK percentages

%13.18
%3.64
%0
%13.73

Codes

Color #BFD4DC in popluar color models

BFD4DC
RGB191212220
HSL197°29.29%80.59%
HSB/HSV197°13.18%86.27%
CMYK13.18%3.64%0.00%
13.73%

Color #BFD4DC in popluar number systems.

HEXBFD4DC
Decimal191212220
Binary101111111101010011011100
Octal277324334

Shades and tints

Shades of #BFD4DC

#BFD4DC
(191,212,220)
#AEC1C8
(174,193,200)
#9DAEB4
(157,174,180)
#8C9BA0
(140,155,160)
#7B888C
(123,136,140)
#6A7578
(106,117,120)
#596264
(89,98,100)
#484F50
(72,79,80)
#373C3C
(55,60,60)
#262928
(38,41,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #BFD4DC

#BFD4DC
(191,212,220)
#C4D7DF
(196,215,223)
#C9DAE2
(201,218,226)
#CEDDE5
(206,221,229)
#D3E0E8
(211,224,232)
#D8E3EB
(216,227,235)
#DDE6EE
(221,230,238)
#E2E9F1
(226,233,241)
#E7ECF4
(231,236,244)
#ECEFF7
(236,239,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD4DC color. Also use rgb(191,212,220) instead hex code.

Text Font Color

.myTextColor { color: #BFD4DC; }

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

This text font color is #BFD4DC.


Background Color

.myBgColor { background-color: #BFD4DC; }

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

This div background color is #BFD4DC.


Border color

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

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

This div border color is #BFD4DC.


Opacity

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

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

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

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

This text has shadow with #BFD4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD4DC on black background.


Color preview on white background

This text has color #BFD4DC on white background.



Black color preview on #BFD4DC background

This text has black color on #BFD4DC background.


White color preview on #BFD4DC background

This text has white color on #BFD4DC background.