COLOR #B4C7A1

HEX: #B4C7A1
RGB: (180,199,161)

Color info

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

RGB color model

#B4C7A1 color RGB value is (180,199,161).

  • red value is 180;
  • green value is 199;
  • blue value is 161.
RGB:
(180,199,161)
(71%,78%,63%)

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 161 of 255 = 63%

180
199
161

R + G + B ~ 71%. #B4C7A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 161 = 540 (100%)
R 180 of 540 ~ 33.33%
G 199 of 540 ~ 36.85%
B 161 of 540 ~ 29.81%

%33.33
%36.85
%29.81

CMYK color model

#B4C7A1 color CMYK value is (10,0,19,22).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(10,0,19,22)
C10M0Y19K22 
(10%,0%,19%,22%)
(0.10/0.00/0.19/0.22)	

CMYK percentages

%9.55
%0
%19.1
%21.96

Codes

Color #B4C7A1 in popluar color models

B4C7A1
RGB180199161
HSL90°25.33%70.59%
HSB/HSV90°19.10%78.04%
CMYK9.55%0.00%19.10%
21.96%

Color #B4C7A1 in popluar number systems.

HEXB4C7A1
Decimal180199161
Binary101101001100011110100001
Octal264307241

Shades and tints

Shades of #B4C7A1

#B4C7A1
(180,199,161)
#A4B593
(164,181,147)
#94A385
(148,163,133)
#849177
(132,145,119)
#747F69
(116,127,105)
#646D5B
(100,109,91)
#545B4D
(84,91,77)
#44493F
(68,73,63)
#343731
(52,55,49)
#242523
(36,37,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4C7A1

#B4C7A1
(180,199,161)
#BACCA9
(186,204,169)
#C0D1B1
(192,209,177)
#C6D6B9
(198,214,185)
#CCDBC1
(204,219,193)
#D2E0C9
(210,224,201)
#D8E5D1
(216,229,209)
#DEEAD9
(222,234,217)
#E4EFE1
(228,239,225)
#EAF4E9
(234,244,233)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C7A1 color. Also use rgb(180,199,161) instead hex code.

Text Font Color

.myTextColor { color: #B4C7A1; }

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

This text font color is #B4C7A1.


Background Color

.myBgColor { background-color: #B4C7A1; }

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

This div background color is #B4C7A1.


Border color

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

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

This div border color is #B4C7A1.


Opacity

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

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

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

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

This text has shadow with #B4C7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C7A1 on black background.


Color preview on white background

This text has color #B4C7A1 on white background.



Black color preview on #B4C7A1 background

This text has black color on #B4C7A1 background.


White color preview on #B4C7A1 background

This text has white color on #B4C7A1 background.