COLOR #BBD687

HEX: #BBD687
RGB: (187,214,135)

Color info

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

RGB color model

#BBD687 color RGB value is (187,214,135).

  • red value is 187;
  • green value is 214;
  • blue value is 135.
RGB:
(187,214,135)
(73%,84%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 135 of 255 = 53%

187
214
135

R + G + B ~ 70%. #BBD687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 135 = 536 (100%)
R 187 of 536 ~ 34.89%
G 214 of 536 ~ 39.93%
B 135 of 536 ~ 25.19%

%34.89
%39.93
%25.19

CMYK color model

#BBD687 color CMYK value is (13,0,37,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 16.08%
CMYK:
(13,0,37,16)
C13M0Y37K16 
(13%,0%,37%,16%)
(0.13/0.00/0.37/0.16)	

CMYK percentages

%12.62
%0
%36.92
%16.08

Codes

Color #BBD687 in popluar color models

BBD687
RGB187214135
HSL81°49.07%68.43%
HSB/HSV81°36.92%83.92%
CMYK12.62%0.00%36.92%
16.08%

Color #BBD687 in popluar number systems.

HEXBBD687
Decimal187214135
Binary101110111101011010000111
Octal273326207

Shades and tints

Shades of #BBD687

#BBD687
(187,214,135)
#AAC37B
(170,195,123)
#99B06F
(153,176,111)
#889D63
(136,157,99)
#778A57
(119,138,87)
#66774B
(102,119,75)
#55643F
(85,100,63)
#445133
(68,81,51)
#333E27
(51,62,39)
#222B1B
(34,43,27)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #BBD687

#BBD687
(187,214,135)
#C1D991
(193,217,145)
#C7DC9B
(199,220,155)
#CDDFA5
(205,223,165)
#D3E2AF
(211,226,175)
#D9E5B9
(217,229,185)
#DFE8C3
(223,232,195)
#E5EBCD
(229,235,205)
#EBEED7
(235,238,215)
#F1F1E1
(241,241,225)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD687 color. Also use rgb(187,214,135) instead hex code.

Text Font Color

.myTextColor { color: #BBD687; }

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

This text font color is #BBD687.


Background Color

.myBgColor { background-color: #BBD687; }

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

This div background color is #BBD687.


Border color

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

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

This div border color is #BBD687.


Opacity

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

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

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

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

This text has shadow with #BBD687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD687 on black background.


Color preview on white background

This text has color #BBD687 on white background.



Black color preview on #BBD687 background

This text has black color on #BBD687 background.


White color preview on #BBD687 background

This text has white color on #BBD687 background.