COLOR #BBD2AD

HEX: #BBD2AD
RGB: (187,210,173)

Color info

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

RGB color model

#BBD2AD color RGB value is (187,210,173).

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

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 173 of 255 = 68%

187
210
173

R + G + B ~ 74%. #BBD2AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 173 = 570 (100%)
R 187 of 570 ~ 32.81%
G 210 of 570 ~ 36.84%
B 173 of 570 ~ 30.35%

%32.81
%36.84
%30.35

CMYK color model

#BBD2AD color CMYK value is (11,0,18,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%
CMYK:
(11,0,18,18)
C11M0Y18K18 
(11%,0%,18%,18%)
(0.11/0.00/0.18/0.18)	

CMYK percentages

%10.95
%0
%17.62
%17.65

Codes

Color #BBD2AD in popluar color models

BBD2AD
RGB187210173
HSL97°29.13%75.10%
HSB/HSV97°17.62%82.35%
CMYK10.95%0.00%17.62%
17.65%

Color #BBD2AD in popluar number systems.

HEXBBD2AD
Decimal187210173
Binary101110111101001010101101
Octal273322255

Shades and tints

Shades of #BBD2AD

#BBD2AD
(187,210,173)
#AABF9E
(170,191,158)
#99AC8F
(153,172,143)
#889980
(136,153,128)
#778671
(119,134,113)
#667362
(102,115,98)
#556053
(85,96,83)
#444D44
(68,77,68)
#333A35
(51,58,53)
#222726
(34,39,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #BBD2AD

#BBD2AD
(187,210,173)
#C1D6B4
(193,214,180)
#C7DABB
(199,218,187)
#CDDEC2
(205,222,194)
#D3E2C9
(211,226,201)
#D9E6D0
(217,230,208)
#DFEAD7
(223,234,215)
#E5EEDE
(229,238,222)
#EBF2E5
(235,242,229)
#F1F6EC
(241,246,236)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2AD; }

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

This text font color is #BBD2AD.


Background Color

.myBgColor { background-color: #BBD2AD; }

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

This div background color is #BBD2AD.


Border color

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

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

This div border color is #BBD2AD.


Opacity

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

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

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

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

This text has shadow with #BBD2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2AD on black background.


Color preview on white background

This text has color #BBD2AD on white background.



Black color preview on #BBD2AD background

This text has black color on #BBD2AD background.


White color preview on #BBD2AD background

This text has white color on #BBD2AD background.