COLOR #BBE9BB

HEX: #BBE9BB
RGB: (187,233,187)

Color info

#BBE9BB contains red, green and blue colors in about the same proportion. Web safe color of #BBE9BB is #CCFFCC (or #CFC).

RGB color model

#BBE9BB color RGB value is (187,233,187).

  • red value is 187;
  • green value is 233;
  • blue value is 187.
RGB:
(187,233,187)
(73%,91%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 233 of 255 = 91%
B 187 of 255 = 73%

187
233
187

R + G + B ~ 79%. #BBE9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 233 + 187 = 607 (100%)
R 187 of 607 ~ 30.81%
G 233 of 607 ~ 38.39%
B 187 of 607 ~ 30.81%

%30.81
%38.39
%30.81

CMYK color model

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

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 19.74%
  • key color value is 8.63%
CMYK:
(20,0,20,9)
C20M0Y20K9 
(20%,0%,20%,9%)
(0.20/0.00/0.20/0.09)	

CMYK percentages

%19.74
%0
%19.74
%8.63

Codes

Color #BBE9BB in popluar color models

BBE9BB
RGB187233187
HSL120°51.11%82.35%
HSB/HSV120°19.74%91.37%
CMYK19.74%0.00%19.74%
8.63%

Color #BBE9BB in popluar number systems.

HEXBBE9BB
Decimal187233187
Binary101110111110100110111011
Octal273351273

Shades and tints

Shades of #BBE9BB

#BBE9BB
(187,233,187)
#AAD4AA
(170,212,170)
#99BF99
(153,191,153)
#88AA88
(136,170,136)
#779577
(119,149,119)
#668066
(102,128,102)
#556B55
(85,107,85)
#445644
(68,86,68)
#334133
(51,65,51)
#222C22
(34,44,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBE9BB

#BBE9BB
(187,233,187)
#C1EBC1
(193,235,193)
#C7EDC7
(199,237,199)
#CDEFCD
(205,239,205)
#D3F1D3
(211,241,211)
#D9F3D9
(217,243,217)
#DFF5DF
(223,245,223)
#E5F7E5
(229,247,229)
#EBF9EB
(235,249,235)
#F1FBF1
(241,251,241)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE9BB; }

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

This text font color is #BBE9BB.


Background Color

.myBgColor { background-color: #BBE9BB; }

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

This div background color is #BBE9BB.


Border color

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

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

This div border color is #BBE9BB.


Opacity

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

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

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

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

This text has shadow with #BBE9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE9BB on black background.


Color preview on white background

This text has color #BBE9BB on white background.



Black color preview on #BBE9BB background

This text has black color on #BBE9BB background.


White color preview on #BBE9BB background

This text has white color on #BBE9BB background.