COLOR #BBA7AD

HEX: #BBA7AD RGB: (187,167,173)

Color info

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

RGB color model

#BBA7AD color RGB value is (187,167,173).

RGB: (187,167,173) (73%, 65%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 173 of 255 = 68%

187
167
173

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

Portions of RGB colors in percentages

R + G + B = 187 + 167 + 173 = 527 (100%)
R 187 of 527 ~ 35.48%
G 167 of 527 ~ 31.69%
B 173 of 527 ~ 32.83'%

%35.48
%31.69
%32.83

CMYK color model

#BBA7AD color CMYK value is (0,11,7,27).

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

CMYK: (0,11,7,27)
C0M11Y7K27 (0%, 11%, 7%, 27%)
(0.00 / 0.11 / 0.07 / 0.27)

CMYK percentages

%0
%10.7
%7.49
%26.67

Codes

Color #BBA7AD in popluar color models

BB A7 AD
RGB 187 167 173
HSL 342° 12.82% 69.41%
HSB/HSV 342° 10.70% 73.33%
CMYK 0.00% 10.70% 7.49%
26.67%

Color #BBA7AD in popluar number systems.

HEX BB A7 AD
Decimal 187 167 173
Binary 10111011 10100111 10101101
Octal 273 247 255

Shades and tints

Shades of #BBA7AD

#BBA7AD
(187,167,173)
#AA989E
(170,152,158)
#99898F
(153,137,143)
#887A80
(136,122,128)
#776B71
(119,107,113)
#665C62
(102,92,98)
#554D53
(85,77,83)
#443E44
(68,62,68)
#332F35
(51,47,53)
#222026
(34,32,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BBA7AD

#BBA7AD
(187,167,173)
#C1AFB4
(193,175,180)
#C7B7BB
(199,183,187)
#CDBFC2
(205,191,194)
#D3C7C9
(211,199,201)
#D9CFD0
(217,207,208)
#DFD7D7
(223,215,215)
#E5DFDE
(229,223,222)
#EBE7E5
(235,231,229)
#F1EFEC
(241,239,236)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7AD; }

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

This text font color is #BBA7AD.

Background Color

.myBgColor { background-color: #BBA7AD; }

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

This div background color is #BBA7AD.

Border color

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

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

This div border color is #BBA7AD.

Opacity

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

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

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

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

This text has shadow with #BBA7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA7AD.

Preview

Color preview on black background

This text has color #BBA7AD on black background.


Color preview on white background

This text has color #BBA7AD on white background.


Black color preview on #BBA7AD background

This text has black color on #BBA7AD background.


White color preview on #BBA7AD background

This text has white color on #BBA7AD background.


Related colors

Complementary color

Complementary color for #hex is #445852.


I love getcolorcode.com

Triadic colors

1 #ADBBA7 and #A7ADBB with #BBA7AD are triadic colors.

2 #ADA7BB and #A7BBAD with #BBA7AD are triadic colors.