COLOR #BBA7AF

HEX: #BBA7AF
RGB: (187,167,175)

Color info

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

RGB color model

#BBA7AF color RGB value is (187,167,175).

  • red value is 187;
  • green value is 167;
  • blue value is 175.
RGB:
(187,167,175)
(73%,65%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 175 of 255 = 69%

187
167
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 175 = 529 (100%)
R 187 of 529 ~ 35.35%
G 167 of 529 ~ 31.57%
B 175 of 529 ~ 33.08%

%35.35
%31.57
%33.08

CMYK color model

#BBA7AF color CMYK value is (0,11,6,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK:
(0,11,6,27)
C0M11Y6K27 
(0%,11%,6%,27%)
(0.00/0.11/0.06/0.27)	

CMYK percentages

%0
%10.7
%6.42
%26.67

Codes

Color #BBA7AF in popluar color models

BBA7AF
RGB187167175
HSL336°12.82%69.41%
HSB/HSV336°10.70%73.33%
CMYK0.00%10.70%6.42%
26.67%

Color #BBA7AF in popluar number systems.

HEXBBA7AF
Decimal187167175
Binary101110111010011110101111
Octal273247257

Shades and tints

Shades of #BBA7AF

#BBA7AF
(187,167,175)
#AA98A0
(170,152,160)
#998991
(153,137,145)
#887A82
(136,122,130)
#776B73
(119,107,115)
#665C64
(102,92,100)
#554D55
(85,77,85)
#443E46
(68,62,70)
#332F37
(51,47,55)
#222028
(34,32,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #BBA7AF

#BBA7AF
(187,167,175)
#C1AFB6
(193,175,182)
#C7B7BD
(199,183,189)
#CDBFC4
(205,191,196)
#D3C7CB
(211,199,203)
#D9CFD2
(217,207,210)
#DFD7D9
(223,215,217)
#E5DFE0
(229,223,224)
#EBE7E7
(235,231,231)
#F1EFEE
(241,239,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA7AF; }

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

This text font color is #BBA7AF.


Background Color

.myBgColor { background-color: #BBA7AF; }

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

This div background color is #BBA7AF.


Border color

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

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

This div border color is #BBA7AF.


Opacity

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

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

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

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

This text has shadow with #BBA7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA7AF on black background.


Color preview on white background

This text has color #BBA7AF on white background.



Black color preview on #BBA7AF background

This text has black color on #BBA7AF background.


White color preview on #BBA7AF background

This text has white color on #BBA7AF background.