COLOR #BFDBDC

HEX: #BFDBDC
RGB: (191,219,220)

Color info

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

RGB color model

#BFDBDC color RGB value is (191,219,220).

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

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 220 of 255 = 86%

191
219
220

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

Portions of RGB colors in percentages

R + G + B =
191 + 219 + 220 = 630 (100%)
R 191 of 630 ~ 30.32%
G 219 of 630 ~ 34.76%
B 220 of 630 ~ 34.92%

%30.32
%34.76
%34.92

CMYK color model

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

  • cyan value is 13.18%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(13,0,0,14)
C13M0Y0K14 
(13%,0%,0%,14%)
(0.13/0.00/0.00/0.14)	

CMYK percentages

%13.18
%0.45
%0
%13.73

Codes

Color #BFDBDC in popluar color models

BFDBDC
RGB191219220
HSL182°29.29%80.59%
HSB/HSV182°13.18%86.27%
CMYK13.18%0.45%0.00%
13.73%

Color #BFDBDC in popluar number systems.

HEXBFDBDC
Decimal191219220
Binary101111111101101111011100
Octal277333334

Shades and tints

Shades of #BFDBDC

#BFDBDC
(191,219,220)
#AEC8C8
(174,200,200)
#9DB5B4
(157,181,180)
#8CA2A0
(140,162,160)
#7B8F8C
(123,143,140)
#6A7C78
(106,124,120)
#596964
(89,105,100)
#485650
(72,86,80)
#37433C
(55,67,60)
#263028
(38,48,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #BFDBDC

#BFDBDC
(191,219,220)
#C4DEDF
(196,222,223)
#C9E1E2
(201,225,226)
#CEE4E5
(206,228,229)
#D3E7E8
(211,231,232)
#D8EAEB
(216,234,235)
#DDEDEE
(221,237,238)
#E2F0F1
(226,240,241)
#E7F3F4
(231,243,244)
#ECF6F7
(236,246,247)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDBDC; }

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

This text font color is #BFDBDC.


Background Color

.myBgColor { background-color: #BFDBDC; }

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

This div background color is #BFDBDC.


Border color

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

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

This div border color is #BFDBDC.


Opacity

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

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

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

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

This text has shadow with #BFDBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDBDC on black background.


Color preview on white background

This text has color #BFDBDC on white background.



Black color preview on #BFDBDC background

This text has black color on #BFDBDC background.


White color preview on #BFDBDC background

This text has white color on #BFDBDC background.