COLOR #BBAEA1

HEX: #BBAEA1
RGB: (187,174,161)

Color info

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

RGB color model

#BBAEA1 color RGB value is (187,174,161).

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

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 161 of 255 = 63%

187
174
161

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

Portions of RGB colors in percentages

R + G + B =
187 + 174 + 161 = 522 (100%)
R 187 of 522 ~ 35.82%
G 174 of 522 ~ 33.33%
B 161 of 522 ~ 30.84%

%35.82
%33.33
%30.84

CMYK color model

#BBAEA1 color CMYK value is (0,7,14,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(0,7,14,27)
C0M7Y14K27 
(0%,7%,14%,27%)
(0.00/0.07/0.14/0.27)	

CMYK percentages

%0
%6.95
%13.9
%26.67

Codes

Color #BBAEA1 in popluar color models

BBAEA1
RGB187174161
HSL30°16.05%68.24%
HSB/HSV30°13.90%73.33%
CMYK0.00%6.95%13.90%
26.67%

Color #BBAEA1 in popluar number systems.

HEXBBAEA1
Decimal187174161
Binary101110111010111010100001
Octal273256241

Shades and tints

Shades of #BBAEA1

#BBAEA1
(187,174,161)
#AA9F93
(170,159,147)
#999085
(153,144,133)
#888177
(136,129,119)
#777269
(119,114,105)
#66635B
(102,99,91)
#55544D
(85,84,77)
#44453F
(68,69,63)
#333631
(51,54,49)
#222723
(34,39,35)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBAEA1

#BBAEA1
(187,174,161)
#C1B5A9
(193,181,169)
#C7BCB1
(199,188,177)
#CDC3B9
(205,195,185)
#D3CAC1
(211,202,193)
#D9D1C9
(217,209,201)
#DFD8D1
(223,216,209)
#E5DFD9
(229,223,217)
#EBE6E1
(235,230,225)
#F1EDE9
(241,237,233)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEA1; }

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

This text font color is #BBAEA1.


Background Color

.myBgColor { background-color: #BBAEA1; }

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

This div background color is #BBAEA1.


Border color

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

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

This div border color is #BBAEA1.


Opacity

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

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

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

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

This text has shadow with #BBAEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAEA1 on black background.


Color preview on white background

This text has color #BBAEA1 on white background.



Black color preview on #BBAEA1 background

This text has black color on #BBAEA1 background.


White color preview on #BBAEA1 background

This text has white color on #BBAEA1 background.