COLOR #BBD09B

HEX: #BBD09B
RGB: (187,208,155)

Color info

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

RGB color model

#BBD09B color RGB value is (187,208,155).

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

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 155 of 255 = 61%

187
208
155

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

Portions of RGB colors in percentages

R + G + B =
187 + 208 + 155 = 550 (100%)
R 187 of 550 ~ 34%
G 208 of 550 ~ 37.82%
B 155 of 550 ~ 28.18%

%34
%37.82
%28.18

CMYK color model

#BBD09B color CMYK value is (10,0,25,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(10,0,25,18)
C10M0Y25K18 
(10%,0%,25%,18%)
(0.10/0.00/0.25/0.18)	

CMYK percentages

%10.1
%0
%25.48
%18.43

Codes

Color #BBD09B in popluar color models

BBD09B
RGB187208155
HSL84°36.05%71.18%
HSB/HSV84°25.48%81.57%
CMYK10.10%0.00%25.48%
18.43%

Color #BBD09B in popluar number systems.

HEXBBD09B
Decimal187208155
Binary101110111101000010011011
Octal273320233

Shades and tints

Shades of #BBD09B

#BBD09B
(187,208,155)
#AABE8D
(170,190,141)
#99AC7F
(153,172,127)
#889A71
(136,154,113)
#778863
(119,136,99)
#667655
(102,118,85)
#556447
(85,100,71)
#445239
(68,82,57)
#33402B
(51,64,43)
#222E1D
(34,46,29)
#111C0F
(17,28,15)
#000000
(0,0,0)

Tints of #BBD09B

#BBD09B
(187,208,155)
#C1D4A4
(193,212,164)
#C7D8AD
(199,216,173)
#CDDCB6
(205,220,182)
#D3E0BF
(211,224,191)
#D9E4C8
(217,228,200)
#DFE8D1
(223,232,209)
#E5ECDA
(229,236,218)
#EBF0E3
(235,240,227)
#F1F4EC
(241,244,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD09B; }

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

This text font color is #BBD09B.


Background Color

.myBgColor { background-color: #BBD09B; }

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

This div background color is #BBD09B.


Border color

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

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

This div border color is #BBD09B.


Opacity

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

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

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

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

This text has shadow with #BBD09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD09B on black background.


Color preview on white background

This text has color #BBD09B on white background.



Black color preview on #BBD09B background

This text has black color on #BBD09B background.


White color preview on #BBD09B background

This text has white color on #BBD09B background.