COLOR #B4AFAD

HEX: #B4AFAD RGB: (180,175,173)

Color info

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

RGB color model

#B4AFAD color RGB value is (180,175,173).

RGB: (180,175,173) (71%, 69%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 173 of 255 = 68%

180
175
173

R + G + B ~ 69%. #B4AFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 175 + 173 = 528 (100%)
R 180 of 528 ~ 34.09%
G 175 of 528 ~ 33.14%
B 173 of 528 ~ 32.77'%

%34.09
%33.14
%32.77

CMYK color model

#B4AFAD color CMYK value is (0,3,4,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK: (0,3,4,29) C0M3Y4K29 (0%,3%,4%,29%) (0.00/0.03/0.04/0.29) 

CMYK percentages

%0
%2.78
%3.89
%29.41

Codes

Color #B4AFAD in popluar color models

B4 AF AD
RGB 180 175 173
HSL 17° 4.46% 69.22%
HSB/HSV 17° 3.89% 70.59%
CMYK 0.00% 2.78% 3.89%
29.41%

Color #B4AFAD in popluar number systems.

HEX B4 AF AD
Decimal 180 175 173
Binary 10110100 10101111 10101101
Octal 264 257 255

Shades and tints

Shades of #B4AFAD

#B4AFAD
(180,175,173)
#A4A09E
(164,160,158)
#94918F
(148,145,143)
#848280
(132,130,128)
#747371
(116,115,113)
#646462
(100,100,98)
#545553
(84,85,83)
#444644
(68,70,68)
#343735
(52,55,53)
#242826
(36,40,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4AFAD

#B4AFAD
(180,175,173)
#BAB6B4
(186,182,180)
#C0BDBB
(192,189,187)
#C6C4C2
(198,196,194)
#CCCBC9
(204,203,201)
#D2D2D0
(210,210,208)
#D8D9D7
(216,217,215)
#DEE0DE
(222,224,222)
#E4E7E5
(228,231,229)
#EAEEEC
(234,238,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFAD; }

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

This text font color is #B4AFAD.

Background Color

.myBgColor { background-color: #B4AFAD; }

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

This div background color is #B4AFAD.

Border color

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

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

This div border color is #B4AFAD.

Opacity

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

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

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

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

This text has shadow with #B4AFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AFAD.

Preview

Color preview on black background

This text has color #B4AFAD on black background.


Color preview on white background

This text has color #B4AFAD on white background.


Black color preview on #B4AFAD background

This text has black color on #B4AFAD background.


White color preview on #B4AFAD background

This text has white color on #B4AFAD background.


Related colors

Complementary color

Complementary color for #hex is #4B5052.


I love getcolorcode.com

Triadic colors

1 #ADB4AF and #AFADB4 with #B4AFAD are triadic colors.

2 #ADAFB4 and #AFB4AD with #B4AFAD are triadic colors.