COLOR #BBD9CC

HEX: #BBD9CC
RGB: (187,217,204)

Color info

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

RGB color model

#BBD9CC color RGB value is (187,217,204).

  • red value is 187;
  • green value is 217;
  • blue value is 204.
RGB:
(187,217,204)
(73%,85%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 217 of 255 = 85%
B 204 of 255 = 80%

187
217
204

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

Portions of RGB colors in percentages

R + G + B =
187 + 217 + 204 = 608 (100%)
R 187 of 608 ~ 30.76%
G 217 of 608 ~ 35.69%
B 204 of 608 ~ 33.55%

%30.76
%35.69
%33.55

CMYK color model

#BBD9CC color CMYK value is (14,0,6,15).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(14,0,6,15)
C14M0Y6K15 
(14%,0%,6%,15%)
(0.14/0.00/0.06/0.15)	

CMYK percentages

%13.82
%0
%5.99
%14.9

Codes

Color #BBD9CC in popluar color models

BBD9CC
RGB187217204
HSL154°28.30%79.22%
HSB/HSV154°13.82%85.10%
CMYK13.82%0.00%5.99%
14.90%

Color #BBD9CC in popluar number systems.

HEXBBD9CC
Decimal187217204
Binary101110111101100111001100
Octal273331314

Shades and tints

Shades of #BBD9CC

#BBD9CC
(187,217,204)
#AAC6BA
(170,198,186)
#99B3A8
(153,179,168)
#88A096
(136,160,150)
#778D84
(119,141,132)
#667A72
(102,122,114)
#556760
(85,103,96)
#44544E
(68,84,78)
#33413C
(51,65,60)
#222E2A
(34,46,42)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #BBD9CC

#BBD9CC
(187,217,204)
#C1DCD0
(193,220,208)
#C7DFD4
(199,223,212)
#CDE2D8
(205,226,216)
#D3E5DC
(211,229,220)
#D9E8E0
(217,232,224)
#DFEBE4
(223,235,228)
#E5EEE8
(229,238,232)
#EBF1EC
(235,241,236)
#F1F4F0
(241,244,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD9CC color. Also use rgb(187,217,204) instead hex code.

Text Font Color

.myTextColor { color: #BBD9CC; }

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

This text font color is #BBD9CC.


Background Color

.myBgColor { background-color: #BBD9CC; }

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

This div background color is #BBD9CC.


Border color

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

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

This div border color is #BBD9CC.


Opacity

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

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

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

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

This text has shadow with #BBD9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD9CC on black background.


Color preview on white background

This text has color #BBD9CC on white background.



Black color preview on #BBD9CC background

This text has black color on #BBD9CC background.


White color preview on #BBD9CC background

This text has white color on #BBD9CC background.