COLOR #BBCD93

HEX: #BBCD93
RGB: (187,205,147)

Color info

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

RGB color model

#BBCD93 color RGB value is (187,205,147).

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

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 147 of 255 = 58%

187
205
147

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 147 = 539 (100%)
R 187 of 539 ~ 34.69%
G 205 of 539 ~ 38.03%
B 147 of 539 ~ 27.27%

%34.69
%38.03
%27.27

CMYK color model

#BBCD93 color CMYK value is (9,0,28,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(9,0,28,20)
C9M0Y28K20 
(9%,0%,28%,20%)
(0.09/0.00/0.28/0.20)	

CMYK percentages

%8.78
%0
%28.29
%19.61

Codes

Color #BBCD93 in popluar color models

BBCD93
RGB187205147
HSL79°36.71%69.02%
HSB/HSV79°28.29%80.39%
CMYK8.78%0.00%28.29%
19.61%

Color #BBCD93 in popluar number systems.

HEXBBCD93
Decimal187205147
Binary101110111100110110010011
Octal273315223

Shades and tints

Shades of #BBCD93

#BBCD93
(187,205,147)
#AABB86
(170,187,134)
#99A979
(153,169,121)
#88976C
(136,151,108)
#77855F
(119,133,95)
#667352
(102,115,82)
#556145
(85,97,69)
#444F38
(68,79,56)
#333D2B
(51,61,43)
#222B1E
(34,43,30)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #BBCD93

#BBCD93
(187,205,147)
#C1D19C
(193,209,156)
#C7D5A5
(199,213,165)
#CDD9AE
(205,217,174)
#D3DDB7
(211,221,183)
#D9E1C0
(217,225,192)
#DFE5C9
(223,229,201)
#E5E9D2
(229,233,210)
#EBEDDB
(235,237,219)
#F1F1E4
(241,241,228)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCD93; }

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

This text font color is #BBCD93.


Background Color

.myBgColor { background-color: #BBCD93; }

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

This div background color is #BBCD93.


Border color

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

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

This div border color is #BBCD93.


Opacity

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

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

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

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

This text has shadow with #BBCD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD93 on black background.


Color preview on white background

This text has color #BBCD93 on white background.



Black color preview on #BBCD93 background

This text has black color on #BBCD93 background.


White color preview on #BBCD93 background

This text has white color on #BBCD93 background.