COLOR #BBDF9D

HEX: #BBDF9D RGB: (187,223,157)

Color info

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

RGB color model

#BBDF9D color RGB value is (187,223,157).

RGB: (187,223,157) (73%, 87%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 157 of 255 = 62%

187
223
157

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

Portions of RGB colors in percentages

R + G + B = 187 + 223 + 157 = 567 (100%)
R 187 of 567 ~ 32.98%
G 223 of 567 ~ 39.33%
B 157 of 567 ~ 27.69'%

%32.98
%39.33
%27.69

CMYK color model

#BBDF9D color CMYK value is (16,0,30,13).

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

CMYK: (16,0,30,13)
C16M0Y30K13 (16%, 0%, 30%, 13%)
(0.16 / 0.00 / 0.30 / 0.13)

CMYK percentages

%16.14
%0
%29.6
%12.55

Codes

Color #BBDF9D in popluar color models

BB DF 9D
RGB 187 223 157
HSL 93° 50.77% 74.51%
HSB/HSV 93° 29.60% 87.45%
CMYK 16.14% 0.00% 29.60%
12.55%

Color #BBDF9D in popluar number systems.

HEX BB DF 9D
Decimal 187 223 157
Binary 10111011 11011111 10011101
Octal 273 337 235

Shades and tints

Shades of #BBDF9D

#BBDF9D
(187,223,157)
#AACB8F
(170,203,143)
#99B781
(153,183,129)
#88A373
(136,163,115)
#778F65
(119,143,101)
#667B57
(102,123,87)
#556749
(85,103,73)
#44533B
(68,83,59)
#333F2D
(51,63,45)
#222B1F
(34,43,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBDF9D

#BBDF9D
(187,223,157)
#C1E1A5
(193,225,165)
#C7E3AD
(199,227,173)
#CDE5B5
(205,229,181)
#D3E7BD
(211,231,189)
#D9E9C5
(217,233,197)
#DFEBCD
(223,235,205)
#E5EDD5
(229,237,213)
#EBEFDD
(235,239,221)
#F1F1E5
(241,241,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDF9D; }

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

This text font color is #BBDF9D.

Background Color

.myBgColor { background-color: #BBDF9D; }

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

This div background color is #BBDF9D.

Border color

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

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

This div border color is #BBDF9D.

Opacity

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

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

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

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

This text has shadow with #BBDF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDF9D.

Preview

Color preview on black background

This text has color #BBDF9D on black background.


Color preview on white background

This text has color #BBDF9D on white background.


Black color preview on #BBDF9D background

This text has black color on #BBDF9D background.


White color preview on #BBDF9D background

This text has white color on #BBDF9D background.


Related colors

Complementary color

Complementary color for #hex is #442062.


I love getcolorcode.com

Triadic colors

1 #9DBBDF and #DF9DBB with #BBDF9D are triadic colors.

2 #9DDFBB and #DFBB9D with #BBDF9D are triadic colors.