COLOR #BBD0CB

HEX: #BBD0CB
RGB: (187,208,203)

Color info

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

RGB color model

#BBD0CB color RGB value is (187,208,203).

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

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 203 of 255 = 80%

187
208
203

R + G + B ~ 78%. #BBD0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 208 + 203 = 598 (100%)
R 187 of 598 ~ 31.27%
G 208 of 598 ~ 34.78%
B 203 of 598 ~ 33.95%

%31.27
%34.78
%33.95

CMYK color model

#BBD0CB color CMYK value is (10,0,2,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(10,0,2,18)
C10M0Y2K18 
(10%,0%,2%,18%)
(0.10/0.00/0.02/0.18)	

CMYK percentages

%10.1
%0
%2.4
%18.43

Codes

Color #BBD0CB in popluar color models

BBD0CB
RGB187208203
HSL166°18.26%77.45%
HSB/HSV166°10.10%81.57%
CMYK10.10%0.00%2.40%
18.43%

Color #BBD0CB in popluar number systems.

HEXBBD0CB
Decimal187208203
Binary101110111101000011001011
Octal273320313

Shades and tints

Shades of #BBD0CB

#BBD0CB
(187,208,203)
#AABEB9
(170,190,185)
#99ACA7
(153,172,167)
#889A95
(136,154,149)
#778883
(119,136,131)
#667671
(102,118,113)
#55645F
(85,100,95)
#44524D
(68,82,77)
#33403B
(51,64,59)
#222E29
(34,46,41)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #BBD0CB

#BBD0CB
(187,208,203)
#C1D4CF
(193,212,207)
#C7D8D3
(199,216,211)
#CDDCD7
(205,220,215)
#D3E0DB
(211,224,219)
#D9E4DF
(217,228,223)
#DFE8E3
(223,232,227)
#E5ECE7
(229,236,231)
#EBF0EB
(235,240,235)
#F1F4EF
(241,244,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD0CB; }

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

This text font color is #BBD0CB.


Background Color

.myBgColor { background-color: #BBD0CB; }

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

This div background color is #BBD0CB.


Border color

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

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

This div border color is #BBD0CB.


Opacity

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

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

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

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

This text has shadow with #BBD0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD0CB on black background.


Color preview on white background

This text has color #BBD0CB on white background.



Black color preview on #BBD0CB background

This text has black color on #BBD0CB background.


White color preview on #BBD0CB background

This text has white color on #BBD0CB background.