COLOR #BBCD92

HEX: #BBCD92
RGB: (187,205,146)

Color info

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

RGB color model

#BBCD92 color RGB value is (187,205,146).

  • red value is 187;
  • green value is 205;
  • blue value is 146.
RGB:
(187,205,146)
(73%,80%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 146 of 255 = 57%

187
205
146

R + G + B ~ 70%. #BBCD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 146 = 538 (100%)
R 187 of 538 ~ 34.76%
G 205 of 538 ~ 38.1%
B 146 of 538 ~ 27.14%

%34.76
%38.1
%27.14

CMYK color model

#BBCD92 color CMYK value is (9,0,29,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK:
(9,0,29,20)
C9M0Y29K20 
(9%,0%,29%,20%)
(0.09/0.00/0.29/0.20)	

CMYK percentages

%8.78
%0
%28.78
%19.61

Codes

Color #BBCD92 in popluar color models

BBCD92
RGB187205146
HSL78°37.11%68.82%
HSB/HSV78°28.78%80.39%
CMYK8.78%0.00%28.78%
19.61%

Color #BBCD92 in popluar number systems.

HEXBBCD92
Decimal187205146
Binary101110111100110110010010
Octal273315222

Shades and tints

Shades of #BBCD92

#BBCD92
(187,205,146)
#AABB85
(170,187,133)
#99A978
(153,169,120)
#88976B
(136,151,107)
#77855E
(119,133,94)
#667351
(102,115,81)
#556144
(85,97,68)
#444F37
(68,79,55)
#333D2A
(51,61,42)
#222B1D
(34,43,29)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBCD92

#BBCD92
(187,205,146)
#C1D19B
(193,209,155)
#C7D5A4
(199,213,164)
#CDD9AD
(205,217,173)
#D3DDB6
(211,221,182)
#D9E1BF
(217,225,191)
#DFE5C8
(223,229,200)
#E5E9D1
(229,233,209)
#EBEDDA
(235,237,218)
#F1F1E3
(241,241,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCD92 color. Also use rgb(187,205,146) instead hex code.

Text Font Color

.myTextColor { color: #BBCD92; }

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

This text font color is #BBCD92.


Background Color

.myBgColor { background-color: #BBCD92; }

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

This div background color is #BBCD92.


Border color

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

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

This div border color is #BBCD92.


Opacity

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

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

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

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

This text has shadow with #BBCD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD92 on black background.


Color preview on white background

This text has color #BBCD92 on white background.



Black color preview on #BBCD92 background

This text has black color on #BBCD92 background.


White color preview on #BBCD92 background

This text has white color on #BBCD92 background.