COLOR #BFCCDF

HEX: #BFCCDF
RGB: (191,204,223)

Color info

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

RGB color model

#BFCCDF color RGB value is (191,204,223).

  • red value is 191;
  • green value is 204;
  • blue value is 223.
RGB:
(191,204,223)
(75%,80%,87%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 223 of 255 = 87%

191
204
223

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

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 223 = 618 (100%)
R 191 of 618 ~ 30.91%
G 204 of 618 ~ 33.01%
B 223 of 618 ~ 36.08%

%30.91
%33.01
%36.08

CMYK color model

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

  • cyan value is 14.35%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(14,9,0,13)
C14M9Y0K13 
(14%,9%,0%,13%)
(0.14/0.09/0.00/0.13)	

CMYK percentages

%14.35
%8.52
%0
%12.55

Codes

Color #BFCCDF in popluar color models

BFCCDF
RGB191204223
HSL216°33.33%81.18%
HSB/HSV216°14.35%87.45%
CMYK14.35%8.52%0.00%
12.55%

Color #BFCCDF in popluar number systems.

HEXBFCCDF
Decimal191204223
Binary101111111100110011011111
Octal277314337

Shades and tints

Shades of #BFCCDF

#BFCCDF
(191,204,223)
#AEBACB
(174,186,203)
#9DA8B7
(157,168,183)
#8C96A3
(140,150,163)
#7B848F
(123,132,143)
#6A727B
(106,114,123)
#596067
(89,96,103)
#484E53
(72,78,83)
#373C3F
(55,60,63)
#262A2B
(38,42,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #BFCCDF

#BFCCDF
(191,204,223)
#C4D0E1
(196,208,225)
#C9D4E3
(201,212,227)
#CED8E5
(206,216,229)
#D3DCE7
(211,220,231)
#D8E0E9
(216,224,233)
#DDE4EB
(221,228,235)
#E2E8ED
(226,232,237)
#E7ECEF
(231,236,239)
#ECF0F1
(236,240,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCCDF color. Also use rgb(191,204,223) instead hex code.

Text Font Color

.myTextColor { color: #BFCCDF; }

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

This text font color is #BFCCDF.


Background Color

.myBgColor { background-color: #BFCCDF; }

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

This div background color is #BFCCDF.


Border color

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

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

This div border color is #BFCCDF.


Opacity

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

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

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

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

This text has shadow with #BFCCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCCDF on black background.


Color preview on white background

This text has color #BFCCDF on white background.



Black color preview on #BFCCDF background

This text has black color on #BFCCDF background.


White color preview on #BFCCDF background

This text has white color on #BFCCDF background.