COLOR #BBDF8B

HEX: #BBDF8B RGB: (187,223,139)

Color info

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

RGB color model

#BBDF8B color RGB value is (187,223,139).

RGB: (187,223,139) (73%, 87%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 139 of 255 = 55%

187
223
139

R + G + B ~ 72%. #BBDF8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 223 + 139 = 549 (100%)
R 187 of 549 ~ 34.06%
G 223 of 549 ~ 40.62%
B 139 of 549 ~ 25.32'%

%34.06
%40.62
%25.32

CMYK color model

#BBDF8B color CMYK value is (16,0,38,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 37.67%
  • key color value is 12.55%

CMYK: (16,0,38,13)
C16M0Y38K13 (16%, 0%, 38%, 13%)
(0.16 / 0.00 / 0.38 / 0.13)

CMYK percentages

%16.14
%0
%37.67
%12.55

Codes

Color #BBDF8B in popluar color models

BB DF 8B
RGB 187 223 139
HSL 86° 56.76% 70.98%
HSB/HSV 86° 37.67% 87.45%
CMYK 16.14% 0.00% 37.67%
12.55%

Color #BBDF8B in popluar number systems.

HEX BB DF 8B
Decimal 187 223 139
Binary 10111011 11011111 10001011
Octal 273 337 213

Shades and tints

Shades of #BBDF8B

#BBDF8B
(187,223,139)
#AACB7F
(170,203,127)
#99B773
(153,183,115)
#88A367
(136,163,103)
#778F5B
(119,143,91)
#667B4F
(102,123,79)
#556743
(85,103,67)
#445337
(68,83,55)
#333F2B
(51,63,43)
#222B1F
(34,43,31)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBDF8B

#BBDF8B
(187,223,139)
#C1E195
(193,225,149)
#C7E39F
(199,227,159)
#CDE5A9
(205,229,169)
#D3E7B3
(211,231,179)
#D9E9BD
(217,233,189)
#DFEBC7
(223,235,199)
#E5EDD1
(229,237,209)
#EBEFDB
(235,239,219)
#F1F1E5
(241,241,229)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDF8B color. Also use rgb(187,223,139) instead hex code.

Text Font Color

.myTextColor { color: #BBDF8B; }

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

This text font color is #BBDF8B.

Background Color

.myBgColor { background-color: #BBDF8B; }

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

This div background color is #BBDF8B.

Border color

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

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

This div border color is #BBDF8B.

Opacity

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

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

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

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

This text has shadow with #BBDF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDF8B.

Preview

Color preview on black background

This text has color #BBDF8B on black background.


Color preview on white background

This text has color #BBDF8B on white background.


Black color preview on #BBDF8B background

This text has black color on #BBDF8B background.


White color preview on #BBDF8B background

This text has white color on #BBDF8B background.


Related colors

Complementary color

Complementary color for #hex is #442074.


I love getcolorcode.com

Triadic colors

1 #8BBBDF and #DF8BBB with #BBDF8B are triadic colors.

2 #8BDFBB and #DFBB8B with #BBDF8B are triadic colors.