COLOR #B8C782

HEX: #B8C782 RGB: (184,199,130)

Color info

#B8C782 contains mainly red and green colors. Web safe color of #B8C782 is #CCCC99 (or #CC9).

RGB color model

#B8C782 color RGB value is (184,199,130).

RGB: (184,199,130) (72%, 78%, 51%)

RGB channels and saturation

R 184 of 255 = 72%
G 199 of 255 = 78%
B 130 of 255 = 51%

184
199
130

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

Portions of RGB colors in percentages

R + G + B = 184 + 199 + 130 = 513 (100%)
R 184 of 513 ~ 35.87%
G 199 of 513 ~ 38.79%
B 130 of 513 ~ 25.34'%

%35.87
%38.79
%25.34

CMYK color model

#B8C782 color CMYK value is (8,0,35,22).

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

CMYK: (8,0,35,22)
C8M0Y35K22 (8%, 0%, 35%, 22%)
(0.08 / 0.00 / 0.35 / 0.22)

CMYK percentages

%7.54
%0
%34.67
%21.96

Codes

Color #B8C782 in popluar color models

B8 C7 82
RGB 184 199 130
HSL 73° 38.12% 64.51%
HSB/HSV 73° 34.67% 78.04%
CMYK 7.54% 0.00% 34.67%
21.96%

Color #B8C782 in popluar number systems.

HEX B8 C7 82
Decimal 184 199 130
Binary 10111000 11000111 10000010
Octal 270 307 202

Shades and tints

Shades of #B8C782

#B8C782
(184,199,130)
#A8B577
(168,181,119)
#98A36C
(152,163,108)
#889161
(136,145,97)
#787F56
(120,127,86)
#686D4B
(104,109,75)
#585B40
(88,91,64)
#484935
(72,73,53)
#38372A
(56,55,42)
#28251F
(40,37,31)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B8C782

#B8C782
(184,199,130)
#BECC8D
(190,204,141)
#C4D198
(196,209,152)
#CAD6A3
(202,214,163)
#D0DBAE
(208,219,174)
#D6E0B9
(214,224,185)
#DCE5C4
(220,229,196)
#E2EACF
(226,234,207)
#E8EFDA
(232,239,218)
#EEF4E5
(238,244,229)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C782; }

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

This text font color is #B8C782.

Background Color

.myBgColor { background-color: #B8C782; }

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

This div background color is #B8C782.

Border color

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

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

This div border color is #B8C782.

Opacity

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

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

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

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

This text has shadow with #B8C782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8C782.

Preview

Color preview on black background

This text has color #B8C782 on black background.


Color preview on white background

This text has color #B8C782 on white background.


Black color preview on #B8C782 background

This text has black color on #B8C782 background.


White color preview on #B8C782 background

This text has white color on #B8C782 background.


Related colors

Complementary color

Complementary color for #hex is #47387D.


I love getcolorcode.com

Triadic colors

1 #82B8C7 and #C782B8 with #B8C782 are triadic colors.

2 #82C7B8 and #C7B882 with #B8C782 are triadic colors.