COLOR #BBD89F

HEX: #BBD89F RGB: (187,216,159)

Color info

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

RGB color model

#BBD89F color RGB value is (187,216,159).

RGB: (187,216,159) (73%, 85%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 159 of 255 = 62%

187
216
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 159 = 562 (100%)
R 187 of 562 ~ 33.27%
G 216 of 562 ~ 38.43%
B 159 of 562 ~ 28.29'%

%33.27
%38.43
%28.29

CMYK color model

#BBD89F color CMYK value is (13,0,26,15).

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

CMYK: (13,0,26,15)
C13M0Y26K15 (13%, 0%, 26%, 15%)
(0.13 / 0.00 / 0.26 / 0.15)

CMYK percentages

%13.43
%0
%26.39
%15.29

Codes

Color #BBD89F in popluar color models

BB D8 9F
RGB 187 216 159
HSL 91° 42.22% 73.53%
HSB/HSV 91° 26.39% 84.71%
CMYK 13.43% 0.00% 26.39%
15.29%

Color #BBD89F in popluar number systems.

HEX BB D8 9F
Decimal 187 216 159
Binary 10111011 11011000 10011111
Octal 273 330 237

Shades and tints

Shades of #BBD89F

#BBD89F
(187,216,159)
#AAC591
(170,197,145)
#99B283
(153,178,131)
#889F75
(136,159,117)
#778C67
(119,140,103)
#667959
(102,121,89)
#55664B
(85,102,75)
#44533D
(68,83,61)
#33402F
(51,64,47)
#222D21
(34,45,33)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBD89F

#BBD89F
(187,216,159)
#C1DBA7
(193,219,167)
#C7DEAF
(199,222,175)
#CDE1B7
(205,225,183)
#D3E4BF
(211,228,191)
#D9E7C7
(217,231,199)
#DFEACF
(223,234,207)
#E5EDD7
(229,237,215)
#EBF0DF
(235,240,223)
#F1F3E7
(241,243,231)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD89F; }

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

This text font color is #BBD89F.

Background Color

.myBgColor { background-color: #BBD89F; }

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

This div background color is #BBD89F.

Border color

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

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

This div border color is #BBD89F.

Opacity

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

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

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

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

This text has shadow with #BBD89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD89F.

Preview

Color preview on black background

This text has color #BBD89F on black background.


Color preview on white background

This text has color #BBD89F on white background.


Black color preview on #BBD89F background

This text has black color on #BBD89F background.


White color preview on #BBD89F background

This text has white color on #BBD89F background.


Related colors

Complementary color

Complementary color for #hex is #442760.


I love getcolorcode.com

Triadic colors

1 #9FBBD8 and #D89FBB with #BBD89F are triadic colors.

2 #9FD8BB and #D8BB9F with #BBD89F are triadic colors.