COLOR #BBA0A7

HEX: #BBA0A7 RGB: (187,160,167)

Color info

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

RGB color model

#BBA0A7 color RGB value is (187,160,167).

RGB: (187,160,167) (73%, 63%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 167 of 255 = 65%

187
160
167

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

Portions of RGB colors in percentages

R + G + B = 187 + 160 + 167 = 514 (100%)
R 187 of 514 ~ 36.38%
G 160 of 514 ~ 31.13%
B 167 of 514 ~ 32.49'%

%36.38
%31.13
%32.49

CMYK color model

#BBA0A7 color CMYK value is (0,14,11,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 10.70%
  • key color value is 26.67%

CMYK: (0,14,11,27)
C0M14Y11K27 (0%, 14%, 11%, 27%)
(0.00 / 0.14 / 0.11 / 0.27)

CMYK percentages

%0
%14.44
%10.7
%26.67

Codes

Color #BBA0A7 in popluar color models

BB A0 A7
RGB 187 160 167
HSL 344° 16.56% 68.04%
HSB/HSV 344° 14.44% 73.33%
CMYK 0.00% 14.44% 10.70%
26.67%

Color #BBA0A7 in popluar number systems.

HEX BB A0 A7
Decimal 187 160 167
Binary 10111011 10100000 10100111
Octal 273 240 247

Shades and tints

Shades of #BBA0A7

#BBA0A7
(187,160,167)
#AA9298
(170,146,152)
#998489
(153,132,137)
#88767A
(136,118,122)
#77686B
(119,104,107)
#665A5C
(102,90,92)
#554C4D
(85,76,77)
#443E3E
(68,62,62)
#33302F
(51,48,47)
#222220
(34,34,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #BBA0A7

#BBA0A7
(187,160,167)
#C1A8AF
(193,168,175)
#C7B0B7
(199,176,183)
#CDB8BF
(205,184,191)
#D3C0C7
(211,192,199)
#D9C8CF
(217,200,207)
#DFD0D7
(223,208,215)
#E5D8DF
(229,216,223)
#EBE0E7
(235,224,231)
#F1E8EF
(241,232,239)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA0A7 color. Also use rgb(187,160,167) instead hex code.

Text Font Color

.myTextColor { color: #BBA0A7; }

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

This text font color is #BBA0A7.

Background Color

.myBgColor { background-color: #BBA0A7; }

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

This div background color is #BBA0A7.

Border color

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

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

This div border color is #BBA0A7.

Opacity

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

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

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

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

This text has shadow with #BBA0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA0A7.

Preview

Color preview on black background

This text has color #BBA0A7 on black background.


Color preview on white background

This text has color #BBA0A7 on white background.


Black color preview on #BBA0A7 background

This text has black color on #BBA0A7 background.


White color preview on #BBA0A7 background

This text has white color on #BBA0A7 background.


Related colors

Complementary color

Complementary color for #hex is #445F58.


I love getcolorcode.com

Triadic colors

1 #A7BBA0 and #A0A7BB with #BBA0A7 are triadic colors.

2 #A7A0BB and #A0BBA7 with #BBA0A7 are triadic colors.