COLOR #B2C780

HEX: #B2C780
RGB: (178,199,128)

Color info

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

RGB color model

#B2C780 color RGB value is (178,199,128).

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

RGB channels and saturation

R 178 of 255 = 70%
G 199 of 255 = 78%
B 128 of 255 = 50%

178
199
128

R + G + B ~ 66%. #B2C780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 199 + 128 = 505 (100%)
R 178 of 505 ~ 35.25%
G 199 of 505 ~ 39.41%
B 128 of 505 ~ 25.35%

%35.25
%39.41
%25.35

CMYK color model

#B2C780 color CMYK value is (11,0,36,22).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 21.96%
CMYK:
(11,0,36,22)
C11M0Y36K22 
(11%,0%,36%,22%)
(0.11/0.00/0.36/0.22)	

CMYK percentages

%10.55
%0
%35.68
%21.96

Codes

Color #B2C780 in popluar color models

B2C780
RGB178199128
HSL78°38.80%64.12%
HSB/HSV78°35.68%78.04%
CMYK10.55%0.00%35.68%
21.96%

Color #B2C780 in popluar number systems.

HEXB2C780
Decimal178199128
Binary101100101100011110000000
Octal262307200

Shades and tints

Shades of #B2C780

#B2C780
(178,199,128)
#A2B575
(162,181,117)
#92A36A
(146,163,106)
#82915F
(130,145,95)
#727F54
(114,127,84)
#626D49
(98,109,73)
#525B3E
(82,91,62)
#424933
(66,73,51)
#323728
(50,55,40)
#22251D
(34,37,29)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #B2C780

#B2C780
(178,199,128)
#B9CC8B
(185,204,139)
#C0D196
(192,209,150)
#C7D6A1
(199,214,161)
#CEDBAC
(206,219,172)
#D5E0B7
(213,224,183)
#DCE5C2
(220,229,194)
#E3EACD
(227,234,205)
#EAEFD8
(234,239,216)
#F1F4E3
(241,244,227)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C780; }

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

This text font color is #B2C780.


Background Color

.myBgColor { background-color: #B2C780; }

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

This div background color is #B2C780.


Border color

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

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

This div border color is #B2C780.


Opacity

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

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

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

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

This text has shadow with #B2C780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C780 on black background.


Color preview on white background

This text has color #B2C780 on white background.



Black color preview on #B2C780 background

This text has black color on #B2C780 background.


White color preview on #B2C780 background

This text has white color on #B2C780 background.