COLOR #BBD7AB

HEX: #BBD7AB
RGB: (187,215,171)

Color info

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

RGB color model

#BBD7AB color RGB value is (187,215,171).

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

RGB channels and saturation

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

187
215
171

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

Portions of RGB colors in percentages

R + G + B =
187 + 215 + 171 = 573 (100%)
R 187 of 573 ~ 32.64%
G 215 of 573 ~ 37.52%
B 171 of 573 ~ 29.84%

%32.64
%37.52
%29.84

CMYK color model

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

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • 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.47
%15.69

Codes

Color #BBD7AB in popluar color models

BBD7AB
RGB187215171
HSL98°35.48%75.69%
HSB/HSV98°20.47%84.31%
CMYK13.02%0.00%20.47%
15.69%

Color #BBD7AB in popluar number systems.

HEXBBD7AB
Decimal187215171
Binary101110111101011110101011
Octal273327253

Shades and tints

Shades of #BBD7AB

#BBD7AB
(187,215,171)
#AAC49C
(170,196,156)
#99B18D
(153,177,141)
#889E7E
(136,158,126)
#778B6F
(119,139,111)
#667860
(102,120,96)
#556551
(85,101,81)
#445242
(68,82,66)
#333F33
(51,63,51)
#222C24
(34,44,36)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBD7AB

#BBD7AB
(187,215,171)
#C1DAB2
(193,218,178)
#C7DDB9
(199,221,185)
#CDE0C0
(205,224,192)
#D3E3C7
(211,227,199)
#D9E6CE
(217,230,206)
#DFE9D5
(223,233,213)
#E5ECDC
(229,236,220)
#EBEFE3
(235,239,227)
#F1F2EA
(241,242,234)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD7AB; }

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

This text font color is #BBD7AB.


Background Color

.myBgColor { background-color: #BBD7AB; }

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

This div background color is #BBD7AB.


Border color

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

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

This div border color is #BBD7AB.


Opacity

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

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

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

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

This text has shadow with #BBD7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD7AB on black background.


Color preview on white background

This text has color #BBD7AB on white background.



Black color preview on #BBD7AB background

This text has black color on #BBD7AB background.


White color preview on #BBD7AB background

This text has white color on #BBD7AB background.