COLOR #BFD3DC

HEX: #BFD3DC
RGB: (191,211,220)

Color info

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

RGB color model

#BFD3DC color RGB value is (191,211,220).

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

RGB channels and saturation

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

191
211
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 211 + 220 = 622 (100%)
R 191 of 622 ~ 30.71%
G 211 of 622 ~ 33.92%
B 220 of 622 ~ 35.37%

%30.71
%33.92
%35.37

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 4.09%
  • 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
%4.09
%0
%13.73

Codes

Color #BFD3DC in popluar color models

BFD3DC
RGB191211220
HSL199°29.29%80.59%
HSB/HSV199°13.18%86.27%
CMYK13.18%4.09%0.00%
13.73%

Color #BFD3DC in popluar number systems.

HEXBFD3DC
Decimal191211220
Binary101111111101001111011100
Octal277323334

Shades and tints

Shades of #BFD3DC

#BFD3DC
(191,211,220)
#AEC0C8
(174,192,200)
#9DADB4
(157,173,180)
#8C9AA0
(140,154,160)
#7B878C
(123,135,140)
#6A7478
(106,116,120)
#596164
(89,97,100)
#484E50
(72,78,80)
#373B3C
(55,59,60)
#262828
(38,40,40)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFD3DC

#BFD3DC
(191,211,220)
#C4D7DF
(196,215,223)
#C9DBE2
(201,219,226)
#CEDFE5
(206,223,229)
#D3E3E8
(211,227,232)
#D8E7EB
(216,231,235)
#DDEBEE
(221,235,238)
#E2EFF1
(226,239,241)
#E7F3F4
(231,243,244)
#ECF7F7
(236,247,247)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFD3DC; }

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

This text font color is #BFD3DC.


Background Color

.myBgColor { background-color: #BFD3DC; }

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

This div background color is #BFD3DC.


Border color

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

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

This div border color is #BFD3DC.


Opacity

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

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

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

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

This text has shadow with #BFD3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD3DC on black background.


Color preview on white background

This text has color #BFD3DC on white background.



Black color preview on #BFD3DC background

This text has black color on #BFD3DC background.


White color preview on #BFD3DC background

This text has white color on #BFD3DC background.