COLOR #BBD2A2

HEX: #BBD2A2
RGB: (187,210,162)

Color info

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

RGB color model

#BBD2A2 color RGB value is (187,210,162).

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

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 162 of 255 = 64%

187
210
162

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

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 162 = 559 (100%)
R 187 of 559 ~ 33.45%
G 210 of 559 ~ 37.57%
B 162 of 559 ~ 28.98%

%33.45
%37.57
%28.98

CMYK color model

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

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 17.65%
CMYK:
(11,0,23,18)
C11M0Y23K18 
(11%,0%,23%,18%)
(0.11/0.00/0.23/0.18)	

CMYK percentages

%10.95
%0
%22.86
%17.65

Codes

Color #BBD2A2 in popluar color models

BBD2A2
RGB187210162
HSL89°34.78%72.94%
HSB/HSV89°22.86%82.35%
CMYK10.95%0.00%22.86%
17.65%

Color #BBD2A2 in popluar number systems.

HEXBBD2A2
Decimal187210162
Binary101110111101001010100010
Octal273322242

Shades and tints

Shades of #BBD2A2

#BBD2A2
(187,210,162)
#AABF94
(170,191,148)
#99AC86
(153,172,134)
#889978
(136,153,120)
#77866A
(119,134,106)
#66735C
(102,115,92)
#55604E
(85,96,78)
#444D40
(68,77,64)
#333A32
(51,58,50)
#222724
(34,39,36)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBD2A2

#BBD2A2
(187,210,162)
#C1D6AA
(193,214,170)
#C7DAB2
(199,218,178)
#CDDEBA
(205,222,186)
#D3E2C2
(211,226,194)
#D9E6CA
(217,230,202)
#DFEAD2
(223,234,210)
#E5EEDA
(229,238,218)
#EBF2E2
(235,242,226)
#F1F6EA
(241,246,234)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2A2; }

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

This text font color is #BBD2A2.


Background Color

.myBgColor { background-color: #BBD2A2; }

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

This div background color is #BBD2A2.


Border color

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

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

This div border color is #BBD2A2.


Opacity

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

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

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

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

This text has shadow with #BBD2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2A2 on black background.


Color preview on white background

This text has color #BBD2A2 on white background.



Black color preview on #BBD2A2 background

This text has black color on #BBD2A2 background.


White color preview on #BBD2A2 background

This text has white color on #BBD2A2 background.