COLOR #BBD89C

HEX: #BBD89C RGB: (187,216,156)

Color info

#BBD89C contains mainly red and green colors. Web safe color of #BBD89C is #CCCC99 (or #CC9).

RGB color model

#BBD89C color RGB value is (187,216,156).

RGB: (187,216,156) (73%, 85%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 156 of 255 = 61%

187
216
156

R + G + B ~ 73%. #BBD89C is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 156 = 559 (100%)
R 187 of 559 ~ 33.45%
G 216 of 559 ~ 38.64%
B 156 of 559 ~ 27.91'%

%33.45
%38.64
%27.91

CMYK color model

#BBD89C color CMYK value is (13,0,28,15).

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

CMYK: (13,0,28,15)
C13M0Y28K15 (13%, 0%, 28%, 15%)
(0.13 / 0.00 / 0.28 / 0.15)

CMYK percentages

%13.43
%0
%27.78
%15.29

Codes

Color #BBD89C in popluar color models

BB D8 9C
RGB 187 216 156
HSL 89° 43.48% 72.94%
HSB/HSV 89° 27.78% 84.71%
CMYK 13.43% 0.00% 27.78%
15.29%

Color #BBD89C in popluar number systems.

HEX BB D8 9C
Decimal 187 216 156
Binary 10111011 11011000 10011100
Octal 273 330 234

Shades and tints

Shades of #BBD89C

#BBD89C
(187,216,156)
#AAC58E
(170,197,142)
#99B280
(153,178,128)
#889F72
(136,159,114)
#778C64
(119,140,100)
#667956
(102,121,86)
#556648
(85,102,72)
#44533A
(68,83,58)
#33402C
(51,64,44)
#222D1E
(34,45,30)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #BBD89C

#BBD89C
(187,216,156)
#C1DBA5
(193,219,165)
#C7DEAE
(199,222,174)
#CDE1B7
(205,225,183)
#D3E4C0
(211,228,192)
#D9E7C9
(217,231,201)
#DFEAD2
(223,234,210)
#E5EDDB
(229,237,219)
#EBF0E4
(235,240,228)
#F1F3ED
(241,243,237)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD89C; }

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

This text font color is #BBD89C.

Background Color

.myBgColor { background-color: #BBD89C; }

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

This div background color is #BBD89C.

Border color

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

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

This div border color is #BBD89C.

Opacity

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

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

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

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

This text has shadow with #BBD89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD89C.

Preview

Color preview on black background

This text has color #BBD89C on black background.


Color preview on white background

This text has color #BBD89C on white background.


Black color preview on #BBD89C background

This text has black color on #BBD89C background.


White color preview on #BBD89C background

This text has white color on #BBD89C background.


Related colors

Complementary color

Complementary color for #hex is #442763.


I love getcolorcode.com

Triadic colors

1 #9CBBD8 and #D89CBB with #BBD89C are triadic colors.

2 #9CD8BB and #D8BB9C with #BBD89C are triadic colors.