COLOR #B4C6A3

HEX: #B4C6A3
RGB: (180,198,163)

Color info

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

RGB color model

#B4C6A3 color RGB value is (180,198,163).

  • red value is 180;
  • green value is 198;
  • blue value is 163.
RGB:
(180,198,163)
(71%,78%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 163 of 255 = 64%

180
198
163

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

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 163 = 541 (100%)
R 180 of 541 ~ 33.27%
G 198 of 541 ~ 36.6%
B 163 of 541 ~ 30.13%

%33.27
%36.6
%30.13

CMYK color model

#B4C6A3 color CMYK value is (9,0,18,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(9,0,18,22)
C9M0Y18K22 
(9%,0%,18%,22%)
(0.09/0.00/0.18/0.22)	

CMYK percentages

%9.09
%0
%17.68
%22.35

Codes

Color #B4C6A3 in popluar color models

B4C6A3
RGB180198163
HSL91°23.49%70.78%
HSB/HSV91°17.68%77.65%
CMYK9.09%0.00%17.68%
22.35%

Color #B4C6A3 in popluar number systems.

HEXB4C6A3
Decimal180198163
Binary101101001100011010100011
Octal264306243

Shades and tints

Shades of #B4C6A3

#B4C6A3
(180,198,163)
#A4B495
(164,180,149)
#94A287
(148,162,135)
#849079
(132,144,121)
#747E6B
(116,126,107)
#646C5D
(100,108,93)
#545A4F
(84,90,79)
#444841
(68,72,65)
#343633
(52,54,51)
#242425
(36,36,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #B4C6A3

#B4C6A3
(180,198,163)
#BACBAB
(186,203,171)
#C0D0B3
(192,208,179)
#C6D5BB
(198,213,187)
#CCDAC3
(204,218,195)
#D2DFCB
(210,223,203)
#D8E4D3
(216,228,211)
#DEE9DB
(222,233,219)
#E4EEE3
(228,238,227)
#EAF3EB
(234,243,235)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C6A3 color. Also use rgb(180,198,163) instead hex code.

Text Font Color

.myTextColor { color: #B4C6A3; }

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

This text font color is #B4C6A3.


Background Color

.myBgColor { background-color: #B4C6A3; }

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

This div background color is #B4C6A3.


Border color

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

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

This div border color is #B4C6A3.


Opacity

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

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

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

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

This text has shadow with #B4C6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6A3 on black background.


Color preview on white background

This text has color #B4C6A3 on white background.



Black color preview on #B4C6A3 background

This text has black color on #B4C6A3 background.


White color preview on #B4C6A3 background

This text has white color on #B4C6A3 background.