COLOR #BBC79C

HEX: #BBC79C RGB: (187,199,156)

Color info

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

RGB color model

#BBC79C color RGB value is (187,199,156).

RGB: (187,199,156) (73%, 78%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 156 of 255 = 61%

187
199
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 156 = 542 (100%)
R 187 of 542 ~ 34.5%
G 199 of 542 ~ 36.72%
B 156 of 542 ~ 28.78'%

%34.5
%36.72
%28.78

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 21.96%

CMYK: (6,0,22,22)
C6M0Y22K22 (6%, 0%, 22%, 22%)
(0.06 / 0.00 / 0.22 / 0.22)

CMYK percentages

%6.03
%0
%21.61
%21.96

Codes

Color #BBC79C in popluar color models

BB C7 9C
RGB 187 199 156
HSL 77° 27.74% 69.61%
HSB/HSV 77° 21.61% 78.04%
CMYK 6.03% 0.00% 21.61%
21.96%

Color #BBC79C in popluar number systems.

HEX BB C7 9C
Decimal 187 199 156
Binary 10111011 11000111 10011100
Octal 273 307 234

Shades and tints

Shades of #BBC79C

#BBC79C
(187,199,156)
#AAB58E
(170,181,142)
#99A380
(153,163,128)
#889172
(136,145,114)
#777F64
(119,127,100)
#666D56
(102,109,86)
#555B48
(85,91,72)
#44493A
(68,73,58)
#33372C
(51,55,44)
#22251E
(34,37,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #BBC79C

#BBC79C
(187,199,156)
#C1CCA5
(193,204,165)
#C7D1AE
(199,209,174)
#CDD6B7
(205,214,183)
#D3DBC0
(211,219,192)
#D9E0C9
(217,224,201)
#DFE5D2
(223,229,210)
#E5EADB
(229,234,219)
#EBEFE4
(235,239,228)
#F1F4ED
(241,244,237)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC79C color. Also use rgb(187,199,156) instead hex code.

Text Font Color

.myTextColor { color: #BBC79C; }

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

This text font color is #BBC79C.

Background Color

.myBgColor { background-color: #BBC79C; }

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

This div background color is #BBC79C.

Border color

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

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

This div border color is #BBC79C.

Opacity

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

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

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

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

This text has shadow with #BBC79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC79C.

Preview

Color preview on black background

This text has color #BBC79C on black background.


Color preview on white background

This text has color #BBC79C on white background.


Black color preview on #BBC79C background

This text has black color on #BBC79C background.


White color preview on #BBC79C background

This text has white color on #BBC79C background.


Related colors

Complementary color

Complementary color for #hex is #443863.


I love getcolorcode.com

Triadic colors

1 #9CBBC7 and #C79CBB with #BBC79C are triadic colors.

2 #9CC7BB and #C7BB9C with #BBC79C are triadic colors.