COLOR #BBC684

HEX: #BBC684 RGB: (187,198,132)

Color info

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

RGB color model

#BBC684 color RGB value is (187,198,132).

RGB: (187,198,132) (73%, 78%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 132 of 255 = 52%

187
198
132

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 132 = 517 (100%)
R 187 of 517 ~ 36.17%
G 198 of 517 ~ 38.3%
B 132 of 517 ~ 25.53'%

%36.17
%38.3
%25.53

CMYK color model

#BBC684 color CMYK value is (6,0,33,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 22.35%

CMYK: (6,0,33,22)
C6M0Y33K22 (6%, 0%, 33%, 22%)
(0.06 / 0.00 / 0.33 / 0.22)

CMYK percentages

%5.56
%0
%33.33
%22.35

Codes

Color #BBC684 in popluar color models

BB C6 84
RGB 187 198 132
HSL 70° 36.67% 64.71%
HSB/HSV 70° 33.33% 77.65%
CMYK 5.56% 0.00% 33.33%
22.35%

Color #BBC684 in popluar number systems.

HEX BB C6 84
Decimal 187 198 132
Binary 10111011 11000110 10000100
Octal 273 306 204

Shades and tints

Shades of #BBC684

#BBC684
(187,198,132)
#AAB478
(170,180,120)
#99A26C
(153,162,108)
#889060
(136,144,96)
#777E54
(119,126,84)
#666C48
(102,108,72)
#555A3C
(85,90,60)
#444830
(68,72,48)
#333624
(51,54,36)
#222418
(34,36,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #BBC684

#BBC684
(187,198,132)
#C1CB8F
(193,203,143)
#C7D09A
(199,208,154)
#CDD5A5
(205,213,165)
#D3DAB0
(211,218,176)
#D9DFBB
(217,223,187)
#DFE4C6
(223,228,198)
#E5E9D1
(229,233,209)
#EBEEDC
(235,238,220)
#F1F3E7
(241,243,231)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC684 color. Also use rgb(187,198,132) instead hex code.

Text Font Color

.myTextColor { color: #BBC684; }

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

This text font color is #BBC684.

Background Color

.myBgColor { background-color: #BBC684; }

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

This div background color is #BBC684.

Border color

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

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

This div border color is #BBC684.

Opacity

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

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

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

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

This text has shadow with #BBC684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC684.

Preview

Color preview on black background

This text has color #BBC684 on black background.


Color preview on white background

This text has color #BBC684 on white background.


Black color preview on #BBC684 background

This text has black color on #BBC684 background.


White color preview on #BBC684 background

This text has white color on #BBC684 background.


Related colors

Complementary color

Complementary color for #hex is #44397B.


I love getcolorcode.com

Triadic colors

1 #84BBC6 and #C684BB with #BBC684 are triadic colors.

2 #84C6BB and #C6BB84 with #BBC684 are triadic colors.