COLOR #BBEB92

HEX: #BBEB92
RGB: (187,235,146)

Color info

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

RGB color model

#BBEB92 color RGB value is (187,235,146).

  • red value is 187;
  • green value is 235;
  • blue value is 146.
RGB:
(187,235,146)
(73%,92%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 235 of 255 = 92%
B 146 of 255 = 57%

187
235
146

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

Portions of RGB colors in percentages

R + G + B =
187 + 235 + 146 = 568 (100%)
R 187 of 568 ~ 32.92%
G 235 of 568 ~ 41.37%
B 146 of 568 ~ 25.7%

%32.92
%41.37
%25.7

CMYK color model

#BBEB92 color CMYK value is (20,0,38,8).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 37.87%
  • key color value is 7.84%
CMYK:
(20,0,38,8)
C20M0Y38K8 
(20%,0%,38%,8%)
(0.20/0.00/0.38/0.08)	

CMYK percentages

%20.43
%0
%37.87
%7.84

Codes

Color #BBEB92 in popluar color models

BBEB92
RGB187235146
HSL92°68.99%74.71%
HSB/HSV92°37.87%92.16%
CMYK20.43%0.00%37.87%
7.84%

Color #BBEB92 in popluar number systems.

HEXBBEB92
Decimal187235146
Binary101110111110101110010010
Octal273353222

Shades and tints

Shades of #BBEB92

#BBEB92
(187,235,146)
#AAD685
(170,214,133)
#99C178
(153,193,120)
#88AC6B
(136,172,107)
#77975E
(119,151,94)
#668251
(102,130,81)
#556D44
(85,109,68)
#445837
(68,88,55)
#33432A
(51,67,42)
#222E1D
(34,46,29)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #BBEB92

#BBEB92
(187,235,146)
#C1EC9B
(193,236,155)
#C7EDA4
(199,237,164)
#CDEEAD
(205,238,173)
#D3EFB6
(211,239,182)
#D9F0BF
(217,240,191)
#DFF1C8
(223,241,200)
#E5F2D1
(229,242,209)
#EBF3DA
(235,243,218)
#F1F4E3
(241,244,227)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBEB92; }

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

This text font color is #BBEB92.


Background Color

.myBgColor { background-color: #BBEB92; }

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

This div background color is #BBEB92.


Border color

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

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

This div border color is #BBEB92.


Opacity

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

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

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

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

This text has shadow with #BBEB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBEB92 on black background.


Color preview on white background

This text has color #BBEB92 on white background.



Black color preview on #BBEB92 background

This text has black color on #BBEB92 background.


White color preview on #BBEB92 background

This text has white color on #BBEB92 background.