COLOR #BBAC93

HEX: #BBAC93 RGB: (187,172,147)

Color info

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

RGB color model

#BBAC93 color RGB value is (187,172,147).

RGB: (187,172,147) (73%, 67%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 172 of 255 = 67%
B 147 of 255 = 58%

187
172
147

R + G + B ~ 66%. #BBAC93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 172 + 147 = 506 (100%)
R 187 of 506 ~ 36.96%
G 172 of 506 ~ 33.99%
B 147 of 506 ~ 29.05'%

%36.96
%33.99
%29.05

CMYK color model

#BBAC93 color CMYK value is (0,8,21,27).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 21.39%
  • key color value is 26.67%

CMYK: (0,8,21,27)
C0M8Y21K27 (0%, 8%, 21%, 27%)
(0.00 / 0.08 / 0.21 / 0.27)

CMYK percentages

%0
%8.02
%21.39
%26.67

Codes

Color #BBAC93 in popluar color models

BB AC 93
RGB 187 172 147
HSL 38° 22.73% 65.49%
HSB/HSV 38° 21.39% 73.33%
CMYK 0.00% 8.02% 21.39%
26.67%

Color #BBAC93 in popluar number systems.

HEX BB AC 93
Decimal 187 172 147
Binary 10111011 10101100 10010011
Octal 273 254 223

Shades and tints

Shades of #BBAC93

#BBAC93
(187,172,147)
#AA9D86
(170,157,134)
#998E79
(153,142,121)
#887F6C
(136,127,108)
#77705F
(119,112,95)
#666152
(102,97,82)
#555245
(85,82,69)
#444338
(68,67,56)
#33342B
(51,52,43)
#22251E
(34,37,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #BBAC93

#BBAC93
(187,172,147)
#C1B39C
(193,179,156)
#C7BAA5
(199,186,165)
#CDC1AE
(205,193,174)
#D3C8B7
(211,200,183)
#D9CFC0
(217,207,192)
#DFD6C9
(223,214,201)
#E5DDD2
(229,221,210)
#EBE4DB
(235,228,219)
#F1EBE4
(241,235,228)
#F7F2ED
(247,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAC93 color. Also use rgb(187,172,147) instead hex code.

Text Font Color

.myTextColor { color: #BBAC93; }

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

This text font color is #BBAC93.

Background Color

.myBgColor { background-color: #BBAC93; }

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

This div background color is #BBAC93.

Border color

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

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

This div border color is #BBAC93.

Opacity

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

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

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

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

This text has shadow with #BBAC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAC93.

Preview

Color preview on black background

This text has color #BBAC93 on black background.


Color preview on white background

This text has color #BBAC93 on white background.


Black color preview on #BBAC93 background

This text has black color on #BBAC93 background.


White color preview on #BBAC93 background

This text has white color on #BBAC93 background.


Related colors

Complementary color

Complementary color for #hex is #44536C.


I love getcolorcode.com

Triadic colors

1 #93BBAC and #AC93BB with #BBAC93 are triadic colors.

2 #93ACBB and #ACBB93 with #BBAC93 are triadic colors.