COLOR #B6C975

HEX: #B6C975
RGB: (182,201,117)

Color info

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

RGB color model

#B6C975 color RGB value is (182,201,117).

  • red value is 182;
  • green value is 201;
  • blue value is 117.
RGB:
(182,201,117)
(71%,79%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 201 of 255 = 79%
B 117 of 255 = 46%

182
201
117

R + G + B ~ 65%. #B6C975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 201 + 117 = 500 (100%)
R 182 of 500 ~ 36.4%
G 201 of 500 ~ 40.2%
B 117 of 500 ~ 23.4%

%36.4
%40.2
%23.4

CMYK color model

#B6C975 color CMYK value is (9,0,42,21).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 21.18%
CMYK:
(9,0,42,21)
C9M0Y42K21 
(9%,0%,42%,21%)
(0.09/0.00/0.42/0.21)	

CMYK percentages

%9.45
%0
%41.79
%21.18

Codes

Color #B6C975 in popluar color models

B6C975
RGB182201117
HSL74°43.75%62.35%
HSB/HSV74°41.79%78.82%
CMYK9.45%0.00%41.79%
21.18%

Color #B6C975 in popluar number systems.

HEXB6C975
Decimal182201117
Binary10110110110010011110101
Octal266311165

Shades and tints

Shades of #B6C975

#B6C975
(182,201,117)
#A6B76B
(166,183,107)
#96A561
(150,165,97)
#869357
(134,147,87)
#76814D
(118,129,77)
#666F43
(102,111,67)
#565D39
(86,93,57)
#464B2F
(70,75,47)
#363925
(54,57,37)
#26271B
(38,39,27)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B6C975

#B6C975
(182,201,117)
#BCCD81
(188,205,129)
#C2D18D
(194,209,141)
#C8D599
(200,213,153)
#CED9A5
(206,217,165)
#D4DDB1
(212,221,177)
#DAE1BD
(218,225,189)
#E0E5C9
(224,229,201)
#E6E9D5
(230,233,213)
#ECEDE1
(236,237,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C975 color. Also use rgb(182,201,117) instead hex code.

Text Font Color

.myTextColor { color: #B6C975; }

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

This text font color is #B6C975.


Background Color

.myBgColor { background-color: #B6C975; }

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

This div background color is #B6C975.


Border color

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

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

This div border color is #B6C975.


Opacity

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

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

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

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

This text has shadow with #B6C975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C975 on black background.


Color preview on white background

This text has color #B6C975 on white background.



Black color preview on #B6C975 background

This text has black color on #B6C975 background.


White color preview on #B6C975 background

This text has white color on #B6C975 background.