COLOR #B2DB82

HEX: #B2DB82
RGB: (178,219,130)

Color info

#B2DB82 contains mainly red and green colors. Web safe color of #B2DB82 is #99CC99 (or #9C9).

RGB color model

#B2DB82 color RGB value is (178,219,130).

  • red value is 178;
  • green value is 219;
  • blue value is 130.
RGB:
(178,219,130)
(70%,86%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 130 of 255 = 51%

178
219
130

R + G + B ~ 69%. #B2DB82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 219 + 130 = 527 (100%)
R 178 of 527 ~ 33.78%
G 219 of 527 ~ 41.56%
B 130 of 527 ~ 24.67%

%33.78
%41.56
%24.67

CMYK color model

#B2DB82 color CMYK value is (19,0,41,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 14.12%
CMYK:
(19,0,41,14)
C19M0Y41K14 
(19%,0%,41%,14%)
(0.19/0.00/0.41/0.14)	

CMYK percentages

%18.72
%0
%40.64
%14.12

Codes

Color #B2DB82 in popluar color models

B2DB82
RGB178219130
HSL88°55.28%68.43%
HSB/HSV88°40.64%85.88%
CMYK18.72%0.00%40.64%
14.12%

Color #B2DB82 in popluar number systems.

HEXB2DB82
Decimal178219130
Binary101100101101101110000010
Octal262333202

Shades and tints

Shades of #B2DB82

#B2DB82
(178,219,130)
#A2C877
(162,200,119)
#92B56C
(146,181,108)
#82A261
(130,162,97)
#728F56
(114,143,86)
#627C4B
(98,124,75)
#526940
(82,105,64)
#425635
(66,86,53)
#32432A
(50,67,42)
#22301F
(34,48,31)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #B2DB82

#B2DB82
(178,219,130)
#B9DE8D
(185,222,141)
#C0E198
(192,225,152)
#C7E4A3
(199,228,163)
#CEE7AE
(206,231,174)
#D5EAB9
(213,234,185)
#DCEDC4
(220,237,196)
#E3F0CF
(227,240,207)
#EAF3DA
(234,243,218)
#F1F6E5
(241,246,229)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DB82 color. Also use rgb(178,219,130) instead hex code.

Text Font Color

.myTextColor { color: #B2DB82; }

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

This text font color is #B2DB82.


Background Color

.myBgColor { background-color: #B2DB82; }

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

This div background color is #B2DB82.


Border color

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

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

This div border color is #B2DB82.


Opacity

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

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

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

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

This text has shadow with #B2DB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DB82 on black background.


Color preview on white background

This text has color #B2DB82 on white background.



Black color preview on #B2DB82 background

This text has black color on #B2DB82 background.


White color preview on #B2DB82 background

This text has white color on #B2DB82 background.