COLOR #B0C782

HEX: #B0C782 RGB: (176,199,130)

Color info

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

RGB color model

#B0C782 color RGB value is (176,199,130).

RGB: (176,199,130) (69%, 78%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 130 of 255 = 51%

176
199
130

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

Portions of RGB colors in percentages

R + G + B = 176 + 199 + 130 = 505 (100%)
R 176 of 505 ~ 34.85%
G 199 of 505 ~ 39.41%
B 130 of 505 ~ 25.74'%

%34.85
%39.41
%25.74

CMYK color model

#B0C782 color CMYK value is (12,0,35,22).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 21.96%

CMYK: (12,0,35,22)
C12M0Y35K22 (12%, 0%, 35%, 22%)
(0.12 / 0.00 / 0.35 / 0.22)

CMYK percentages

%11.56
%0
%34.67
%21.96

Codes

Color #B0C782 in popluar color models

B0 C7 82
RGB 176 199 130
HSL 80° 38.12% 64.51%
HSB/HSV 80° 34.67% 78.04%
CMYK 11.56% 0.00% 34.67%
21.96%

Color #B0C782 in popluar number systems.

HEX B0 C7 82
Decimal 176 199 130
Binary 10110000 11000111 10000010
Octal 260 307 202

Shades and tints

Shades of #B0C782

#B0C782
(176,199,130)
#A0B577
(160,181,119)
#90A36C
(144,163,108)
#809161
(128,145,97)
#707F56
(112,127,86)
#606D4B
(96,109,75)
#505B40
(80,91,64)
#404935
(64,73,53)
#30372A
(48,55,42)
#20251F
(32,37,31)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0C782

#B0C782
(176,199,130)
#B7CC8D
(183,204,141)
#BED198
(190,209,152)
#C5D6A3
(197,214,163)
#CCDBAE
(204,219,174)
#D3E0B9
(211,224,185)
#DAE5C4
(218,229,196)
#E1EACF
(225,234,207)
#E8EFDA
(232,239,218)
#EFF4E5
(239,244,229)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C782 color. Also use rgb(176,199,130) instead hex code.

Text Font Color

.myTextColor { color: #B0C782; }

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

This text font color is #B0C782.

Background Color

.myBgColor { background-color: #B0C782; }

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

This div background color is #B0C782.

Border color

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

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

This div border color is #B0C782.

Opacity

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

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

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

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

This text has shadow with #B0C782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C782.

Preview

Color preview on black background

This text has color #B0C782 on black background.


Color preview on white background

This text has color #B0C782 on white background.


Black color preview on #B0C782 background

This text has black color on #B0C782 background.


White color preview on #B0C782 background

This text has white color on #B0C782 background.


Related colors

Complementary color

Complementary color for #hex is #4F387D.


I love getcolorcode.com

Triadic colors

1 #82B0C7 and #C782B0 with #B0C782 are triadic colors.

2 #82C7B0 and #C7B082 with #B0C782 are triadic colors.