COLOR #BBD7AD

HEX: #BBD7AD
RGB: (187,215,173)

Color info

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

RGB color model

#BBD7AD color RGB value is (187,215,173).

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

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 173 of 255 = 68%

187
215
173

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

Portions of RGB colors in percentages

R + G + B =
187 + 215 + 173 = 575 (100%)
R 187 of 575 ~ 32.52%
G 215 of 575 ~ 37.39%
B 173 of 575 ~ 30.09%

%32.52
%37.39
%30.09

CMYK color model

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

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

Codes

Color #BBD7AD in popluar color models

BBD7AD
RGB187215173
HSL100°34.43%76.08%
HSB/HSV100°19.53%84.31%
CMYK13.02%0.00%19.53%
15.69%

Color #BBD7AD in popluar number systems.

HEXBBD7AD
Decimal187215173
Binary101110111101011110101101
Octal273327255

Shades and tints

Shades of #BBD7AD

#BBD7AD
(187,215,173)
#AAC49E
(170,196,158)
#99B18F
(153,177,143)
#889E80
(136,158,128)
#778B71
(119,139,113)
#667862
(102,120,98)
#556553
(85,101,83)
#445244
(68,82,68)
#333F35
(51,63,53)
#222C26
(34,44,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #BBD7AD

#BBD7AD
(187,215,173)
#C1DAB4
(193,218,180)
#C7DDBB
(199,221,187)
#CDE0C2
(205,224,194)
#D3E3C9
(211,227,201)
#D9E6D0
(217,230,208)
#DFE9D7
(223,233,215)
#E5ECDE
(229,236,222)
#EBEFE5
(235,239,229)
#F1F2EC
(241,242,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD7AD; }

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

This text font color is #BBD7AD.


Background Color

.myBgColor { background-color: #BBD7AD; }

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

This div background color is #BBD7AD.


Border color

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

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

This div border color is #BBD7AD.


Opacity

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

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

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

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

This text has shadow with #BBD7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD7AD on black background.


Color preview on white background

This text has color #BBD7AD on white background.



Black color preview on #BBD7AD background

This text has black color on #BBD7AD background.


White color preview on #BBD7AD background

This text has white color on #BBD7AD background.