COLOR #BBD080

HEX: #BBD080 RGB: (187,208,128)

Color info

#BBD080 contains mainly red and green colors. Web safe color of #BBD080 is #CCCC66 (or #CC6).

RGB color model

#BBD080 color RGB value is (187,208,128).

RGB: (187,208,128) (73%, 82%, 50%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 128 of 255 = 50%

187
208
128

R + G + B ~ 68%. #BBD080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 208 + 128 = 523 (100%)
R 187 of 523 ~ 35.76%
G 208 of 523 ~ 39.77%
B 128 of 523 ~ 24.47'%

%35.76
%39.77
%24.47

CMYK color model

#BBD080 color CMYK value is (10,0,38,18).

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

CMYK: (10,0,38,18)
C10M0Y38K18 (10%, 0%, 38%, 18%)
(0.10 / 0.00 / 0.38 / 0.18)

CMYK percentages

%10.1
%0
%38.46
%18.43

Codes

Color #BBD080 in popluar color models

BB D0 80
RGB 187 208 128
HSL 76° 45.98% 65.88%
HSB/HSV 76° 38.46% 81.57%
CMYK 10.10% 0.00% 38.46%
18.43%

Color #BBD080 in popluar number systems.

HEX BB D0 80
Decimal 187 208 128
Binary 10111011 11010000 10000000
Octal 273 320 200

Shades and tints

Shades of #BBD080

#BBD080
(187,208,128)
#AABE75
(170,190,117)
#99AC6A
(153,172,106)
#889A5F
(136,154,95)
#778854
(119,136,84)
#667649
(102,118,73)
#55643E
(85,100,62)
#445233
(68,82,51)
#334028
(51,64,40)
#222E1D
(34,46,29)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #BBD080

#BBD080
(187,208,128)
#C1D48B
(193,212,139)
#C7D896
(199,216,150)
#CDDCA1
(205,220,161)
#D3E0AC
(211,224,172)
#D9E4B7
(217,228,183)
#DFE8C2
(223,232,194)
#E5ECCD
(229,236,205)
#EBF0D8
(235,240,216)
#F1F4E3
(241,244,227)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD080; }

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

This text font color is #BBD080.

Background Color

.myBgColor { background-color: #BBD080; }

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

This div background color is #BBD080.

Border color

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

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

This div border color is #BBD080.

Opacity

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

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

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

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

This text has shadow with #BBD080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD080.

Preview

Color preview on black background

This text has color #BBD080 on black background.


Color preview on white background

This text has color #BBD080 on white background.


Black color preview on #BBD080 background

This text has black color on #BBD080 background.


White color preview on #BBD080 background

This text has white color on #BBD080 background.


Related colors

Complementary color

Complementary color for #hex is #442F7F.


I love getcolorcode.com

Triadic colors

1 #80BBD0 and #D080BB with #BBD080 are triadic colors.

2 #80D0BB and #D0BB80 with #BBD080 are triadic colors.