COLOR #B4B2AE

HEX: #B4B2AE RGB: (180,178,174)

Color info

#B4B2AE contains red, green and blue colors in about the same proportion. Web safe color of #B4B2AE is #CC9999 (or #C99).

RGB color model

#B4B2AE color RGB value is (180,178,174).

RGB: (180,178,174) (71%, 70%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 174 of 255 = 68%

180
178
174

R + G + B ~ 70%. #B4B2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 178 + 174 = 532 (100%)
R 180 of 532 ~ 33.83%
G 178 of 532 ~ 33.46%
B 174 of 532 ~ 32.71'%

%33.83
%33.46
%32.71

CMYK color model

#B4B2AE color CMYK value is (0,1,3,29).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK: (0,1,3,29) C0M1Y3K29 (0%,1%,3%,29%) (0.00/0.01/0.03/0.29) 

CMYK percentages

%0
%1.11
%3.33
%29.41

Codes

Color #B4B2AE in popluar color models

B4 B2 AE
RGB 180 178 174
HSL 40° 3.85% 69.41%
HSB/HSV 40° 3.33% 70.59%
CMYK 0.00% 1.11% 3.33%
29.41%

Color #B4B2AE in popluar number systems.

HEX B4 B2 AE
Decimal 180 178 174
Binary 10110100 10110010 10101110
Octal 264 262 256

Shades and tints

Shades of #B4B2AE

#B4B2AE
(180,178,174)
#A4A29F
(164,162,159)
#949290
(148,146,144)
#848281
(132,130,129)
#747272
(116,114,114)
#646263
(100,98,99)
#545254
(84,82,84)
#444245
(68,66,69)
#343236
(52,50,54)
#242227
(36,34,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B4B2AE

#B4B2AE
(180,178,174)
#BAB9B5
(186,185,181)
#C0C0BC
(192,192,188)
#C6C7C3
(198,199,195)
#CCCECA
(204,206,202)
#D2D5D1
(210,213,209)
#D8DCD8
(216,220,216)
#DEE3DF
(222,227,223)
#E4EAE6
(228,234,230)
#EAF1ED
(234,241,237)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B2AE color. Also use rgb(180,178,174) instead hex code.

Text Font Color

.myTextColor { color: #B4B2AE; }

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

This text font color is #B4B2AE.

Background Color

.myBgColor { background-color: #B4B2AE; }

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

This div background color is #B4B2AE.

Border color

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

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

This div border color is #B4B2AE.

Opacity

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

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

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

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

This text has shadow with #B4B2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B2AE.

Preview

Color preview on black background

This text has color #B4B2AE on black background.


Color preview on white background

This text has color #B4B2AE on white background.


Black color preview on #B4B2AE background

This text has black color on #B4B2AE background.


White color preview on #B4B2AE background

This text has white color on #B4B2AE background.


Related colors

Complementary color

Complementary color for #hex is #4B4D51.


I love getcolorcode.com

Triadic colors

1 #AEB4B2 and #B2AEB4 with #B4B2AE are triadic colors.

2 #AEB2B4 and #B2B4AE with #B4B2AE are triadic colors.