COLOR #BBB4A8

HEX: #BBB4A8
RGB: (187,180,168)

Color info

#BBB4A8 contains red, green and blue colors in about the same proportion. Web safe color of #BBB4A8 is #CCCC99 (or #CC9).

RGB color model

#BBB4A8 color RGB value is (187,180,168).

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

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 168 of 255 = 66%

187
180
168

R + G + B ~ 70%. #BBB4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 168 = 535 (100%)
R 187 of 535 ~ 34.95%
G 180 of 535 ~ 33.64%
B 168 of 535 ~ 31.4%

%34.95
%33.64
%31.4

CMYK color model

#BBB4A8 color CMYK value is (0,4,10,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK: (0,4,10,27) C0M4Y10K27 (0%,4%,10%,27%) (0.00/0.04/0.10/0.27)

CMYK percentages

%0
%3.74
%10.16
%26.67

Codes

Color #BBB4A8 in popluar color models

BBB4A8
RGB187180168
HSL38°12.26%69.61%
HSB/HSV38°10.16%73.33%
CMYK0.00%3.74%10.16%
26.67%

Color #BBB4A8 in popluar number systems.

HEXBBB4A8
Decimal187180168
Binary101110111011010010101000
Octal273264250

Shades and tints

Shades of #BBB4A8

#BBB4A8
(187,180,168)
#AAA499
(170,164,153)
#99948A
(153,148,138)
#88847B
(136,132,123)
#77746C
(119,116,108)
#66645D
(102,100,93)
#55544E
(85,84,78)
#44443F
(68,68,63)
#333430
(51,52,48)
#222421
(34,36,33)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBB4A8

#BBB4A8
(187,180,168)
#C1BAAF
(193,186,175)
#C7C0B6
(199,192,182)
#CDC6BD
(205,198,189)
#D3CCC4
(211,204,196)
#D9D2CB
(217,210,203)
#DFD8D2
(223,216,210)
#E5DED9
(229,222,217)
#EBE4E0
(235,228,224)
#F1EAE7
(241,234,231)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB4A8; }

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

This text font color is #BBB4A8.


Background Color

.myBgColor { background-color: #BBB4A8; }

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

This div background color is #BBB4A8.


Border color

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

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

This div border color is #BBB4A8.


Opacity

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

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

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

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

This text has shadow with #BBB4A8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBB4A8 on black background.


Color preview on white background

This text has color #BBB4A8 on white background.



Black color preview on #BBB4A8 background

This text has black color on #BBB4A8 background.


White color preview on #BBB4A8 background

This text has white color on #BBB4A8 background.