COLOR #BBD677

HEX: #BBD677
RGB: (187,214,119)

Color info

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

RGB color model

#BBD677 color RGB value is (187,214,119).

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

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 119 of 255 = 47%

187
214
119

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

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 119 = 520 (100%)
R 187 of 520 ~ 35.96%
G 214 of 520 ~ 41.15%
B 119 of 520 ~ 22.88%

%35.96
%41.15
%22.88

CMYK color model

#BBD677 color CMYK value is (13,0,44,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 16.08%
CMYK:
(13,0,44,16)
C13M0Y44K16 
(13%,0%,44%,16%)
(0.13/0.00/0.44/0.16)	

CMYK percentages

%12.62
%0
%44.39
%16.08

Codes

Color #BBD677 in popluar color models

BBD677
RGB187214119
HSL77°53.67%65.29%
HSB/HSV77°44.39%83.92%
CMYK12.62%0.00%44.39%
16.08%

Color #BBD677 in popluar number systems.

HEXBBD677
Decimal187214119
Binary10111011110101101110111
Octal273326167

Shades and tints

Shades of #BBD677

#BBD677
(187,214,119)
#AAC36D
(170,195,109)
#99B063
(153,176,99)
#889D59
(136,157,89)
#778A4F
(119,138,79)
#667745
(102,119,69)
#55643B
(85,100,59)
#445131
(68,81,49)
#333E27
(51,62,39)
#222B1D
(34,43,29)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBD677

#BBD677
(187,214,119)
#C1D983
(193,217,131)
#C7DC8F
(199,220,143)
#CDDF9B
(205,223,155)
#D3E2A7
(211,226,167)
#D9E5B3
(217,229,179)
#DFE8BF
(223,232,191)
#E5EBCB
(229,235,203)
#EBEED7
(235,238,215)
#F1F1E3
(241,241,227)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD677; }

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

This text font color is #BBD677.


Background Color

.myBgColor { background-color: #BBD677; }

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

This div background color is #BBD677.


Border color

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

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

This div border color is #BBD677.


Opacity

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

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

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

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

This text has shadow with #BBD677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD677 on black background.


Color preview on white background

This text has color #BBD677 on white background.



Black color preview on #BBD677 background

This text has black color on #BBD677 background.


White color preview on #BBD677 background

This text has white color on #BBD677 background.