COLOR #BBD5CB

HEX: #BBD5CB
RGB: (187,213,203)

Color info

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

RGB color model

#BBD5CB color RGB value is (187,213,203).

  • red value is 187;
  • green value is 213;
  • blue value is 203.
RGB:
(187,213,203)
(73%,84%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 203 of 255 = 80%

187
213
203

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

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 203 = 603 (100%)
R 187 of 603 ~ 31.01%
G 213 of 603 ~ 35.32%
B 203 of 603 ~ 33.67%

%31.01
%35.32
%33.67

CMYK color model

#BBD5CB color CMYK value is (12,0,5,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(12,0,5,16)
C12M0Y5K16 
(12%,0%,5%,16%)
(0.12/0.00/0.05/0.16)	

CMYK percentages

%12.21
%0
%4.69
%16.47

Codes

Color #BBD5CB in popluar color models

BBD5CB
RGB187213203
HSL157°23.64%78.43%
HSB/HSV157°12.21%83.53%
CMYK12.21%0.00%4.69%
16.47%

Color #BBD5CB in popluar number systems.

HEXBBD5CB
Decimal187213203
Binary101110111101010111001011
Octal273325313

Shades and tints

Shades of #BBD5CB

#BBD5CB
(187,213,203)
#AAC2B9
(170,194,185)
#99AFA7
(153,175,167)
#889C95
(136,156,149)
#778983
(119,137,131)
#667671
(102,118,113)
#55635F
(85,99,95)
#44504D
(68,80,77)
#333D3B
(51,61,59)
#222A29
(34,42,41)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBD5CB

#BBD5CB
(187,213,203)
#C1D8CF
(193,216,207)
#C7DBD3
(199,219,211)
#CDDED7
(205,222,215)
#D3E1DB
(211,225,219)
#D9E4DF
(217,228,223)
#DFE7E3
(223,231,227)
#E5EAE7
(229,234,231)
#EBEDEB
(235,237,235)
#F1F0EF
(241,240,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD5CB color. Also use rgb(187,213,203) instead hex code.

Text Font Color

.myTextColor { color: #BBD5CB; }

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

This text font color is #BBD5CB.


Background Color

.myBgColor { background-color: #BBD5CB; }

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

This div background color is #BBD5CB.


Border color

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

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

This div border color is #BBD5CB.


Opacity

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

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

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

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

This text has shadow with #BBD5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD5CB on black background.


Color preview on white background

This text has color #BBD5CB on white background.



Black color preview on #BBD5CB background

This text has black color on #BBD5CB background.


White color preview on #BBD5CB background

This text has white color on #BBD5CB background.