COLOR #BBE9BC

HEX: #BBE9BC
RGB: (187,233,188)

Color info

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

RGB color model

#BBE9BC color RGB value is (187,233,188).

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

RGB channels and saturation

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

187
233
188

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

Portions of RGB colors in percentages

R + G + B =
187 + 233 + 188 = 608 (100%)
R 187 of 608 ~ 30.76%
G 233 of 608 ~ 38.32%
B 188 of 608 ~ 30.92%

%30.76
%38.32
%30.92

CMYK color model

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

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

CMYK percentages

%19.74
%0
%19.31
%8.63

Codes

Color #BBE9BC in popluar color models

BBE9BC
RGB187233188
HSL121°51.11%82.35%
HSB/HSV121°19.74%91.37%
CMYK19.74%0.00%19.31%
8.63%

Color #BBE9BC in popluar number systems.

HEXBBE9BC
Decimal187233188
Binary101110111110100110111100
Octal273351274

Shades and tints

Shades of #BBE9BC

#BBE9BC
(187,233,188)
#AAD4AB
(170,212,171)
#99BF9A
(153,191,154)
#88AA89
(136,170,137)
#779578
(119,149,120)
#668067
(102,128,103)
#556B56
(85,107,86)
#445645
(68,86,69)
#334134
(51,65,52)
#222C23
(34,44,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBE9BC

#BBE9BC
(187,233,188)
#C1EBC2
(193,235,194)
#C7EDC8
(199,237,200)
#CDEFCE
(205,239,206)
#D3F1D4
(211,241,212)
#D9F3DA
(217,243,218)
#DFF5E0
(223,245,224)
#E5F7E6
(229,247,230)
#EBF9EC
(235,249,236)
#F1FBF2
(241,251,242)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE9BC; }

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

This text font color is #BBE9BC.


Background Color

.myBgColor { background-color: #BBE9BC; }

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

This div background color is #BBE9BC.


Border color

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

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

This div border color is #BBE9BC.


Opacity

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

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

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

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

This text has shadow with #BBE9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE9BC on black background.


Color preview on white background

This text has color #BBE9BC on white background.



Black color preview on #BBE9BC background

This text has black color on #BBE9BC background.


White color preview on #BBE9BC background

This text has white color on #BBE9BC background.