COLOR #BBD09D

HEX: #BBD09D RGB: (187,208,157)

Color info

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

RGB color model

#BBD09D color RGB value is (187,208,157).

RGB: (187,208,157) (73%, 82%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 157 of 255 = 62%

187
208
157

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

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 157 = 552 (100%)
R 187 of 552 ~ 33.88%
G 208 of 552 ~ 37.68%
B 157 of 552 ~ 28.44'%

%33.88
%37.68
%28.44

CMYK color model

#BBD09D color CMYK value is (10,0,25,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 24.52%
  • key color value is 18.43%

CMYK: (10,0,25,18)
C10M0Y25K18 (10%, 0%, 25%, 18%)
(0.10 / 0.00 / 0.25 / 0.18)

CMYK percentages

%10.1
%0
%24.52
%18.43

Codes

Color #BBD09D in popluar color models

BB D0 9D
RGB 187 208 157
HSL 85° 35.17% 71.57%
HSB/HSV 85° 24.52% 81.57%
CMYK 10.10% 0.00% 24.52%
18.43%

Color #BBD09D in popluar number systems.

HEX BB D0 9D
Decimal 187 208 157
Binary 10111011 11010000 10011101
Octal 273 320 235

Shades and tints

Shades of #BBD09D

#BBD09D
(187,208,157)
#AABE8F
(170,190,143)
#99AC81
(153,172,129)
#889A73
(136,154,115)
#778865
(119,136,101)
#667657
(102,118,87)
#556449
(85,100,73)
#44523B
(68,82,59)
#33402D
(51,64,45)
#222E1F
(34,46,31)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #BBD09D

#BBD09D
(187,208,157)
#C1D4A5
(193,212,165)
#C7D8AD
(199,216,173)
#CDDCB5
(205,220,181)
#D3E0BD
(211,224,189)
#D9E4C5
(217,228,197)
#DFE8CD
(223,232,205)
#E5ECD5
(229,236,213)
#EBF0DD
(235,240,221)
#F1F4E5
(241,244,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD09D; }

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

This text font color is #BBD09D.

Background Color

.myBgColor { background-color: #BBD09D; }

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

This div background color is #BBD09D.

Border color

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

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

This div border color is #BBD09D.

Opacity

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

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

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

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

This text has shadow with #BBD09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD09D.

Preview

Color preview on black background

This text has color #BBD09D on black background.


Color preview on white background

This text has color #BBD09D on white background.


Black color preview on #BBD09D background

This text has black color on #BBD09D background.


White color preview on #BBD09D background

This text has white color on #BBD09D background.


Related colors

Complementary color

Complementary color for #hex is #442F62.


I love getcolorcode.com

Triadic colors

1 #9DBBD0 and #D09DBB with #BBD09D are triadic colors.

2 #9DD0BB and #D0BB9D with #BBD09D are triadic colors.