COLOR #BBDCAB

HEX: #BBDCAB
RGB: (187,220,171)

Color info

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

RGB color model

#BBDCAB color RGB value is (187,220,171).

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

RGB channels and saturation

R 187 of 255 = 73%
G 220 of 255 = 86%
B 171 of 255 = 67%

187
220
171

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

Portions of RGB colors in percentages

R + G + B =
187 + 220 + 171 = 578 (100%)
R 187 of 578 ~ 32.35%
G 220 of 578 ~ 38.06%
B 171 of 578 ~ 29.58%

%32.35
%38.06
%29.58

CMYK color model

#BBDCAB color CMYK value is (15,0,22,14).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(15,0,22,14)
C15M0Y22K14 
(15%,0%,22%,14%)
(0.15/0.00/0.22/0.14)	

CMYK percentages

%15
%0
%22.27
%13.73

Codes

Color #BBDCAB in popluar color models

BBDCAB
RGB187220171
HSL100°41.18%76.67%
HSB/HSV100°22.27%86.27%
CMYK15.00%0.00%22.27%
13.73%

Color #BBDCAB in popluar number systems.

HEXBBDCAB
Decimal187220171
Binary101110111101110010101011
Octal273334253

Shades and tints

Shades of #BBDCAB

#BBDCAB
(187,220,171)
#AAC89C
(170,200,156)
#99B48D
(153,180,141)
#88A07E
(136,160,126)
#778C6F
(119,140,111)
#667860
(102,120,96)
#556451
(85,100,81)
#445042
(68,80,66)
#333C33
(51,60,51)
#222824
(34,40,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #BBDCAB

#BBDCAB
(187,220,171)
#C1DFB2
(193,223,178)
#C7E2B9
(199,226,185)
#CDE5C0
(205,229,192)
#D3E8C7
(211,232,199)
#D9EBCE
(217,235,206)
#DFEED5
(223,238,213)
#E5F1DC
(229,241,220)
#EBF4E3
(235,244,227)
#F1F7EA
(241,247,234)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDCAB; }

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

This text font color is #BBDCAB.


Background Color

.myBgColor { background-color: #BBDCAB; }

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

This div background color is #BBDCAB.


Border color

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

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

This div border color is #BBDCAB.


Opacity

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

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

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

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

This text has shadow with #BBDCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDCAB on black background.


Color preview on white background

This text has color #BBDCAB on white background.



Black color preview on #BBDCAB background

This text has black color on #BBDCAB background.


White color preview on #BBDCAB background

This text has white color on #BBDCAB background.