COLOR #BBEC91

HEX: #BBEC91
RGB: (187,236,145)

Color info

#BBEC91 contains mainly red and green colors. Web safe color of #BBEC91 is #CCFF99 (or #CF9).

RGB color model

#BBEC91 color RGB value is (187,236,145).

  • red value is 187;
  • green value is 236;
  • blue value is 145.
RGB:
(187,236,145)
(73%,93%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 236 of 255 = 93%
B 145 of 255 = 57%

187
236
145

R + G + B ~ 74%. #BBEC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 236 + 145 = 568 (100%)
R 187 of 568 ~ 32.92%
G 236 of 568 ~ 41.55%
B 145 of 568 ~ 25.53%

%32.92
%41.55
%25.53

CMYK color model

#BBEC91 color CMYK value is (21,0,39,7).

  • cyan value is 20.76%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 7.45%
CMYK:
(21,0,39,7)
C21M0Y39K7 
(21%,0%,39%,7%)
(0.21/0.00/0.39/0.07)	

CMYK percentages

%20.76
%0
%38.56
%7.45

Codes

Color #BBEC91 in popluar color models

BBEC91
RGB187236145
HSL92°70.54%74.71%
HSB/HSV92°38.56%92.55%
CMYK20.76%0.00%38.56%
7.45%

Color #BBEC91 in popluar number systems.

HEXBBEC91
Decimal187236145
Binary101110111110110010010001
Octal273354221

Shades and tints

Shades of #BBEC91

#BBEC91
(187,236,145)
#AAD784
(170,215,132)
#99C277
(153,194,119)
#88AD6A
(136,173,106)
#77985D
(119,152,93)
#668350
(102,131,80)
#556E43
(85,110,67)
#445936
(68,89,54)
#334429
(51,68,41)
#222F1C
(34,47,28)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #BBEC91

#BBEC91
(187,236,145)
#C1ED9B
(193,237,155)
#C7EEA5
(199,238,165)
#CDEFAF
(205,239,175)
#D3F0B9
(211,240,185)
#D9F1C3
(217,241,195)
#DFF2CD
(223,242,205)
#E5F3D7
(229,243,215)
#EBF4E1
(235,244,225)
#F1F5EB
(241,245,235)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEC91; }

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

This text font color is #BBEC91.


Background Color

.myBgColor { background-color: #BBEC91; }

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

This div background color is #BBEC91.


Border color

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

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

This div border color is #BBEC91.


Opacity

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

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

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

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

This text has shadow with #BBEC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEC91 on black background.


Color preview on white background

This text has color #BBEC91 on white background.



Black color preview on #BBEC91 background

This text has black color on #BBEC91 background.


White color preview on #BBEC91 background

This text has white color on #BBEC91 background.