COLOR #B4C3AF

HEX: #B4C3AF RGB: (180,195,175)

Color info

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

RGB color model

#B4C3AF color RGB value is (180,195,175).

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

RGB channels and saturation

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

180
195
175

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

Portions of RGB colors in percentages

R + G + B = 180 + 195 + 175 = 550 (100%)
R 180 of 550 ~ 32.73%
G 195 of 550 ~ 35.45%
B 175 of 550 ~ 31.82'%

%32.73
%35.45
%31.82

CMYK color model

#B4C3AF color CMYK value is (8,0,10,24).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 23.53%

CMYK: (8,0,10,24)
C8M0Y10K24 (8%, 0%, 10%, 24%)
(0.08 / 0.00 / 0.10 / 0.24)

CMYK percentages

%7.69
%0
%10.26
%23.53

Codes

Color #B4C3AF in popluar color models

B4 C3 AF
RGB 180 195 175
HSL 105° 14.29% 72.55%
HSB/HSV 105° 10.26% 76.47%
CMYK 7.69% 0.00% 10.26%
23.53%

Color #B4C3AF in popluar number systems.

HEX B4 C3 AF
Decimal 180 195 175
Binary 10110100 11000011 10101111
Octal 264 303 257

Shades and tints

Shades of #B4C3AF

#B4C3AF
(180,195,175)
#A4B2A0
(164,178,160)
#94A191
(148,161,145)
#849082
(132,144,130)
#747F73
(116,127,115)
#646E64
(100,110,100)
#545D55
(84,93,85)
#444C46
(68,76,70)
#343B37
(52,59,55)
#242A28
(36,42,40)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4C3AF

#B4C3AF
(180,195,175)
#BAC8B6
(186,200,182)
#C0CDBD
(192,205,189)
#C6D2C4
(198,210,196)
#CCD7CB
(204,215,203)
#D2DCD2
(210,220,210)
#D8E1D9
(216,225,217)
#DEE6E0
(222,230,224)
#E4EBE7
(228,235,231)
#EAF0EE
(234,240,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C3AF; }

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

This text font color is #B4C3AF.

Background Color

.myBgColor { background-color: #B4C3AF; }

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

This div background color is #B4C3AF.

Border color

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

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

This div border color is #B4C3AF.

Opacity

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

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

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

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

This text has shadow with #B4C3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C3AF.

Preview

Color preview on black background

This text has color #B4C3AF on black background.


Color preview on white background

This text has color #B4C3AF on white background.


Black color preview on #B4C3AF background

This text has black color on #B4C3AF background.


White color preview on #B4C3AF background

This text has white color on #B4C3AF background.


Related colors

Complementary color

Complementary color for #hex is #4B3C50.


I love getcolorcode.com

Triadic colors

1 #AFB4C3 and #C3AFB4 with #B4C3AF are triadic colors.

2 #AFC3B4 and #C3B4AF with #B4C3AF are triadic colors.