COLOR #BBD78D

HEX: #BBD78D RGB: (187,215,141)

Color info

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

RGB color model

#BBD78D color RGB value is (187,215,141).

RGB: (187,215,141) (73%, 84%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 141 of 255 = 55%

187
215
141

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

Portions of RGB colors in percentages

R + G + B = 187 + 215 + 141 = 543 (100%)
R 187 of 543 ~ 34.44%
G 215 of 543 ~ 39.59%
B 141 of 543 ~ 25.97'%

%34.44
%39.59
%25.97

CMYK color model

#BBD78D color CMYK value is (13,0,34,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 34.42%
  • key color value is 15.69%

CMYK: (13,0,34,16)
C13M0Y34K16 (13%, 0%, 34%, 16%)
(0.13 / 0.00 / 0.34 / 0.16)

CMYK percentages

%13.02
%0
%34.42
%15.69

Codes

Color #BBD78D in popluar color models

BB D7 8D
RGB 187 215 141
HSL 83° 48.05% 69.80%
HSB/HSV 83° 34.42% 84.31%
CMYK 13.02% 0.00% 34.42%
15.69%

Color #BBD78D in popluar number systems.

HEX BB D7 8D
Decimal 187 215 141
Binary 10111011 11010111 10001101
Octal 273 327 215

Shades and tints

Shades of #BBD78D

#BBD78D
(187,215,141)
#AAC481
(170,196,129)
#99B175
(153,177,117)
#889E69
(136,158,105)
#778B5D
(119,139,93)
#667851
(102,120,81)
#556545
(85,101,69)
#445239
(68,82,57)
#333F2D
(51,63,45)
#222C21
(34,44,33)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBD78D

#BBD78D
(187,215,141)
#C1DA97
(193,218,151)
#C7DDA1
(199,221,161)
#CDE0AB
(205,224,171)
#D3E3B5
(211,227,181)
#D9E6BF
(217,230,191)
#DFE9C9
(223,233,201)
#E5ECD3
(229,236,211)
#EBEFDD
(235,239,221)
#F1F2E7
(241,242,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD78D color. Also use rgb(187,215,141) instead hex code.

Text Font Color

.myTextColor { color: #BBD78D; }

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

This text font color is #BBD78D.

Background Color

.myBgColor { background-color: #BBD78D; }

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

This div background color is #BBD78D.

Border color

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

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

This div border color is #BBD78D.

Opacity

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

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

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

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

This text has shadow with #BBD78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD78D.

Preview

Color preview on black background

This text has color #BBD78D on black background.


Color preview on white background

This text has color #BBD78D on white background.


Black color preview on #BBD78D background

This text has black color on #BBD78D background.


White color preview on #BBD78D background

This text has white color on #BBD78D background.


Related colors

Complementary color

Complementary color for #hex is #442872.


I love getcolorcode.com

Triadic colors

1 #8DBBD7 and #D78DBB with #BBD78D are triadic colors.

2 #8DD7BB and #D7BB8D with #BBD78D are triadic colors.