COLOR #B7C2A0

HEX: #B7C2A0
RGB: (183,194,160)

Color info

#B7C2A0 contains red, green and blue colors in about the same proportion. Web safe color of #B7C2A0 is #CCCC99 (or #CC9).

RGB color model

#B7C2A0 color RGB value is (183,194,160).

  • red value is 183;
  • green value is 194;
  • blue value is 160.
RGB:
(183,194,160)
(72%,76%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 194 of 255 = 76%
B 160 of 255 = 63%

183
194
160

R + G + B ~ 70%. #B7C2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 194 + 160 = 537 (100%)
R 183 of 537 ~ 34.08%
G 194 of 537 ~ 36.13%
B 160 of 537 ~ 29.8%

%34.08
%36.13
%29.8

CMYK color model

#B7C2A0 color CMYK value is (6,0,18,24).

  • cyan value is 5.67%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(6,0,18,24)
C6M0Y18K24 
(6%,0%,18%,24%)
(0.06/0.00/0.18/0.24)	

CMYK percentages

%5.67
%0
%17.53
%23.92

Codes

Color #B7C2A0 in popluar color models

B7C2A0
RGB183194160
HSL79°21.79%69.41%
HSB/HSV79°17.53%76.08%
CMYK5.67%0.00%17.53%
23.92%

Color #B7C2A0 in popluar number systems.

HEXB7C2A0
Decimal183194160
Binary101101111100001010100000
Octal267302240

Shades and tints

Shades of #B7C2A0

#B7C2A0
(183,194,160)
#A7B192
(167,177,146)
#97A084
(151,160,132)
#878F76
(135,143,118)
#777E68
(119,126,104)
#676D5A
(103,109,90)
#575C4C
(87,92,76)
#474B3E
(71,75,62)
#373A30
(55,58,48)
#272922
(39,41,34)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #B7C2A0

#B7C2A0
(183,194,160)
#BDC7A8
(189,199,168)
#C3CCB0
(195,204,176)
#C9D1B8
(201,209,184)
#CFD6C0
(207,214,192)
#D5DBC8
(213,219,200)
#DBE0D0
(219,224,208)
#E1E5D8
(225,229,216)
#E7EAE0
(231,234,224)
#EDEFE8
(237,239,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C2A0; }

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

This text font color is #B7C2A0.


Background Color

.myBgColor { background-color: #B7C2A0; }

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

This div background color is #B7C2A0.


Border color

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

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

This div border color is #B7C2A0.


Opacity

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

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

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

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

This text has shadow with #B7C2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C2A0 on black background.


Color preview on white background

This text has color #B7C2A0 on white background.



Black color preview on #B7C2A0 background

This text has black color on #B7C2A0 background.


White color preview on #B7C2A0 background

This text has white color on #B7C2A0 background.