COLOR #BFC8DD

HEX: #BFC8DD
RGB: (191,200,221)

Color info

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

RGB color model

#BFC8DD color RGB value is (191,200,221).

  • red value is 191;
  • green value is 200;
  • blue value is 221.
RGB:
(191,200,221)
(75%,78%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 200 of 255 = 78%
B 221 of 255 = 87%

191
200
221

R + G + B ~ 80%. #BFC8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 200 + 221 = 612 (100%)
R 191 of 612 ~ 31.21%
G 200 of 612 ~ 32.68%
B 221 of 612 ~ 36.11%

%31.21
%32.68
%36.11

CMYK color model

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

  • cyan value is 13.57%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,10,0,13)
C14M10Y0K13 
(14%,10%,0%,13%)
(0.14/0.10/0.00/0.13)	

CMYK percentages

%13.57
%9.5
%0
%13.33

Codes

Color #BFC8DD in popluar color models

BFC8DD
RGB191200221
HSL222°30.61%80.78%
HSB/HSV222°13.57%86.67%
CMYK13.57%9.50%0.00%
13.33%

Color #BFC8DD in popluar number systems.

HEXBFC8DD
Decimal191200221
Binary101111111100100011011101
Octal277310335

Shades and tints

Shades of #BFC8DD

#BFC8DD
(191,200,221)
#AEB6C9
(174,182,201)
#9DA4B5
(157,164,181)
#8C92A1
(140,146,161)
#7B808D
(123,128,141)
#6A6E79
(106,110,121)
#595C65
(89,92,101)
#484A51
(72,74,81)
#37383D
(55,56,61)
#262629
(38,38,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #BFC8DD

#BFC8DD
(191,200,221)
#C4CDE0
(196,205,224)
#C9D2E3
(201,210,227)
#CED7E6
(206,215,230)
#D3DCE9
(211,220,233)
#D8E1EC
(216,225,236)
#DDE6EF
(221,230,239)
#E2EBF2
(226,235,242)
#E7F0F5
(231,240,245)
#ECF5F8
(236,245,248)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC8DD color. Also use rgb(191,200,221) instead hex code.

Text Font Color

.myTextColor { color: #BFC8DD; }

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

This text font color is #BFC8DD.


Background Color

.myBgColor { background-color: #BFC8DD; }

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

This div background color is #BFC8DD.


Border color

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

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

This div border color is #BFC8DD.


Opacity

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

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

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

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

This text has shadow with #BFC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC8DD on black background.


Color preview on white background

This text has color #BFC8DD on white background.



Black color preview on #BFC8DD background

This text has black color on #BFC8DD background.


White color preview on #BFC8DD background

This text has white color on #BFC8DD background.