COLOR #B2D080

HEX: #B2D080
RGB: (178,208,128)

Color info

#B2D080 contains mainly red and green colors. Web safe color of #B2D080 is #99CC66 (or #9C6).

RGB color model

#B2D080 color RGB value is (178,208,128).

  • red value is 178;
  • green value is 208;
  • blue value is 128.
RGB:
(178,208,128)
(70%,82%,50%)

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 128 of 255 = 50%

178
208
128

R + G + B ~ 67%. #B2D080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 208 + 128 = 514 (100%)
R 178 of 514 ~ 34.63%
G 208 of 514 ~ 40.47%
B 128 of 514 ~ 24.9%

%34.63
%40.47
%24.9

CMYK color model

#B2D080 color CMYK value is (14,0,38,18).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 18.43%
CMYK:
(14,0,38,18)
C14M0Y38K18 
(14%,0%,38%,18%)
(0.14/0.00/0.38/0.18)	

CMYK percentages

%14.42
%0
%38.46
%18.43

Codes

Color #B2D080 in popluar color models

B2D080
RGB178208128
HSL83°45.98%65.88%
HSB/HSV83°38.46%81.57%
CMYK14.42%0.00%38.46%
18.43%

Color #B2D080 in popluar number systems.

HEXB2D080
Decimal178208128
Binary101100101101000010000000
Octal262320200

Shades and tints

Shades of #B2D080

#B2D080
(178,208,128)
#A2BE75
(162,190,117)
#92AC6A
(146,172,106)
#829A5F
(130,154,95)
#728854
(114,136,84)
#627649
(98,118,73)
#52643E
(82,100,62)
#425233
(66,82,51)
#324028
(50,64,40)
#222E1D
(34,46,29)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #B2D080

#B2D080
(178,208,128)
#B9D48B
(185,212,139)
#C0D896
(192,216,150)
#C7DCA1
(199,220,161)
#CEE0AC
(206,224,172)
#D5E4B7
(213,228,183)
#DCE8C2
(220,232,194)
#E3ECCD
(227,236,205)
#EAF0D8
(234,240,216)
#F1F4E3
(241,244,227)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D080 color. Also use rgb(178,208,128) instead hex code.

Text Font Color

.myTextColor { color: #B2D080; }

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

This text font color is #B2D080.


Background Color

.myBgColor { background-color: #B2D080; }

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

This div background color is #B2D080.


Border color

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

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

This div border color is #B2D080.


Opacity

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

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

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

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

This text has shadow with #B2D080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D080 on black background.


Color preview on white background

This text has color #B2D080 on white background.



Black color preview on #B2D080 background

This text has black color on #B2D080 background.


White color preview on #B2D080 background

This text has white color on #B2D080 background.