COLOR #B4C6AF

HEX: #B4C6AF
RGB: (180,198,175)

Color info

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

RGB color model

#B4C6AF color RGB value is (180,198,175).

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

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 175 of 255 = 69%

180
198
175

R + G + B ~ 73%. #B4C6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 175 = 553 (100%)
R 180 of 553 ~ 32.55%
G 198 of 553 ~ 35.8%
B 175 of 553 ~ 31.65%

%32.55
%35.8
%31.65

CMYK color model

#B4C6AF color CMYK value is (9,0,12,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(9,0,12,22)
C9M0Y12K22 
(9%,0%,12%,22%)
(0.09/0.00/0.12/0.22)	

CMYK percentages

%9.09
%0
%11.62
%22.35

Codes

Color #B4C6AF in popluar color models

B4C6AF
RGB180198175
HSL107°16.79%73.14%
HSB/HSV107°11.62%77.65%
CMYK9.09%0.00%11.62%
22.35%

Color #B4C6AF in popluar number systems.

HEXB4C6AF
Decimal180198175
Binary101101001100011010101111
Octal264306257

Shades and tints

Shades of #B4C6AF

#B4C6AF
(180,198,175)
#A4B4A0
(164,180,160)
#94A291
(148,162,145)
#849082
(132,144,130)
#747E73
(116,126,115)
#646C64
(100,108,100)
#545A55
(84,90,85)
#444846
(68,72,70)
#343637
(52,54,55)
#242428
(36,36,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #B4C6AF

#B4C6AF
(180,198,175)
#BACBB6
(186,203,182)
#C0D0BD
(192,208,189)
#C6D5C4
(198,213,196)
#CCDACB
(204,218,203)
#D2DFD2
(210,223,210)
#D8E4D9
(216,228,217)
#DEE9E0
(222,233,224)
#E4EEE7
(228,238,231)
#EAF3EE
(234,243,238)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C6AF; }

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

This text font color is #B4C6AF.


Background Color

.myBgColor { background-color: #B4C6AF; }

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

This div background color is #B4C6AF.


Border color

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

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

This div border color is #B4C6AF.


Opacity

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

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

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

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

This text has shadow with #B4C6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6AF on black background.


Color preview on white background

This text has color #B4C6AF on white background.



Black color preview on #B4C6AF background

This text has black color on #B4C6AF background.


White color preview on #B4C6AF background

This text has white color on #B4C6AF background.