COLOR #BBC988

HEX: #BBC988
RGB: (187,201,136)

Color info

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

RGB color model

#BBC988 color RGB value is (187,201,136).

  • red value is 187;
  • green value is 201;
  • blue value is 136.
RGB:
(187,201,136)
(73%,79%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 201 of 255 = 79%
B 136 of 255 = 53%

187
201
136

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

Portions of RGB colors in percentages

R + G + B =
187 + 201 + 136 = 524 (100%)
R 187 of 524 ~ 35.69%
G 201 of 524 ~ 38.36%
B 136 of 524 ~ 25.95%

%35.69
%38.36
%25.95

CMYK color model

#BBC988 color CMYK value is (7,0,32,21).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 21.18%
CMYK:
(7,0,32,21)
C7M0Y32K21 
(7%,0%,32%,21%)
(0.07/0.00/0.32/0.21)	

CMYK percentages

%6.97
%0
%32.34
%21.18

Codes

Color #BBC988 in popluar color models

BBC988
RGB187201136
HSL73°37.57%66.08%
HSB/HSV73°32.34%78.82%
CMYK6.97%0.00%32.34%
21.18%

Color #BBC988 in popluar number systems.

HEXBBC988
Decimal187201136
Binary101110111100100110001000
Octal273311210

Shades and tints

Shades of #BBC988

#BBC988
(187,201,136)
#AAB77C
(170,183,124)
#99A570
(153,165,112)
#889364
(136,147,100)
#778158
(119,129,88)
#666F4C
(102,111,76)
#555D40
(85,93,64)
#444B34
(68,75,52)
#333928
(51,57,40)
#22271C
(34,39,28)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #BBC988

#BBC988
(187,201,136)
#C1CD92
(193,205,146)
#C7D19C
(199,209,156)
#CDD5A6
(205,213,166)
#D3D9B0
(211,217,176)
#D9DDBA
(217,221,186)
#DFE1C4
(223,225,196)
#E5E5CE
(229,229,206)
#EBE9D8
(235,233,216)
#F1EDE2
(241,237,226)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC988 color. Also use rgb(187,201,136) instead hex code.

Text Font Color

.myTextColor { color: #BBC988; }

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

This text font color is #BBC988.


Background Color

.myBgColor { background-color: #BBC988; }

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

This div background color is #BBC988.


Border color

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

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

This div border color is #BBC988.


Opacity

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

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

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

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

This text has shadow with #BBC988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC988 on black background.


Color preview on white background

This text has color #BBC988 on white background.



Black color preview on #BBC988 background

This text has black color on #BBC988 background.


White color preview on #BBC988 background

This text has white color on #BBC988 background.