COLOR #BBD19D

HEX: #BBD19D
RGB: (187,209,157)

Color info

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

RGB color model

#BBD19D color RGB value is (187,209,157).

  • red value is 187;
  • green value is 209;
  • blue value is 157.
RGB:
(187,209,157)
(73%,82%,62%)

RGB channels and saturation

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

187
209
157

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 157 = 553 (100%)
R 187 of 553 ~ 33.82%
G 209 of 553 ~ 37.79%
B 157 of 553 ~ 28.39%

%33.82
%37.79
%28.39

CMYK color model

#BBD19D color CMYK value is (11,0,25,18).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(11,0,25,18)
C11M0Y25K18 
(11%,0%,25%,18%)
(0.11/0.00/0.25/0.18)	

CMYK percentages

%10.53
%0
%24.88
%18.04

Codes

Color #BBD19D in popluar color models

BBD19D
RGB187209157
HSL85°36.11%71.76%
HSB/HSV85°24.88%81.96%
CMYK10.53%0.00%24.88%
18.04%

Color #BBD19D in popluar number systems.

HEXBBD19D
Decimal187209157
Binary101110111101000110011101
Octal273321235

Shades and tints

Shades of #BBD19D

#BBD19D
(187,209,157)
#AABE8F
(170,190,143)
#99AB81
(153,171,129)
#889873
(136,152,115)
#778565
(119,133,101)
#667257
(102,114,87)
#555F49
(85,95,73)
#444C3B
(68,76,59)
#33392D
(51,57,45)
#22261F
(34,38,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BBD19D

#BBD19D
(187,209,157)
#C1D5A5
(193,213,165)
#C7D9AD
(199,217,173)
#CDDDB5
(205,221,181)
#D3E1BD
(211,225,189)
#D9E5C5
(217,229,197)
#DFE9CD
(223,233,205)
#E5EDD5
(229,237,213)
#EBF1DD
(235,241,221)
#F1F5E5
(241,245,229)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD19D; }

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

This text font color is #BBD19D.


Background Color

.myBgColor { background-color: #BBD19D; }

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

This div background color is #BBD19D.


Border color

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

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

This div border color is #BBD19D.


Opacity

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

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

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

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

This text has shadow with #BBD19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD19D on black background.


Color preview on white background

This text has color #BBD19D on white background.



Black color preview on #BBD19D background

This text has black color on #BBD19D background.


White color preview on #BBD19D background

This text has white color on #BBD19D background.