COLOR #BBD6BD

HEX: #BBD6BD RGB: (187,214,189)

Color info

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

RGB color model

#BBD6BD color RGB value is (187,214,189).

RGB: (187,214,189) (73%, 84%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 189 of 255 = 74%

187
214
189

R + G + B ~ 77%. #BBD6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 189 = 590 (100%)
R 187 of 590 ~ 31.69%
G 214 of 590 ~ 36.27%
B 189 of 590 ~ 32.03'%

%31.69
%36.27
%32.03

CMYK color model

#BBD6BD color CMYK value is (13,0,12,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 16.08%

CMYK: (13,0,12,16)
C13M0Y12K16 (13%, 0%, 12%, 16%)
(0.13 / 0.00 / 0.12 / 0.16)

CMYK percentages

%12.62
%0
%11.68
%16.08

Codes

Color #BBD6BD in popluar color models

BB D6 BD
RGB 187 214 189
HSL 124° 24.77% 78.63%
HSB/HSV 124° 12.62% 83.92%
CMYK 12.62% 0.00% 11.68%
16.08%

Color #BBD6BD in popluar number systems.

HEX BB D6 BD
Decimal 187 214 189
Binary 10111011 11010110 10111101
Octal 273 326 275

Shades and tints

Shades of #BBD6BD

#BBD6BD
(187,214,189)
#AAC3AC
(170,195,172)
#99B09B
(153,176,155)
#889D8A
(136,157,138)
#778A79
(119,138,121)
#667768
(102,119,104)
#556457
(85,100,87)
#445146
(68,81,70)
#333E35
(51,62,53)
#222B24
(34,43,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBD6BD

#BBD6BD
(187,214,189)
#C1D9C3
(193,217,195)
#C7DCC9
(199,220,201)
#CDDFCF
(205,223,207)
#D3E2D5
(211,226,213)
#D9E5DB
(217,229,219)
#DFE8E1
(223,232,225)
#E5EBE7
(229,235,231)
#EBEEED
(235,238,237)
#F1F1F3
(241,241,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD6BD color. Also use rgb(187,214,189) instead hex code.

Text Font Color

.myTextColor { color: #BBD6BD; }

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

This text font color is #BBD6BD.

Background Color

.myBgColor { background-color: #BBD6BD; }

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

This div background color is #BBD6BD.

Border color

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

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

This div border color is #BBD6BD.

Opacity

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

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

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

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

This text has shadow with #BBD6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD6BD.

Preview

Color preview on black background

This text has color #BBD6BD on black background.


Color preview on white background

This text has color #BBD6BD on white background.


Black color preview on #BBD6BD background

This text has black color on #BBD6BD background.


White color preview on #BBD6BD background

This text has white color on #BBD6BD background.


Related colors

Complementary color

Complementary color for #hex is #442942.


I love getcolorcode.com

Triadic colors

1 #BDBBD6 and #D6BDBB with #BBD6BD are triadic colors.

2 #BDD6BB and #D6BBBD with #BBD6BD are triadic colors.