COLOR #BBCD88

HEX: #BBCD88
RGB: (187,205,136)

Color info

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

RGB color model

#BBCD88 color RGB value is (187,205,136).

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

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 136 of 255 = 53%

187
205
136

R + G + B ~ 69%. #BBCD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 136 = 528 (100%)
R 187 of 528 ~ 35.42%
G 205 of 528 ~ 38.83%
B 136 of 528 ~ 25.76%

%35.42
%38.83
%25.76

CMYK color model

#BBCD88 color CMYK value is (9,0,34,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 33.66%
  • key color value is 19.61%
CMYK:
(9,0,34,20)
C9M0Y34K20 
(9%,0%,34%,20%)
(0.09/0.00/0.34/0.20)	

CMYK percentages

%8.78
%0
%33.66
%19.61

Codes

Color #BBCD88 in popluar color models

BBCD88
RGB187205136
HSL76°40.83%66.86%
HSB/HSV76°33.66%80.39%
CMYK8.78%0.00%33.66%
19.61%

Color #BBCD88 in popluar number systems.

HEXBBCD88
Decimal187205136
Binary101110111100110110001000
Octal273315210

Shades and tints

Shades of #BBCD88

#BBCD88
(187,205,136)
#AABB7C
(170,187,124)
#99A970
(153,169,112)
#889764
(136,151,100)
#778558
(119,133,88)
#66734C
(102,115,76)
#556140
(85,97,64)
#444F34
(68,79,52)
#333D28
(51,61,40)
#222B1C
(34,43,28)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBCD88

#BBCD88
(187,205,136)
#C1D192
(193,209,146)
#C7D59C
(199,213,156)
#CDD9A6
(205,217,166)
#D3DDB0
(211,221,176)
#D9E1BA
(217,225,186)
#DFE5C4
(223,229,196)
#E5E9CE
(229,233,206)
#EBEDD8
(235,237,216)
#F1F1E2
(241,241,226)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCD88; }

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

This text font color is #BBCD88.


Background Color

.myBgColor { background-color: #BBCD88; }

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

This div background color is #BBCD88.


Border color

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

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

This div border color is #BBCD88.


Opacity

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

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

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

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

This text has shadow with #BBCD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCD88 on black background.


Color preview on white background

This text has color #BBCD88 on white background.



Black color preview on #BBCD88 background

This text has black color on #BBCD88 background.


White color preview on #BBCD88 background

This text has white color on #BBCD88 background.