COLOR #BBD7AC

HEX: #BBD7AC
RGB: (187,215,172)

Color info

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

RGB color model

#BBD7AC color RGB value is (187,215,172).

  • red value is 187;
  • green value is 215;
  • blue value is 172.
RGB:
(187,215,172)
(73%,84%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 172 of 255 = 67%

187
215
172

R + G + B ~ 75%. #BBD7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 215 + 172 = 574 (100%)
R 187 of 574 ~ 32.58%
G 215 of 574 ~ 37.46%
B 172 of 574 ~ 29.97%

%32.58
%37.46
%29.97

CMYK color model

#BBD7AC color CMYK value is (13,0,20,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(13,0,20,16)
C13M0Y20K16 
(13%,0%,20%,16%)
(0.13/0.00/0.20/0.16)	

CMYK percentages

%13.02
%0
%20
%15.69

Codes

Color #BBD7AC in popluar color models

BBD7AC
RGB187215172
HSL99°34.96%75.88%
HSB/HSV99°20.00%84.31%
CMYK13.02%0.00%20.00%
15.69%

Color #BBD7AC in popluar number systems.

HEXBBD7AC
Decimal187215172
Binary101110111101011110101100
Octal273327254

Shades and tints

Shades of #BBD7AC

#BBD7AC
(187,215,172)
#AAC49D
(170,196,157)
#99B18E
(153,177,142)
#889E7F
(136,158,127)
#778B70
(119,139,112)
#667861
(102,120,97)
#556552
(85,101,82)
#445243
(68,82,67)
#333F34
(51,63,52)
#222C25
(34,44,37)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBD7AC

#BBD7AC
(187,215,172)
#C1DAB3
(193,218,179)
#C7DDBA
(199,221,186)
#CDE0C1
(205,224,193)
#D3E3C8
(211,227,200)
#D9E6CF
(217,230,207)
#DFE9D6
(223,233,214)
#E5ECDD
(229,236,221)
#EBEFE4
(235,239,228)
#F1F2EB
(241,242,235)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD7AC color. Also use rgb(187,215,172) instead hex code.

Text Font Color

.myTextColor { color: #BBD7AC; }

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

This text font color is #BBD7AC.


Background Color

.myBgColor { background-color: #BBD7AC; }

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

This div background color is #BBD7AC.


Border color

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

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

This div border color is #BBD7AC.


Opacity

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

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

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

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

This text has shadow with #BBD7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD7AC on black background.


Color preview on white background

This text has color #BBD7AC on white background.



Black color preview on #BBD7AC background

This text has black color on #BBD7AC background.


White color preview on #BBD7AC background

This text has white color on #BBD7AC background.