COLOR #BBED82

HEX: #BBED82
RGB: (187,237,130)

Color info

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

RGB color model

#BBED82 color RGB value is (187,237,130).

  • red value is 187;
  • green value is 237;
  • blue value is 130.
RGB:
(187,237,130)
(73%,93%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 237 of 255 = 93%
B 130 of 255 = 51%

187
237
130

R + G + B ~ 72%. #BBED82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 237 + 130 = 554 (100%)
R 187 of 554 ~ 33.75%
G 237 of 554 ~ 42.78%
B 130 of 554 ~ 23.47%

%33.75
%42.78
%23.47

CMYK color model

#BBED82 color CMYK value is (21,0,45,7).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 45.15%
  • key color value is 7.06%
CMYK:
(21,0,45,7)
C21M0Y45K7 
(21%,0%,45%,7%)
(0.21/0.00/0.45/0.07)	

CMYK percentages

%21.1
%0
%45.15
%7.06

Codes

Color #BBED82 in popluar color models

BBED82
RGB187237130
HSL88°74.83%71.96%
HSB/HSV88°45.15%92.94%
CMYK21.10%0.00%45.15%
7.06%

Color #BBED82 in popluar number systems.

HEXBBED82
Decimal187237130
Binary101110111110110110000010
Octal273355202

Shades and tints

Shades of #BBED82

#BBED82
(187,237,130)
#AAD877
(170,216,119)
#99C36C
(153,195,108)
#88AE61
(136,174,97)
#779956
(119,153,86)
#66844B
(102,132,75)
#556F40
(85,111,64)
#445A35
(68,90,53)
#33452A
(51,69,42)
#22301F
(34,48,31)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #BBED82

#BBED82
(187,237,130)
#C1EE8D
(193,238,141)
#C7EF98
(199,239,152)
#CDF0A3
(205,240,163)
#D3F1AE
(211,241,174)
#D9F2B9
(217,242,185)
#DFF3C4
(223,243,196)
#E5F4CF
(229,244,207)
#EBF5DA
(235,245,218)
#F1F6E5
(241,246,229)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBED82; }

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

This text font color is #BBED82.


Background Color

.myBgColor { background-color: #BBED82; }

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

This div background color is #BBED82.


Border color

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

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

This div border color is #BBED82.


Opacity

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

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

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

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

This text has shadow with #BBED82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBED82 on black background.


Color preview on white background

This text has color #BBED82 on white background.



Black color preview on #BBED82 background

This text has black color on #BBED82 background.


White color preview on #BBED82 background

This text has white color on #BBED82 background.