COLOR #BBA89E

HEX: #BBA89E
RGB: (187,168,158)

Color info

#BBA89E contains red, green and blue colors in about the same proportion. Web safe color of #BBA89E is #CC9999 (or #C99).

RGB color model

#BBA89E color RGB value is (187,168,158).

  • red value is 187;
  • green value is 168;
  • blue value is 158.
RGB:
(187,168,158)
(73%,66%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 158 of 255 = 62%

187
168
158

R + G + B ~ 67%. #BBA89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 158 = 513 (100%)
R 187 of 513 ~ 36.45%
G 168 of 513 ~ 32.75%
B 158 of 513 ~ 30.8%

%36.45
%32.75
%30.8

CMYK color model

#BBA89E color CMYK value is (0,10,16,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,10,16,27)
C0M10Y16K27 
(0%,10%,16%,27%)
(0.00/0.10/0.16/0.27)	

CMYK percentages

%0
%10.16
%15.51
%26.67

Codes

Color #BBA89E in popluar color models

BBA89E
RGB187168158
HSL21°17.58%67.65%
HSB/HSV21°15.51%73.33%
CMYK0.00%10.16%15.51%
26.67%

Color #BBA89E in popluar number systems.

HEXBBA89E
Decimal187168158
Binary101110111010100010011110
Octal273250236

Shades and tints

Shades of #BBA89E

#BBA89E
(187,168,158)
#AA9990
(170,153,144)
#998A82
(153,138,130)
#887B74
(136,123,116)
#776C66
(119,108,102)
#665D58
(102,93,88)
#554E4A
(85,78,74)
#443F3C
(68,63,60)
#33302E
(51,48,46)
#222120
(34,33,32)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BBA89E

#BBA89E
(187,168,158)
#C1AFA6
(193,175,166)
#C7B6AE
(199,182,174)
#CDBDB6
(205,189,182)
#D3C4BE
(211,196,190)
#D9CBC6
(217,203,198)
#DFD2CE
(223,210,206)
#E5D9D6
(229,217,214)
#EBE0DE
(235,224,222)
#F1E7E6
(241,231,230)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA89E color. Also use rgb(187,168,158) instead hex code.

Text Font Color

.myTextColor { color: #BBA89E; }

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

This text font color is #BBA89E.


Background Color

.myBgColor { background-color: #BBA89E; }

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

This div background color is #BBA89E.


Border color

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

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

This div border color is #BBA89E.


Opacity

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

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

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

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

This text has shadow with #BBA89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA89E on black background.


Color preview on white background

This text has color #BBA89E on white background.



Black color preview on #BBA89E background

This text has black color on #BBA89E background.


White color preview on #BBA89E background

This text has white color on #BBA89E background.