COLOR #BBC6A5

HEX: #BBC6A5
RGB: (187,198,165)

Color info

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

RGB color model

#BBC6A5 color RGB value is (187,198,165).

  • red value is 187;
  • green value is 198;
  • blue value is 165.
RGB:
(187,198,165)
(73%,78%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 165 of 255 = 65%

187
198
165

R + G + B ~ 72%. #BBC6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 198 + 165 = 550 (100%)
R 187 of 550 ~ 34%
G 198 of 550 ~ 36%
B 165 of 550 ~ 30%

%34
%36
%30

CMYK color model

#BBC6A5 color CMYK value is (6,0,17,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(6,0,17,22)
C6M0Y17K22 
(6%,0%,17%,22%)
(0.06/0.00/0.17/0.22)	

CMYK percentages

%5.56
%0
%16.67
%22.35

Codes

Color #BBC6A5 in popluar color models

BBC6A5
RGB187198165
HSL80°22.45%71.18%
HSB/HSV80°16.67%77.65%
CMYK5.56%0.00%16.67%
22.35%

Color #BBC6A5 in popluar number systems.

HEXBBC6A5
Decimal187198165
Binary101110111100011010100101
Octal273306245

Shades and tints

Shades of #BBC6A5

#BBC6A5
(187,198,165)
#AAB496
(170,180,150)
#99A287
(153,162,135)
#889078
(136,144,120)
#777E69
(119,126,105)
#666C5A
(102,108,90)
#555A4B
(85,90,75)
#44483C
(68,72,60)
#33362D
(51,54,45)
#22241E
(34,36,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BBC6A5

#BBC6A5
(187,198,165)
#C1CBAD
(193,203,173)
#C7D0B5
(199,208,181)
#CDD5BD
(205,213,189)
#D3DAC5
(211,218,197)
#D9DFCD
(217,223,205)
#DFE4D5
(223,228,213)
#E5E9DD
(229,233,221)
#EBEEE5
(235,238,229)
#F1F3ED
(241,243,237)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC6A5 color. Also use rgb(187,198,165) instead hex code.

Text Font Color

.myTextColor { color: #BBC6A5; }

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

This text font color is #BBC6A5.


Background Color

.myBgColor { background-color: #BBC6A5; }

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

This div background color is #BBC6A5.


Border color

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

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

This div border color is #BBC6A5.


Opacity

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

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

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

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

This text has shadow with #BBC6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6A5 on black background.


Color preview on white background

This text has color #BBC6A5 on white background.



Black color preview on #BBC6A5 background

This text has black color on #BBC6A5 background.


White color preview on #BBC6A5 background

This text has white color on #BBC6A5 background.