COLOR #BFDBE6

HEX: #BFDBE6
RGB: (191,219,230)

Color info

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

RGB color model

#BFDBE6 color RGB value is (191,219,230).

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

RGB channels and saturation

R 191 of 255 = 75%
G 219 of 255 = 86%
B 230 of 255 = 90%

191
219
230

R + G + B ~ 84%. #BFDBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 219 + 230 = 640 (100%)
R 191 of 640 ~ 29.84%
G 219 of 640 ~ 34.22%
B 230 of 640 ~ 35.94%

%29.84
%34.22
%35.94

CMYK color model

#BFDBE6 color CMYK value is (17,5,0,10).

  • cyan value is 16.96%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,5,0,10)
C17M5Y0K10 
(17%,5%,0%,10%)
(0.17/0.05/0.00/0.10)	

CMYK percentages

%16.96
%4.78
%0
%9.8

Codes

Color #BFDBE6 in popluar color models

BFDBE6
RGB191219230
HSL197°43.82%82.55%
HSB/HSV197°16.96%90.20%
CMYK16.96%4.78%0.00%
9.80%

Color #BFDBE6 in popluar number systems.

HEXBFDBE6
Decimal191219230
Binary101111111101101111100110
Octal277333346

Shades and tints

Shades of #BFDBE6

#BFDBE6
(191,219,230)
#AEC8D2
(174,200,210)
#9DB5BE
(157,181,190)
#8CA2AA
(140,162,170)
#7B8F96
(123,143,150)
#6A7C82
(106,124,130)
#59696E
(89,105,110)
#48565A
(72,86,90)
#374346
(55,67,70)
#263032
(38,48,50)
#151D1E
(21,29,30)
#000000
(0,0,0)

Tints of #BFDBE6

#BFDBE6
(191,219,230)
#C4DEE8
(196,222,232)
#C9E1EA
(201,225,234)
#CEE4EC
(206,228,236)
#D3E7EE
(211,231,238)
#D8EAF0
(216,234,240)
#DDEDF2
(221,237,242)
#E2F0F4
(226,240,244)
#E7F3F6
(231,243,246)
#ECF6F8
(236,246,248)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFDBE6; }

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

This text font color is #BFDBE6.


Background Color

.myBgColor { background-color: #BFDBE6; }

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

This div background color is #BFDBE6.


Border color

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

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

This div border color is #BFDBE6.


Opacity

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

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

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

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

This text has shadow with #BFDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFDBE6 on black background.


Color preview on white background

This text has color #BFDBE6 on white background.



Black color preview on #BFDBE6 background

This text has black color on #BFDBE6 background.


White color preview on #BFDBE6 background

This text has white color on #BFDBE6 background.