COLOR #B7C280

HEX: #B7C280 RGB: (183,194,128)

Color info

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

RGB color model

#B7C280 color RGB value is (183,194,128).

RGB: (183,194,128) (72%, 76%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 194 of 255 = 76%
B 128 of 255 = 50%

183
194
128

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

Portions of RGB colors in percentages

R + G + B = 183 + 194 + 128 = 505 (100%)
R 183 of 505 ~ 36.24%
G 194 of 505 ~ 38.42%
B 128 of 505 ~ 25.35'%

%36.24
%38.42
%25.35

CMYK color model

#B7C280 color CMYK value is (6,0,34,24).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 23.92%
CMYK: (6,0,34,24) C6M0Y34K24 (6%,0%,34%,24%) (0.06/0.00/0.34/0.24) 

CMYK percentages

%5.67
%0
%34.02
%23.92

Codes

Color #B7C280 in popluar color models

B7 C2 80
RGB 183 194 128
HSL 70° 35.11% 63.14%
HSB/HSV 70° 34.02% 76.08%
CMYK 5.67% 0.00% 34.02%
23.92%

Color #B7C280 in popluar number systems.

HEX B7 C2 80
Decimal 183 194 128
Binary 10110111 11000010 10000000
Octal 267 302 200

Shades and tints

Shades of #B7C280

#B7C280
(183,194,128)
#A7B175
(167,177,117)
#97A06A
(151,160,106)
#878F5F
(135,143,95)
#777E54
(119,126,84)
#676D49
(103,109,73)
#575C3E
(87,92,62)
#474B33
(71,75,51)
#373A28
(55,58,40)
#27291D
(39,41,29)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7C280

#B7C280
(183,194,128)
#BDC78B
(189,199,139)
#C3CC96
(195,204,150)
#C9D1A1
(201,209,161)
#CFD6AC
(207,214,172)
#D5DBB7
(213,219,183)
#DBE0C2
(219,224,194)
#E1E5CD
(225,229,205)
#E7EAD8
(231,234,216)
#EDEFE3
(237,239,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C280; }

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

This text font color is #B7C280.

Background Color

.myBgColor { background-color: #B7C280; }

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

This div background color is #B7C280.

Border color

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

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

This div border color is #B7C280.

Opacity

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

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

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

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

This text has shadow with #B7C280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C280.

Preview

Color preview on black background

This text has color #B7C280 on black background.


Color preview on white background

This text has color #B7C280 on white background.


Black color preview on #B7C280 background

This text has black color on #B7C280 background.


White color preview on #B7C280 background

This text has white color on #B7C280 background.


Related colors

Complementary color

Complementary color for #hex is #483D7F.


I love getcolorcode.com

Triadic colors

1 #80B7C2 and #C280B7 with #B7C280 are triadic colors.

2 #80C2B7 and #C2B780 with #B7C280 are triadic colors.