COLOR #BBC89A

HEX: #BBC89A
RGB: (187,200,154)

Color info

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

RGB color model

#BBC89A color RGB value is (187,200,154).

  • red value is 187;
  • green value is 200;
  • blue value is 154.
RGB:
(187,200,154)
(73%,78%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 154 of 255 = 60%

187
200
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 200 + 154 = 541 (100%)
R 187 of 541 ~ 34.57%
G 200 of 541 ~ 36.97%
B 154 of 541 ~ 28.47%

%34.57
%36.97
%28.47

CMYK color model

#BBC89A color CMYK value is (7,0,23,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 21.57%
CMYK:
(7,0,23,22)
C7M0Y23K22 
(7%,0%,23%,22%)
(0.07/0.00/0.23/0.22)	

CMYK percentages

%6.5
%0
%23
%21.57

Codes

Color #BBC89A in popluar color models

BBC89A
RGB187200154
HSL77°29.49%69.41%
HSB/HSV77°23.00%78.43%
CMYK6.50%0.00%23.00%
21.57%

Color #BBC89A in popluar number systems.

HEXBBC89A
Decimal187200154
Binary101110111100100010011010
Octal273310232

Shades and tints

Shades of #BBC89A

#BBC89A
(187,200,154)
#AAB68C
(170,182,140)
#99A47E
(153,164,126)
#889270
(136,146,112)
#778062
(119,128,98)
#666E54
(102,110,84)
#555C46
(85,92,70)
#444A38
(68,74,56)
#33382A
(51,56,42)
#22261C
(34,38,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #BBC89A

#BBC89A
(187,200,154)
#C1CDA3
(193,205,163)
#C7D2AC
(199,210,172)
#CDD7B5
(205,215,181)
#D3DCBE
(211,220,190)
#D9E1C7
(217,225,199)
#DFE6D0
(223,230,208)
#E5EBD9
(229,235,217)
#EBF0E2
(235,240,226)
#F1F5EB
(241,245,235)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC89A color. Also use rgb(187,200,154) instead hex code.

Text Font Color

.myTextColor { color: #BBC89A; }

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

This text font color is #BBC89A.


Background Color

.myBgColor { background-color: #BBC89A; }

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

This div background color is #BBC89A.


Border color

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

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

This div border color is #BBC89A.


Opacity

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

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

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

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

This text has shadow with #BBC89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC89A on black background.


Color preview on white background

This text has color #BBC89A on white background.



Black color preview on #BBC89A background

This text has black color on #BBC89A background.


White color preview on #BBC89A background

This text has white color on #BBC89A background.