COLOR #BBA8AE

HEX: #BBA8AE
RGB: (187,168,174)

Color info

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

RGB color model

#BBA8AE color RGB value is (187,168,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 174 of 255 = 68%

187
168
174

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

Portions of RGB colors in percentages

R + G + B =
187 + 168 + 174 = 529 (100%)
R 187 of 529 ~ 35.35%
G 168 of 529 ~ 31.76%
B 174 of 529 ~ 32.89%

%35.35
%31.76
%32.89

CMYK color model

#BBA8AE color CMYK value is (0,10,7,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(0,10,7,27)
C0M10Y7K27 
(0%,10%,7%,27%)
(0.00/0.10/0.07/0.27)	

CMYK percentages

%0
%10.16
%6.95
%26.67

Codes

Color #BBA8AE in popluar color models

BBA8AE
RGB187168174
HSL341°12.26%69.61%
HSB/HSV341°10.16%73.33%
CMYK0.00%10.16%6.95%
26.67%

Color #BBA8AE in popluar number systems.

HEXBBA8AE
Decimal187168174
Binary101110111010100010101110
Octal273250256

Shades and tints

Shades of #BBA8AE

#BBA8AE
(187,168,174)
#AA999F
(170,153,159)
#998A90
(153,138,144)
#887B81
(136,123,129)
#776C72
(119,108,114)
#665D63
(102,93,99)
#554E54
(85,78,84)
#443F45
(68,63,69)
#333036
(51,48,54)
#222127
(34,33,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBA8AE

#BBA8AE
(187,168,174)
#C1AFB5
(193,175,181)
#C7B6BC
(199,182,188)
#CDBDC3
(205,189,195)
#D3C4CA
(211,196,202)
#D9CBD1
(217,203,209)
#DFD2D8
(223,210,216)
#E5D9DF
(229,217,223)
#EBE0E6
(235,224,230)
#F1E7ED
(241,231,237)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA8AE; }

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

This text font color is #BBA8AE.


Background Color

.myBgColor { background-color: #BBA8AE; }

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

This div background color is #BBA8AE.


Border color

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

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

This div border color is #BBA8AE.


Opacity

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

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

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

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

This text has shadow with #BBA8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA8AE on black background.


Color preview on white background

This text has color #BBA8AE on white background.



Black color preview on #BBA8AE background

This text has black color on #BBA8AE background.


White color preview on #BBA8AE background

This text has white color on #BBA8AE background.