COLOR #BBD88E

HEX: #BBD88E RGB: (187,216,142)

Color info

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

RGB color model

#BBD88E color RGB value is (187,216,142).

RGB: (187,216,142) (73%, 85%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 142 of 255 = 56%

187
216
142

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

Portions of RGB colors in percentages

R + G + B = 187 + 216 + 142 = 545 (100%)
R 187 of 545 ~ 34.31%
G 216 of 545 ~ 39.63%
B 142 of 545 ~ 26.06'%

%34.31
%39.63
%26.06

CMYK color model

#BBD88E color CMYK value is (13,0,34,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 15.29%

CMYK: (13,0,34,15)
C13M0Y34K15 (13%, 0%, 34%, 15%)
(0.13 / 0.00 / 0.34 / 0.15)

CMYK percentages

%13.43
%0
%34.26
%15.29

Codes

Color #BBD88E in popluar color models

BB D8 8E
RGB 187 216 142
HSL 84° 48.68% 70.20%
HSB/HSV 84° 34.26% 84.71%
CMYK 13.43% 0.00% 34.26%
15.29%

Color #BBD88E in popluar number systems.

HEX BB D8 8E
Decimal 187 216 142
Binary 10111011 11011000 10001110
Octal 273 330 216

Shades and tints

Shades of #BBD88E

#BBD88E
(187,216,142)
#AAC582
(170,197,130)
#99B276
(153,178,118)
#889F6A
(136,159,106)
#778C5E
(119,140,94)
#667952
(102,121,82)
#556646
(85,102,70)
#44533A
(68,83,58)
#33402E
(51,64,46)
#222D22
(34,45,34)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #BBD88E

#BBD88E
(187,216,142)
#C1DB98
(193,219,152)
#C7DEA2
(199,222,162)
#CDE1AC
(205,225,172)
#D3E4B6
(211,228,182)
#D9E7C0
(217,231,192)
#DFEACA
(223,234,202)
#E5EDD4
(229,237,212)
#EBF0DE
(235,240,222)
#F1F3E8
(241,243,232)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD88E color. Also use rgb(187,216,142) instead hex code.

Text Font Color

.myTextColor { color: #BBD88E; }

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

This text font color is #BBD88E.

Background Color

.myBgColor { background-color: #BBD88E; }

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

This div background color is #BBD88E.

Border color

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

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

This div border color is #BBD88E.

Opacity

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

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

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

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

This text has shadow with #BBD88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD88E.

Preview

Color preview on black background

This text has color #BBD88E on black background.


Color preview on white background

This text has color #BBD88E on white background.


Black color preview on #BBD88E background

This text has black color on #BBD88E background.


White color preview on #BBD88E background

This text has white color on #BBD88E background.


Related colors

Complementary color

Complementary color for #hex is #442771.


I love getcolorcode.com

Triadic colors

1 #8EBBD8 and #D88EBB with #BBD88E are triadic colors.

2 #8ED8BB and #D8BB8E with #BBD88E are triadic colors.