COLOR #BBDCB0

HEX: #BBDCB0
RGB: (187,220,176)

Color info

#BBDCB0 contains red, green and blue colors in about the same proportion. Web safe color of #BBDCB0 is #CCCC99 (or #CC9).

RGB color model

#BBDCB0 color RGB value is (187,220,176).

  • red value is 187;
  • green value is 220;
  • blue value is 176.
RGB:
(187,220,176)
(73%,86%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 176 of 255 = 69%

187
220
176

R + G + B ~ 76%. #BBDCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 176 = 583 (100%)
R 187 of 583 ~ 32.08%
G 220 of 583 ~ 37.74%
B 176 of 583 ~ 30.19%

%32.08
%37.74
%30.19

CMYK color model

#BBDCB0 color CMYK value is (15,0,20,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 13.73%
CMYK:
(15,0,20,14)
C15M0Y20K14 
(15%,0%,20%,14%)
(0.15/0.00/0.20/0.14)	

CMYK percentages

%15
%0
%20
%13.73

Codes

Color #BBDCB0 in popluar color models

BBDCB0
RGB187220176
HSL105°38.60%77.65%
HSB/HSV105°20.00%86.27%
CMYK15.00%0.00%20.00%
13.73%

Color #BBDCB0 in popluar number systems.

HEXBBDCB0
Decimal187220176
Binary101110111101110010110000
Octal273334260

Shades and tints

Shades of #BBDCB0

#BBDCB0
(187,220,176)
#AAC8A0
(170,200,160)
#99B490
(153,180,144)
#88A080
(136,160,128)
#778C70
(119,140,112)
#667860
(102,120,96)
#556450
(85,100,80)
#445040
(68,80,64)
#333C30
(51,60,48)
#222820
(34,40,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBDCB0

#BBDCB0
(187,220,176)
#C1DFB7
(193,223,183)
#C7E2BE
(199,226,190)
#CDE5C5
(205,229,197)
#D3E8CC
(211,232,204)
#D9EBD3
(217,235,211)
#DFEEDA
(223,238,218)
#E5F1E1
(229,241,225)
#EBF4E8
(235,244,232)
#F1F7EF
(241,247,239)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDCB0 color. Also use rgb(187,220,176) instead hex code.

Text Font Color

.myTextColor { color: #BBDCB0; }

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

This text font color is #BBDCB0.


Background Color

.myBgColor { background-color: #BBDCB0; }

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

This div background color is #BBDCB0.


Border color

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

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

This div border color is #BBDCB0.


Opacity

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

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

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

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

This text has shadow with #BBDCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCB0 on black background.


Color preview on white background

This text has color #BBDCB0 on white background.



Black color preview on #BBDCB0 background

This text has black color on #BBDCB0 background.


White color preview on #BBDCB0 background

This text has white color on #BBDCB0 background.