COLOR #BBAEAB

HEX: #BBAEAB
RGB: (187,174,171)

Color info

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

RGB color model

#BBAEAB color RGB value is (187,174,171).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 171 of 255 = 67%

187
174
171

R + G + B ~ 69%. #BBAEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 171 = 532 (100%)
R 187 of 532 ~ 35.15%
G 174 of 532 ~ 32.71%
B 171 of 532 ~ 32.14%

%35.15
%32.71
%32.14

CMYK color model

#BBAEAB color CMYK value is (0,7,9,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(0,7,9,27)
C0M7Y9K27 
(0%,7%,9%,27%)
(0.00/0.07/0.09/0.27)	

CMYK percentages

%0
%6.95
%8.56
%26.67

Codes

Color #BBAEAB in popluar color models

BBAEAB
RGB187174171
HSL11°10.53%70.20%
HSB/HSV11°8.56%73.33%
CMYK0.00%6.95%8.56%
26.67%

Color #BBAEAB in popluar number systems.

HEXBBAEAB
Decimal187174171
Binary101110111010111010101011
Octal273256253

Shades and tints

Shades of #BBAEAB

#BBAEAB
(187,174,171)
#AA9F9C
(170,159,156)
#99908D
(153,144,141)
#88817E
(136,129,126)
#77726F
(119,114,111)
#666360
(102,99,96)
#555451
(85,84,81)
#444542
(68,69,66)
#333633
(51,54,51)
#222724
(34,39,36)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBAEAB

#BBAEAB
(187,174,171)
#C1B5B2
(193,181,178)
#C7BCB9
(199,188,185)
#CDC3C0
(205,195,192)
#D3CAC7
(211,202,199)
#D9D1CE
(217,209,206)
#DFD8D5
(223,216,213)
#E5DFDC
(229,223,220)
#EBE6E3
(235,230,227)
#F1EDEA
(241,237,234)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEAB; }

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

This text font color is #BBAEAB.


Background Color

.myBgColor { background-color: #BBAEAB; }

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

This div background color is #BBAEAB.


Border color

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

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

This div border color is #BBAEAB.


Opacity

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

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

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

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

This text has shadow with #BBAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAEAB on black background.


Color preview on white background

This text has color #BBAEAB on white background.



Black color preview on #BBAEAB background

This text has black color on #BBAEAB background.


White color preview on #BBAEAB background

This text has white color on #BBAEAB background.