COLOR #B4C2AF

HEX: #B4C2AF RGB: (180,194,175)

Color info

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

RGB color model

#B4C2AF color RGB value is (180,194,175).

RGB: (180,194,175) (71%, 76%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 194 of 255 = 76%
B 175 of 255 = 69%

180
194
175

R + G + B ~ 72%. #B4C2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 194 + 175 = 549 (100%)
R 180 of 549 ~ 32.79%
G 194 of 549 ~ 35.34%
B 175 of 549 ~ 31.88'%

%32.79
%35.34
%31.88

CMYK color model

#B4C2AF color CMYK value is (7,0,10,24).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK: (7,0,10,24) C7M0Y10K24 (7%,0%,10%,24%) (0.07/0.00/0.10/0.24) 

CMYK percentages

%7.22
%0
%9.79
%23.92

Codes

Color #B4C2AF in popluar color models

B4 C2 AF
RGB 180 194 175
HSL 104° 13.48% 72.35%
HSB/HSV 104° 9.79% 76.08%
CMYK 7.22% 0.00% 9.79%
23.92%

Color #B4C2AF in popluar number systems.

HEX B4 C2 AF
Decimal 180 194 175
Binary 10110100 11000010 10101111
Octal 264 302 257

Shades and tints

Shades of #B4C2AF

#B4C2AF
(180,194,175)
#A4B1A0
(164,177,160)
#94A091
(148,160,145)
#848F82
(132,143,130)
#747E73
(116,126,115)
#646D64
(100,109,100)
#545C55
(84,92,85)
#444B46
(68,75,70)
#343A37
(52,58,55)
#242928
(36,41,40)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4C2AF

#B4C2AF
(180,194,175)
#BAC7B6
(186,199,182)
#C0CCBD
(192,204,189)
#C6D1C4
(198,209,196)
#CCD6CB
(204,214,203)
#D2DBD2
(210,219,210)
#D8E0D9
(216,224,217)
#DEE5E0
(222,229,224)
#E4EAE7
(228,234,231)
#EAEFEE
(234,239,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C2AF; }

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

This text font color is #B4C2AF.

Background Color

.myBgColor { background-color: #B4C2AF; }

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

This div background color is #B4C2AF.

Border color

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

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

This div border color is #B4C2AF.

Opacity

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

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

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

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

This text has shadow with #B4C2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C2AF.

Preview

Color preview on black background

This text has color #B4C2AF on black background.


Color preview on white background

This text has color #B4C2AF on white background.


Black color preview on #B4C2AF background

This text has black color on #B4C2AF background.


White color preview on #B4C2AF background

This text has white color on #B4C2AF background.


Related colors

Complementary color

Complementary color for #hex is #4B3D50.


I love getcolorcode.com

Triadic colors

1 #AFB4C2 and #C2AFB4 with #B4C2AF are triadic colors.

2 #AFC2B4 and #C2B4AF with #B4C2AF are triadic colors.