COLOR #BBC08D

HEX: #BBC08D
RGB: (187,192,141)

Color info

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

RGB color model

#BBC08D color RGB value is (187,192,141).

  • red value is 187;
  • green value is 192;
  • blue value is 141.
RGB:
(187,192,141)
(73%,75%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 192 of 255 = 75%
B 141 of 255 = 55%

187
192
141

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

Portions of RGB colors in percentages

R + G + B =
187 + 192 + 141 = 520 (100%)
R 187 of 520 ~ 35.96%
G 192 of 520 ~ 36.92%
B 141 of 520 ~ 27.12%

%35.96
%36.92
%27.12

CMYK color model

#BBC08D color CMYK value is (3,0,27,25).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 24.71%
CMYK:
(3,0,27,25)
C3M0Y27K25 
(3%,0%,27%,25%)
(0.03/0.00/0.27/0.25)	

CMYK percentages

%2.6
%0
%26.56
%24.71

Codes

Color #BBC08D in popluar color models

BBC08D
RGB187192141
HSL66°28.81%65.29%
HSB/HSV66°26.56%75.29%
CMYK2.60%0.00%26.56%
24.71%

Color #BBC08D in popluar number systems.

HEXBBC08D
Decimal187192141
Binary101110111100000010001101
Octal273300215

Shades and tints

Shades of #BBC08D

#BBC08D
(187,192,141)
#AAAF81
(170,175,129)
#999E75
(153,158,117)
#888D69
(136,141,105)
#777C5D
(119,124,93)
#666B51
(102,107,81)
#555A45
(85,90,69)
#444939
(68,73,57)
#33382D
(51,56,45)
#222721
(34,39,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBC08D

#BBC08D
(187,192,141)
#C1C597
(193,197,151)
#C7CAA1
(199,202,161)
#CDCFAB
(205,207,171)
#D3D4B5
(211,212,181)
#D9D9BF
(217,217,191)
#DFDEC9
(223,222,201)
#E5E3D3
(229,227,211)
#EBE8DD
(235,232,221)
#F1EDE7
(241,237,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC08D color. Also use rgb(187,192,141) instead hex code.

Text Font Color

.myTextColor { color: #BBC08D; }

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

This text font color is #BBC08D.


Background Color

.myBgColor { background-color: #BBC08D; }

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

This div background color is #BBC08D.


Border color

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

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

This div border color is #BBC08D.


Opacity

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

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

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

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

This text has shadow with #BBC08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC08D on black background.


Color preview on white background

This text has color #BBC08D on white background.



Black color preview on #BBC08D background

This text has black color on #BBC08D background.


White color preview on #BBC08D background

This text has white color on #BBC08D background.