COLOR #BBDB8C

HEX: #BBDB8C
RGB: (187,219,140)

Color info

#BBDB8C contains mainly red and green colors. Web safe color of #BBDB8C is #CCCC99 (or #CC9).

RGB color model

#BBDB8C color RGB value is (187,219,140).

  • red value is 187;
  • green value is 219;
  • blue value is 140.
RGB:
(187,219,140)
(73%,86%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 140 of 255 = 55%

187
219
140

R + G + B ~ 71%. #BBDB8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 140 = 546 (100%)
R 187 of 546 ~ 34.25%
G 219 of 546 ~ 40.11%
B 140 of 546 ~ 25.64%

%34.25
%40.11
%25.64

CMYK color model

#BBDB8C color CMYK value is (15,0,36,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 14.12%
CMYK:
(15,0,36,14)
C15M0Y36K14 
(15%,0%,36%,14%)
(0.15/0.00/0.36/0.14)	

CMYK percentages

%14.61
%0
%36.07
%14.12

Codes

Color #BBDB8C in popluar color models

BBDB8C
RGB187219140
HSL84°52.32%70.39%
HSB/HSV84°36.07%85.88%
CMYK14.61%0.00%36.07%
14.12%

Color #BBDB8C in popluar number systems.

HEXBBDB8C
Decimal187219140
Binary101110111101101110001100
Octal273333214

Shades and tints

Shades of #BBDB8C

#BBDB8C
(187,219,140)
#AAC880
(170,200,128)
#99B574
(153,181,116)
#88A268
(136,162,104)
#778F5C
(119,143,92)
#667C50
(102,124,80)
#556944
(85,105,68)
#445638
(68,86,56)
#33432C
(51,67,44)
#223020
(34,48,32)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #BBDB8C

#BBDB8C
(187,219,140)
#C1DE96
(193,222,150)
#C7E1A0
(199,225,160)
#CDE4AA
(205,228,170)
#D3E7B4
(211,231,180)
#D9EABE
(217,234,190)
#DFEDC8
(223,237,200)
#E5F0D2
(229,240,210)
#EBF3DC
(235,243,220)
#F1F6E6
(241,246,230)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDB8C color. Also use rgb(187,219,140) instead hex code.

Text Font Color

.myTextColor { color: #BBDB8C; }

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

This text font color is #BBDB8C.


Background Color

.myBgColor { background-color: #BBDB8C; }

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

This div background color is #BBDB8C.


Border color

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

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

This div border color is #BBDB8C.


Opacity

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

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

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

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

This text has shadow with #BBDB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDB8C on black background.


Color preview on white background

This text has color #BBDB8C on white background.



Black color preview on #BBDB8C background

This text has black color on #BBDB8C background.


White color preview on #BBDB8C background

This text has white color on #BBDB8C background.