COLOR #BBD8C9

HEX: #BBD8C9
RGB: (187,216,201)

Color info

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

RGB color model

#BBD8C9 color RGB value is (187,216,201).

  • red value is 187;
  • green value is 216;
  • blue value is 201.
RGB:
(187,216,201)
(73%,85%,79%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 201 of 255 = 79%

187
216
201

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

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 201 = 604 (100%)
R 187 of 604 ~ 30.96%
G 216 of 604 ~ 35.76%
B 201 of 604 ~ 33.28%

%30.96
%35.76
%33.28

CMYK color model

#BBD8C9 color CMYK value is (13,0,7,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 15.29%
CMYK:
(13,0,7,15)
C13M0Y7K15 
(13%,0%,7%,15%)
(0.13/0.00/0.07/0.15)	

CMYK percentages

%13.43
%0
%6.94
%15.29

Codes

Color #BBD8C9 in popluar color models

BBD8C9
RGB187216201
HSL149°27.10%79.02%
HSB/HSV149°13.43%84.71%
CMYK13.43%0.00%6.94%
15.29%

Color #BBD8C9 in popluar number systems.

HEXBBD8C9
Decimal187216201
Binary101110111101100011001001
Octal273330311

Shades and tints

Shades of #BBD8C9

#BBD8C9
(187,216,201)
#AAC5B7
(170,197,183)
#99B2A5
(153,178,165)
#889F93
(136,159,147)
#778C81
(119,140,129)
#66796F
(102,121,111)
#55665D
(85,102,93)
#44534B
(68,83,75)
#334039
(51,64,57)
#222D27
(34,45,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBD8C9

#BBD8C9
(187,216,201)
#C1DBCD
(193,219,205)
#C7DED1
(199,222,209)
#CDE1D5
(205,225,213)
#D3E4D9
(211,228,217)
#D9E7DD
(217,231,221)
#DFEAE1
(223,234,225)
#E5EDE5
(229,237,229)
#EBF0E9
(235,240,233)
#F1F3ED
(241,243,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD8C9 color. Also use rgb(187,216,201) instead hex code.

Text Font Color

.myTextColor { color: #BBD8C9; }

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

This text font color is #BBD8C9.


Background Color

.myBgColor { background-color: #BBD8C9; }

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

This div background color is #BBD8C9.


Border color

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

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

This div border color is #BBD8C9.


Opacity

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

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

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

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

This text has shadow with #BBD8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8C9 on black background.


Color preview on white background

This text has color #BBD8C9 on white background.



Black color preview on #BBD8C9 background

This text has black color on #BBD8C9 background.


White color preview on #BBD8C9 background

This text has white color on #BBD8C9 background.