COLOR #BBA8A3

HEX: #BBA8A3
RGB: (187,168,163)

Color info

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

RGB color model

#BBA8A3 color RGB value is (187,168,163).

  • red value is 187;
  • green value is 168;
  • blue value is 163.
RGB:
(187,168,163)
(73%,66%,64%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 163 of 255 = 64%

187
168
163

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

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 163 = 518 (100%)
R 187 of 518 ~ 36.1%
G 168 of 518 ~ 32.43%
B 163 of 518 ~ 31.47%

%36.1
%32.43
%31.47

CMYK color model

#BBA8A3 color CMYK value is (0,10,13,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 12.83%
  • key color value is 26.67%
CMYK:
(0,10,13,27)
C0M10Y13K27 
(0%,10%,13%,27%)
(0.00/0.10/0.13/0.27)	

CMYK percentages

%0
%10.16
%12.83
%26.67

Codes

Color #BBA8A3 in popluar color models

BBA8A3
RGB187168163
HSL13°15.00%68.63%
HSB/HSV13°12.83%73.33%
CMYK0.00%10.16%12.83%
26.67%

Color #BBA8A3 in popluar number systems.

HEXBBA8A3
Decimal187168163
Binary101110111010100010100011
Octal273250243

Shades and tints

Shades of #BBA8A3

#BBA8A3
(187,168,163)
#AA9995
(170,153,149)
#998A87
(153,138,135)
#887B79
(136,123,121)
#776C6B
(119,108,107)
#665D5D
(102,93,93)
#554E4F
(85,78,79)
#443F41
(68,63,65)
#333033
(51,48,51)
#222125
(34,33,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #BBA8A3

#BBA8A3
(187,168,163)
#C1AFAB
(193,175,171)
#C7B6B3
(199,182,179)
#CDBDBB
(205,189,187)
#D3C4C3
(211,196,195)
#D9CBCB
(217,203,203)
#DFD2D3
(223,210,211)
#E5D9DB
(229,217,219)
#EBE0E3
(235,224,227)
#F1E7EB
(241,231,235)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA8A3 color. Also use rgb(187,168,163) instead hex code.

Text Font Color

.myTextColor { color: #BBA8A3; }

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

This text font color is #BBA8A3.


Background Color

.myBgColor { background-color: #BBA8A3; }

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

This div background color is #BBA8A3.


Border color

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

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

This div border color is #BBA8A3.


Opacity

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

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

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

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

This text has shadow with #BBA8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA8A3 on black background.


Color preview on white background

This text has color #BBA8A3 on white background.



Black color preview on #BBA8A3 background

This text has black color on #BBA8A3 background.


White color preview on #BBA8A3 background

This text has white color on #BBA8A3 background.