COLOR #BBCBA6

HEX: #BBCBA6
RGB: (187,203,166)

Color info

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

RGB color model

#BBCBA6 color RGB value is (187,203,166).

  • red value is 187;
  • green value is 203;
  • blue value is 166.
RGB:
(187,203,166)
(73%,80%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 166 of 255 = 65%

187
203
166

R + G + B ~ 73%. #BBCBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 203 + 166 = 556 (100%)
R 187 of 556 ~ 33.63%
G 203 of 556 ~ 36.51%
B 166 of 556 ~ 29.86%

%33.63
%36.51
%29.86

CMYK color model

#BBCBA6 color CMYK value is (8,0,18,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(8,0,18,20)
C8M0Y18K20 
(8%,0%,18%,20%)
(0.08/0.00/0.18/0.20)	

CMYK percentages

%7.88
%0
%18.23
%20.39

Codes

Color #BBCBA6 in popluar color models

BBCBA6
RGB187203166
HSL86°26.24%72.35%
HSB/HSV86°18.23%79.61%
CMYK7.88%0.00%18.23%
20.39%

Color #BBCBA6 in popluar number systems.

HEXBBCBA6
Decimal187203166
Binary101110111100101110100110
Octal273313246

Shades and tints

Shades of #BBCBA6

#BBCBA6
(187,203,166)
#AAB997
(170,185,151)
#99A788
(153,167,136)
#889579
(136,149,121)
#77836A
(119,131,106)
#66715B
(102,113,91)
#555F4C
(85,95,76)
#444D3D
(68,77,61)
#333B2E
(51,59,46)
#22291F
(34,41,31)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBCBA6

#BBCBA6
(187,203,166)
#C1CFAE
(193,207,174)
#C7D3B6
(199,211,182)
#CDD7BE
(205,215,190)
#D3DBC6
(211,219,198)
#D9DFCE
(217,223,206)
#DFE3D6
(223,227,214)
#E5E7DE
(229,231,222)
#EBEBE6
(235,235,230)
#F1EFEE
(241,239,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCBA6 color. Also use rgb(187,203,166) instead hex code.

Text Font Color

.myTextColor { color: #BBCBA6; }

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

This text font color is #BBCBA6.


Background Color

.myBgColor { background-color: #BBCBA6; }

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

This div background color is #BBCBA6.


Border color

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

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

This div border color is #BBCBA6.


Opacity

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

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

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

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

This text has shadow with #BBCBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCBA6 on black background.


Color preview on white background

This text has color #BBCBA6 on white background.



Black color preview on #BBCBA6 background

This text has black color on #BBCBA6 background.


White color preview on #BBCBA6 background

This text has white color on #BBCBA6 background.