COLOR #BBD7CE

HEX: #BBD7CE
RGB: (187,215,206)

Color info

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

RGB color model

#BBD7CE color RGB value is (187,215,206).

  • red value is 187;
  • green value is 215;
  • blue value is 206.
RGB:
(187,215,206)
(73%,84%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 206 of 255 = 81%

187
215
206

R + G + B ~ 79%. #BBD7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 215 + 206 = 608 (100%)
R 187 of 608 ~ 30.76%
G 215 of 608 ~ 35.36%
B 206 of 608 ~ 33.88%

%30.76
%35.36
%33.88

CMYK color model

#BBD7CE color CMYK value is (13,0,4,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(13,0,4,16)
C13M0Y4K16 
(13%,0%,4%,16%)
(0.13/0.00/0.04/0.16)	

CMYK percentages

%13.02
%0
%4.19
%15.69

Codes

Color #BBD7CE in popluar color models

BBD7CE
RGB187215206
HSL161°25.93%78.82%
HSB/HSV161°13.02%84.31%
CMYK13.02%0.00%4.19%
15.69%

Color #BBD7CE in popluar number systems.

HEXBBD7CE
Decimal187215206
Binary101110111101011111001110
Octal273327316

Shades and tints

Shades of #BBD7CE

#BBD7CE
(187,215,206)
#AAC4BC
(170,196,188)
#99B1AA
(153,177,170)
#889E98
(136,158,152)
#778B86
(119,139,134)
#667874
(102,120,116)
#556562
(85,101,98)
#445250
(68,82,80)
#333F3E
(51,63,62)
#222C2C
(34,44,44)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #BBD7CE

#BBD7CE
(187,215,206)
#C1DAD2
(193,218,210)
#C7DDD6
(199,221,214)
#CDE0DA
(205,224,218)
#D3E3DE
(211,227,222)
#D9E6E2
(217,230,226)
#DFE9E6
(223,233,230)
#E5ECEA
(229,236,234)
#EBEFEE
(235,239,238)
#F1F2F2
(241,242,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD7CE color. Also use rgb(187,215,206) instead hex code.

Text Font Color

.myTextColor { color: #BBD7CE; }

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

This text font color is #BBD7CE.


Background Color

.myBgColor { background-color: #BBD7CE; }

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

This div background color is #BBD7CE.


Border color

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

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

This div border color is #BBD7CE.


Opacity

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

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

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

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

This text has shadow with #BBD7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD7CE on black background.


Color preview on white background

This text has color #BBD7CE on white background.



Black color preview on #BBD7CE background

This text has black color on #BBD7CE background.


White color preview on #BBD7CE background

This text has white color on #BBD7CE background.