COLOR #BBAE9E

HEX: #BBAE9E
RGB: (187,174,158)

Color info

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

RGB color model

#BBAE9E color RGB value is (187,174,158).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 158 of 255 = 62%

187
174
158

R + G + B ~ 68%. #BBAE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 158 = 519 (100%)
R 187 of 519 ~ 36.03%
G 174 of 519 ~ 33.53%
B 158 of 519 ~ 30.44%

%36.03
%33.53
%30.44

CMYK color model

#BBAE9E color CMYK value is (0,7,16,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 15.51%
  • key color value is 26.67%
CMYK:
(0,7,16,27)
C0M7Y16K27 
(0%,7%,16%,27%)
(0.00/0.07/0.16/0.27)	

CMYK percentages

%0
%6.95
%15.51
%26.67

Codes

Color #BBAE9E in popluar color models

BBAE9E
RGB187174158
HSL33°17.58%67.65%
HSB/HSV33°15.51%73.33%
CMYK0.00%6.95%15.51%
26.67%

Color #BBAE9E in popluar number systems.

HEXBBAE9E
Decimal187174158
Binary101110111010111010011110
Octal273256236

Shades and tints

Shades of #BBAE9E

#BBAE9E
(187,174,158)
#AA9F90
(170,159,144)
#999082
(153,144,130)
#888174
(136,129,116)
#777266
(119,114,102)
#666358
(102,99,88)
#55544A
(85,84,74)
#44453C
(68,69,60)
#33362E
(51,54,46)
#222720
(34,39,32)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBAE9E

#BBAE9E
(187,174,158)
#C1B5A6
(193,181,166)
#C7BCAE
(199,188,174)
#CDC3B6
(205,195,182)
#D3CABE
(211,202,190)
#D9D1C6
(217,209,198)
#DFD8CE
(223,216,206)
#E5DFD6
(229,223,214)
#EBE6DE
(235,230,222)
#F1EDE6
(241,237,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAE9E; }

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

This text font color is #BBAE9E.


Background Color

.myBgColor { background-color: #BBAE9E; }

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

This div background color is #BBAE9E.


Border color

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

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

This div border color is #BBAE9E.


Opacity

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

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

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

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

This text has shadow with #BBAE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAE9E on black background.


Color preview on white background

This text has color #BBAE9E on white background.



Black color preview on #BBAE9E background

This text has black color on #BBAE9E background.


White color preview on #BBAE9E background

This text has white color on #BBAE9E background.