COLOR #BBCFDD

HEX: #BBCFDD
RGB: (187,207,221)

Color info

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

RGB color model

#BBCFDD color RGB value is (187,207,221).

  • red value is 187;
  • green value is 207;
  • blue value is 221.
RGB:
(187,207,221)
(73%,81%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 221 of 255 = 87%

187
207
221

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

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 221 = 615 (100%)
R 187 of 615 ~ 30.41%
G 207 of 615 ~ 33.66%
B 221 of 615 ~ 35.93%

%30.41
%33.66
%35.93

CMYK color model

#BBCFDD color CMYK value is (15,6,0,13).

  • cyan value is 15.38%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,6,0,13)
C15M6Y0K13 
(15%,6%,0%,13%)
(0.15/0.06/0.00/0.13)	

CMYK percentages

%15.38
%6.33
%0
%13.33

Codes

Color #BBCFDD in popluar color models

BBCFDD
RGB187207221
HSL205°33.33%80.00%
HSB/HSV205°15.38%86.67%
CMYK15.38%6.33%0.00%
13.33%

Color #BBCFDD in popluar number systems.

HEXBBCFDD
Decimal187207221
Binary101110111100111111011101
Octal273317335

Shades and tints

Shades of #BBCFDD

#BBCFDD
(187,207,221)
#AABDC9
(170,189,201)
#99ABB5
(153,171,181)
#8899A1
(136,153,161)
#77878D
(119,135,141)
#667579
(102,117,121)
#556365
(85,99,101)
#445151
(68,81,81)
#333F3D
(51,63,61)
#222D29
(34,45,41)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #BBCFDD

#BBCFDD
(187,207,221)
#C1D3E0
(193,211,224)
#C7D7E3
(199,215,227)
#CDDBE6
(205,219,230)
#D3DFE9
(211,223,233)
#D9E3EC
(217,227,236)
#DFE7EF
(223,231,239)
#E5EBF2
(229,235,242)
#EBEFF5
(235,239,245)
#F1F3F8
(241,243,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCFDD color. Also use rgb(187,207,221) instead hex code.

Text Font Color

.myTextColor { color: #BBCFDD; }

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

This text font color is #BBCFDD.


Background Color

.myBgColor { background-color: #BBCFDD; }

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

This div background color is #BBCFDD.


Border color

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

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

This div border color is #BBCFDD.


Opacity

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

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

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

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

This text has shadow with #BBCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCFDD on black background.


Color preview on white background

This text has color #BBCFDD on white background.



Black color preview on #BBCFDD background

This text has black color on #BBCFDD background.


White color preview on #BBCFDD background

This text has white color on #BBCFDD background.