COLOR #BBD39B

HEX: #BBD39B
RGB: (187,211,155)

Color info

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

RGB color model

#BBD39B color RGB value is (187,211,155).

  • red value is 187;
  • green value is 211;
  • blue value is 155.
RGB: (187,211,155) (73%,83%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 155 of 255 = 61%

187
211
155

R + G + B ~ 72%. #BBD39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 211 + 155 = 553 (100%)
R 187 of 553 ~ 33.82%
G 211 of 553 ~ 38.16%
B 155 of 553 ~ 28.03%

%33.82
%38.16
%28.03

CMYK color model

#BBD39B color CMYK value is (11,0,27,17).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK: (11,0,27,17) C11M0Y27K17 (11%,0%,27%,17%) (0.11/0.00/0.27/0.17)

CMYK percentages

%11.37
%0
%26.54
%17.25

Codes

Color #BBD39B in popluar color models

BBD39B
RGB187211155
HSL86°38.89%71.76%
HSB/HSV86°26.54%82.75%
CMYK11.37%0.00%26.54%
17.25%

Color #BBD39B in popluar number systems.

HEXBBD39B
Decimal187211155
Binary101110111101001110011011
Octal273323233

Shades and tints

Shades of #BBD39B

#BBD39B
(187,211,155)
#AAC08D
(170,192,141)
#99AD7F
(153,173,127)
#889A71
(136,154,113)
#778763
(119,135,99)
#667455
(102,116,85)
#556147
(85,97,71)
#444E39
(68,78,57)
#333B2B
(51,59,43)
#22281D
(34,40,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #BBD39B

#BBD39B
(187,211,155)
#C1D7A4
(193,215,164)
#C7DBAD
(199,219,173)
#CDDFB6
(205,223,182)
#D3E3BF
(211,227,191)
#D9E7C8
(217,231,200)
#DFEBD1
(223,235,209)
#E5EFDA
(229,239,218)
#EBF3E3
(235,243,227)
#F1F7EC
(241,247,236)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD39B color. Also use rgb(187,211,155) instead hex code.

Text Font Color

.myTextColor { color: #BBD39B; }

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

This text font color is #BBD39B.


Background Color

.myBgColor { background-color: #BBD39B; }

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

This div background color is #BBD39B.


Border color

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

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

This div border color is #BBD39B.


Opacity

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

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

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

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

This text has shadow with #BBD39B color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BBD39B; -webkit-box-shadow:	1px 1px 3px 2px #BBD39B; box-shadow:	1px 1px 3px 2px #BBD39B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BBD39B; -webkit-box-shadow: 1px 1px 3px 2px #BBD39B; box-shadow:1px 1px 3px 2px #BBD39B;">
Div content here</div>
This div box has shadow with color #BBD39B.

Preview

Color preview on black background

This text has color #BBD39B on black background.


Color preview on white background

This text has color #BBD39B on white background.



Black color preview on #BBD39B background

This text has black color on #BBD39B background.


White color preview on #BBD39B background

This text has white color on #BBD39B background.