COLOR #BBD881

HEX: #BBD881 RGB: (187,216,129)

Color info

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

RGB color model

#BBD881 color RGB value is (187,216,129).

RGB: (187,216,129) (73%, 85%, 51%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 129 of 255 = 51%

187
216
129

R + G + B ~ 70%. #BBD881 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 129 = 532 (100%)
R 187 of 532 ~ 35.15%
G 216 of 532 ~ 40.6%
B 129 of 532 ~ 24.25'%

%35.15
%40.6
%24.25

CMYK color model

#BBD881 color CMYK value is (13,0,40,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 15.29%
CMYK: (13,0,40,15) C13M0Y40K15 (13%,0%,40%,15%) (0.13/0.00/0.40/0.15) 

CMYK percentages

%13.43
%0
%40.28
%15.29

Codes

Color #BBD881 in popluar color models

BB D8 81
RGB 187 216 129
HSL 80° 52.73% 67.65%
HSB/HSV 80° 40.28% 84.71%
CMYK 13.43% 0.00% 40.28%
15.29%

Color #BBD881 in popluar number systems.

HEX BB D8 81
Decimal 187 216 129
Binary 10111011 11011000 10000001
Octal 273 330 201

Shades and tints

Shades of #BBD881

#BBD881
(187,216,129)
#AAC576
(170,197,118)
#99B26B
(153,178,107)
#889F60
(136,159,96)
#778C55
(119,140,85)
#66794A
(102,121,74)
#55663F
(85,102,63)
#445334
(68,83,52)
#334029
(51,64,41)
#222D1E
(34,45,30)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBD881

#BBD881
(187,216,129)
#C1DB8C
(193,219,140)
#C7DE97
(199,222,151)
#CDE1A2
(205,225,162)
#D3E4AD
(211,228,173)
#D9E7B8
(217,231,184)
#DFEAC3
(223,234,195)
#E5EDCE
(229,237,206)
#EBF0D9
(235,240,217)
#F1F3E4
(241,243,228)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD881; }

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

This text font color is #BBD881.

Background Color

.myBgColor { background-color: #BBD881; }

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

This div background color is #BBD881.

Border color

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

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

This div border color is #BBD881.

Opacity

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

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

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

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

This text has shadow with #BBD881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD881.

Preview

Color preview on black background

This text has color #BBD881 on black background.


Color preview on white background

This text has color #BBD881 on white background.


Black color preview on #BBD881 background

This text has black color on #BBD881 background.


White color preview on #BBD881 background

This text has white color on #BBD881 background.


Related colors

Complementary color

Complementary color for #hex is #44277E.


I love getcolorcode.com

Triadic colors

1 #81BBD8 and #D881BB with #BBD881 are triadic colors.

2 #81D8BB and #D8BB81 with #BBD881 are triadic colors.