COLOR #BBD99C

HEX: #BBD99C RGB: (187,217,156)

Color info

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

RGB color model

#BBD99C color RGB value is (187,217,156).

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

RGB channels and saturation

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

187
217
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 217 + 156 = 560 (100%)
R 187 of 560 ~ 33.39%
G 217 of 560 ~ 38.75%
B 156 of 560 ~ 27.86'%

%33.39
%38.75
%27.86

CMYK color model

#BBD99C color CMYK value is (14,0,28,15).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (14,0,28,15)
C14M0Y28K15 (14%, 0%, 28%, 15%)
(0.14 / 0.00 / 0.28 / 0.15)

CMYK percentages

%13.82
%0
%28.11
%14.9

Codes

Color #BBD99C in popluar color models

BB D9 9C
RGB 187 217 156
HSL 90° 44.53% 73.14%
HSB/HSV 90° 28.11% 85.10%
CMYK 13.82% 0.00% 28.11%
14.90%

Color #BBD99C in popluar number systems.

HEX BB D9 9C
Decimal 187 217 156
Binary 10111011 11011001 10011100
Octal 273 331 234

Shades and tints

Shades of #BBD99C

#BBD99C
(187,217,156)
#AAC68E
(170,198,142)
#99B380
(153,179,128)
#88A072
(136,160,114)
#778D64
(119,141,100)
#667A56
(102,122,86)
#556748
(85,103,72)
#44543A
(68,84,58)
#33412C
(51,65,44)
#222E1E
(34,46,30)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #BBD99C

#BBD99C
(187,217,156)
#C1DCA5
(193,220,165)
#C7DFAE
(199,223,174)
#CDE2B7
(205,226,183)
#D3E5C0
(211,229,192)
#D9E8C9
(217,232,201)
#DFEBD2
(223,235,210)
#E5EEDB
(229,238,219)
#EBF1E4
(235,241,228)
#F1F4ED
(241,244,237)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD99C; }

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

This text font color is #BBD99C.

Background Color

.myBgColor { background-color: #BBD99C; }

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

This div background color is #BBD99C.

Border color

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

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

This div border color is #BBD99C.

Opacity

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

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

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

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

This text has shadow with #BBD99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD99C.

Preview

Color preview on black background

This text has color #BBD99C on black background.


Color preview on white background

This text has color #BBD99C on white background.


Black color preview on #BBD99C background

This text has black color on #BBD99C background.


White color preview on #BBD99C background

This text has white color on #BBD99C background.


Related colors

Complementary color

Complementary color for #hex is #442663.


I love getcolorcode.com

Triadic colors

1 #9CBBD9 and #D99CBB with #BBD99C are triadic colors.

2 #9CD9BB and #D9BB9C with #BBD99C are triadic colors.