COLOR #BBE9BF

HEX: #BBE9BF
RGB: (187,233,191)

Color info

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

RGB color model

#BBE9BF color RGB value is (187,233,191).

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

RGB channels and saturation

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

187
233
191

R + G + B ~ 80%. #BBE9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 233 + 191 = 611 (100%)
R 187 of 611 ~ 30.61%
G 233 of 611 ~ 38.13%
B 191 of 611 ~ 31.26%

%30.61
%38.13
%31.26

CMYK color model

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

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

CMYK percentages

%19.74
%0
%18.03
%8.63

Codes

Color #BBE9BF in popluar color models

BBE9BF
RGB187233191
HSL125°51.11%82.35%
HSB/HSV125°19.74%91.37%
CMYK19.74%0.00%18.03%
8.63%

Color #BBE9BF in popluar number systems.

HEXBBE9BF
Decimal187233191
Binary101110111110100110111111
Octal273351277

Shades and tints

Shades of #BBE9BF

#BBE9BF
(187,233,191)
#AAD4AE
(170,212,174)
#99BF9D
(153,191,157)
#88AA8C
(136,170,140)
#77957B
(119,149,123)
#66806A
(102,128,106)
#556B59
(85,107,89)
#445648
(68,86,72)
#334137
(51,65,55)
#222C26
(34,44,38)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #BBE9BF

#BBE9BF
(187,233,191)
#C1EBC4
(193,235,196)
#C7EDC9
(199,237,201)
#CDEFCE
(205,239,206)
#D3F1D3
(211,241,211)
#D9F3D8
(217,243,216)
#DFF5DD
(223,245,221)
#E5F7E2
(229,247,226)
#EBF9E7
(235,249,231)
#F1FBEC
(241,251,236)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE9BF; }

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

This text font color is #BBE9BF.


Background Color

.myBgColor { background-color: #BBE9BF; }

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

This div background color is #BBE9BF.


Border color

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

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

This div border color is #BBE9BF.


Opacity

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

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

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

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

This text has shadow with #BBE9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE9BF on black background.


Color preview on white background

This text has color #BBE9BF on white background.



Black color preview on #BBE9BF background

This text has black color on #BBE9BF background.


White color preview on #BBE9BF background

This text has white color on #BBE9BF background.