COLOR #BBC09C

HEX: #BBC09C
RGB: (187,192,156)

Color info

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

RGB color model

#BBC09C color RGB value is (187,192,156).

  • red value is 187;
  • green value is 192;
  • blue value is 156.
RGB:
(187,192,156)
(73%,75%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 156 of 255 = 61%

187
192
156

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

Portions of RGB colors in percentages

R + G + B =
187 + 192 + 156 = 535 (100%)
R 187 of 535 ~ 34.95%
G 192 of 535 ~ 35.89%
B 156 of 535 ~ 29.16%

%34.95
%35.89
%29.16

CMYK color model

#BBC09C color CMYK value is (3,0,19,25).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(3,0,19,25)
C3M0Y19K25 
(3%,0%,19%,25%)
(0.03/0.00/0.19/0.25)	

CMYK percentages

%2.6
%0
%18.75
%24.71

Codes

Color #BBC09C in popluar color models

BBC09C
RGB187192156
HSL68°22.22%68.24%
HSB/HSV68°18.75%75.29%
CMYK2.60%0.00%18.75%
24.71%

Color #BBC09C in popluar number systems.

HEXBBC09C
Decimal187192156
Binary101110111100000010011100
Octal273300234

Shades and tints

Shades of #BBC09C

#BBC09C
(187,192,156)
#AAAF8E
(170,175,142)
#999E80
(153,158,128)
#888D72
(136,141,114)
#777C64
(119,124,100)
#666B56
(102,107,86)
#555A48
(85,90,72)
#44493A
(68,73,58)
#33382C
(51,56,44)
#22271E
(34,39,30)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BBC09C

#BBC09C
(187,192,156)
#C1C5A5
(193,197,165)
#C7CAAE
(199,202,174)
#CDCFB7
(205,207,183)
#D3D4C0
(211,212,192)
#D9D9C9
(217,217,201)
#DFDED2
(223,222,210)
#E5E3DB
(229,227,219)
#EBE8E4
(235,232,228)
#F1EDED
(241,237,237)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC09C; }

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

This text font color is #BBC09C.


Background Color

.myBgColor { background-color: #BBC09C; }

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

This div background color is #BBC09C.


Border color

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

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

This div border color is #BBC09C.


Opacity

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

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

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

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

This text has shadow with #BBC09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC09C on black background.


Color preview on white background

This text has color #BBC09C on white background.



Black color preview on #BBC09C background

This text has black color on #BBC09C background.


White color preview on #BBC09C background

This text has white color on #BBC09C background.