COLOR #B7CC80

HEX: #B7CC80
RGB: (183,204,128)

Color info

#B7CC80 contains mainly red and green colors. Web safe color of #B7CC80 is #CCCC66 (or #CC6).

RGB color model

#B7CC80 color RGB value is (183,204,128).

  • red value is 183;
  • green value is 204;
  • blue value is 128.
RGB:
(183,204,128)
(72%,80%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 128 of 255 = 50%

183
204
128

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

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 128 = 515 (100%)
R 183 of 515 ~ 35.53%
G 204 of 515 ~ 39.61%
B 128 of 515 ~ 24.85%

%35.53
%39.61
%24.85

CMYK color model

#B7CC80 color CMYK value is (10,0,37,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(10,0,37,20)
C10M0Y37K20 
(10%,0%,37%,20%)
(0.10/0.00/0.37/0.20)	

CMYK percentages

%10.29
%0
%37.25
%20

Codes

Color #B7CC80 in popluar color models

B7CC80
RGB183204128
HSL77°42.70%65.10%
HSB/HSV77°37.25%80.00%
CMYK10.29%0.00%37.25%
20.00%

Color #B7CC80 in popluar number systems.

HEXB7CC80
Decimal183204128
Binary101101111100110010000000
Octal267314200

Shades and tints

Shades of #B7CC80

#B7CC80
(183,204,128)
#A7BA75
(167,186,117)
#97A86A
(151,168,106)
#87965F
(135,150,95)
#778454
(119,132,84)
#677249
(103,114,73)
#57603E
(87,96,62)
#474E33
(71,78,51)
#373C28
(55,60,40)
#272A1D
(39,42,29)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7CC80

#B7CC80
(183,204,128)
#BDD08B
(189,208,139)
#C3D496
(195,212,150)
#C9D8A1
(201,216,161)
#CFDCAC
(207,220,172)
#D5E0B7
(213,224,183)
#DBE4C2
(219,228,194)
#E1E8CD
(225,232,205)
#E7ECD8
(231,236,216)
#EDF0E3
(237,240,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CC80 color. Also use rgb(183,204,128) instead hex code.

Text Font Color

.myTextColor { color: #B7CC80; }

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

This text font color is #B7CC80.


Background Color

.myBgColor { background-color: #B7CC80; }

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

This div background color is #B7CC80.


Border color

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

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

This div border color is #B7CC80.


Opacity

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

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

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

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

This text has shadow with #B7CC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CC80 on black background.


Color preview on white background

This text has color #B7CC80 on white background.



Black color preview on #B7CC80 background

This text has black color on #B7CC80 background.


White color preview on #B7CC80 background

This text has white color on #B7CC80 background.