COLOR #BBD8B0

HEX: #BBD8B0 RGB: (187,216,176)

Color info

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

RGB color model

#BBD8B0 color RGB value is (187,216,176).

RGB: (187,216,176) (73%, 85%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 176 of 255 = 69%

187
216
176

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

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 176 = 579 (100%)
R 187 of 579 ~ 32.3%
G 216 of 579 ~ 37.31%
B 176 of 579 ~ 30.4'%

%32.3
%37.31
%30.4

CMYK color model

#BBD8B0 color CMYK value is (13,0,19,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 15.29%

CMYK: (13,0,19,15)
C13M0Y19K15 (13%, 0%, 19%, 15%)
(0.13 / 0.00 / 0.19 / 0.15)

CMYK percentages

%13.43
%0
%18.52
%15.29

Codes

Color #BBD8B0 in popluar color models

BB D8 B0
RGB 187 216 176
HSL 104° 33.90% 76.86%
HSB/HSV 104° 18.52% 84.71%
CMYK 13.43% 0.00% 18.52%
15.29%

Color #BBD8B0 in popluar number systems.

HEX BB D8 B0
Decimal 187 216 176
Binary 10111011 11011000 10110000
Octal 273 330 260

Shades and tints

Shades of #BBD8B0

#BBD8B0
(187,216,176)
#AAC5A0
(170,197,160)
#99B290
(153,178,144)
#889F80
(136,159,128)
#778C70
(119,140,112)
#667960
(102,121,96)
#556650
(85,102,80)
#445340
(68,83,64)
#334030
(51,64,48)
#222D20
(34,45,32)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #BBD8B0

#BBD8B0
(187,216,176)
#C1DBB7
(193,219,183)
#C7DEBE
(199,222,190)
#CDE1C5
(205,225,197)
#D3E4CC
(211,228,204)
#D9E7D3
(217,231,211)
#DFEADA
(223,234,218)
#E5EDE1
(229,237,225)
#EBF0E8
(235,240,232)
#F1F3EF
(241,243,239)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD8B0; }

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

This text font color is #BBD8B0.

Background Color

.myBgColor { background-color: #BBD8B0; }

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

This div background color is #BBD8B0.

Border color

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

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

This div border color is #BBD8B0.

Opacity

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

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

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

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

This text has shadow with #BBD8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD8B0.

Preview

Color preview on black background

This text has color #BBD8B0 on black background.


Color preview on white background

This text has color #BBD8B0 on white background.


Black color preview on #BBD8B0 background

This text has black color on #BBD8B0 background.


White color preview on #BBD8B0 background

This text has white color on #BBD8B0 background.


Related colors

Complementary color

Complementary color for #hex is #44274F.


I love getcolorcode.com

Triadic colors

1 #B0BBD8 and #D8B0BB with #BBD8B0 are triadic colors.

2 #B0D8BB and #D8BBB0 with #BBD8B0 are triadic colors.