COLOR #BBC7AA

HEX: #BBC7AA
RGB: (187,199,170)

Color info

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

RGB color model

#BBC7AA color RGB value is (187,199,170).

  • red value is 187;
  • green value is 199;
  • blue value is 170.
RGB:
(187,199,170)
(73%,78%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 170 of 255 = 67%

187
199
170

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

Portions of RGB colors in percentages

R + G + B =
187 + 199 + 170 = 556 (100%)
R 187 of 556 ~ 33.63%
G 199 of 556 ~ 35.79%
B 170 of 556 ~ 30.58%

%33.63
%35.79
%30.58

CMYK color model

#BBC7AA color CMYK value is (6,0,15,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(6,0,15,22)
C6M0Y15K22 
(6%,0%,15%,22%)
(0.06/0.00/0.15/0.22)	

CMYK percentages

%6.03
%0
%14.57
%21.96

Codes

Color #BBC7AA in popluar color models

BBC7AA
RGB187199170
HSL85°20.57%72.35%
HSB/HSV85°14.57%78.04%
CMYK6.03%0.00%14.57%
21.96%

Color #BBC7AA in popluar number systems.

HEXBBC7AA
Decimal187199170
Binary101110111100011110101010
Octal273307252

Shades and tints

Shades of #BBC7AA

#BBC7AA
(187,199,170)
#AAB59B
(170,181,155)
#99A38C
(153,163,140)
#88917D
(136,145,125)
#777F6E
(119,127,110)
#666D5F
(102,109,95)
#555B50
(85,91,80)
#444941
(68,73,65)
#333732
(51,55,50)
#222523
(34,37,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBC7AA

#BBC7AA
(187,199,170)
#C1CCB1
(193,204,177)
#C7D1B8
(199,209,184)
#CDD6BF
(205,214,191)
#D3DBC6
(211,219,198)
#D9E0CD
(217,224,205)
#DFE5D4
(223,229,212)
#E5EADB
(229,234,219)
#EBEFE2
(235,239,226)
#F1F4E9
(241,244,233)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC7AA color. Also use rgb(187,199,170) instead hex code.

Text Font Color

.myTextColor { color: #BBC7AA; }

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

This text font color is #BBC7AA.


Background Color

.myBgColor { background-color: #BBC7AA; }

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

This div background color is #BBC7AA.


Border color

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

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

This div border color is #BBC7AA.


Opacity

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

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

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

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

This text has shadow with #BBC7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC7AA on black background.


Color preview on white background

This text has color #BBC7AA on white background.



Black color preview on #BBC7AA background

This text has black color on #BBC7AA background.


White color preview on #BBC7AA background

This text has white color on #BBC7AA background.