COLOR #BBC69F

HEX: #BBC69F RGB: (187,198,159)

Color info

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

RGB color model

#BBC69F color RGB value is (187,198,159).

RGB: (187,198,159) (73%, 78%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 159 of 255 = 62%

187
198
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 159 = 544 (100%)
R 187 of 544 ~ 34.38%
G 198 of 544 ~ 36.4%
B 159 of 544 ~ 29.23'%

%34.38
%36.4
%29.23

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%
CMYK: (6,0,20,22) C6M0Y20K22 (6%,0%,20%,22%) (0.06/0.00/0.20/0.22) 

CMYK percentages

%5.56
%0
%19.7
%22.35

Codes

Color #BBC69F in popluar color models

BB C6 9F
RGB 187 198 159
HSL 77° 25.49% 70.00%
HSB/HSV 77° 19.70% 77.65%
CMYK 5.56% 0.00% 19.70%
22.35%

Color #BBC69F in popluar number systems.

HEX BB C6 9F
Decimal 187 198 159
Binary 10111011 11000110 10011111
Octal 273 306 237

Shades and tints

Shades of #BBC69F

#BBC69F
(187,198,159)
#AAB491
(170,180,145)
#99A283
(153,162,131)
#889075
(136,144,117)
#777E67
(119,126,103)
#666C59
(102,108,89)
#555A4B
(85,90,75)
#44483D
(68,72,61)
#33362F
(51,54,47)
#222421
(34,36,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBC69F

#BBC69F
(187,198,159)
#C1CBA7
(193,203,167)
#C7D0AF
(199,208,175)
#CDD5B7
(205,213,183)
#D3DABF
(211,218,191)
#D9DFC7
(217,223,199)
#DFE4CF
(223,228,207)
#E5E9D7
(229,233,215)
#EBEEDF
(235,238,223)
#F1F3E7
(241,243,231)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC69F; }

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

This text font color is #BBC69F.

Background Color

.myBgColor { background-color: #BBC69F; }

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

This div background color is #BBC69F.

Border color

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

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

This div border color is #BBC69F.

Opacity

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

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

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

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

This text has shadow with #BBC69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC69F.

Preview

Color preview on black background

This text has color #BBC69F on black background.


Color preview on white background

This text has color #BBC69F on white background.


Black color preview on #BBC69F background

This text has black color on #BBC69F background.


White color preview on #BBC69F background

This text has white color on #BBC69F background.


Related colors

Complementary color

Complementary color for #hex is #443960.


I love getcolorcode.com

Triadic colors

1 #9FBBC6 and #C69FBB with #BBC69F are triadic colors.

2 #9FC6BB and #C6BB9F with #BBC69F are triadic colors.