COLOR #B4AFAA

HEX: #B4AFAA RGB: (180,175,170)

Color info

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

RGB color model

#B4AFAA color RGB value is (180,175,170).

RGB: (180,175,170) (71%, 69%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 170 of 255 = 67%

180
175
170

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

Portions of RGB colors in percentages

R + G + B = 180 + 175 + 170 = 525 (100%)
R 180 of 525 ~ 34.29%
G 175 of 525 ~ 33.33%
B 170 of 525 ~ 32.38'%

%34.29
%33.33
%32.38

CMYK color model

#B4AFAA color CMYK value is (0,3,6,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK: (0,3,6,29) C0M3Y6K29 (0%,3%,6%,29%) (0.00/0.03/0.06/0.29) 

CMYK percentages

%0
%2.78
%5.56
%29.41

Codes

Color #B4AFAA in popluar color models

B4 AF AA
RGB 180 175 170
HSL 30° 6.25% 68.63%
HSB/HSV 30° 5.56% 70.59%
CMYK 0.00% 2.78% 5.56%
29.41%

Color #B4AFAA in popluar number systems.

HEX B4 AF AA
Decimal 180 175 170
Binary 10110100 10101111 10101010
Octal 264 257 252

Shades and tints

Shades of #B4AFAA

#B4AFAA
(180,175,170)
#A4A09B
(164,160,155)
#94918C
(148,145,140)
#84827D
(132,130,125)
#74736E
(116,115,110)
#64645F
(100,100,95)
#545550
(84,85,80)
#444641
(68,70,65)
#343732
(52,55,50)
#242823
(36,40,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #B4AFAA

#B4AFAA
(180,175,170)
#BAB6B1
(186,182,177)
#C0BDB8
(192,189,184)
#C6C4BF
(198,196,191)
#CCCBC6
(204,203,198)
#D2D2CD
(210,210,205)
#D8D9D4
(216,217,212)
#DEE0DB
(222,224,219)
#E4E7E2
(228,231,226)
#EAEEE9
(234,238,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AFAA; }

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

This text font color is #B4AFAA.

Background Color

.myBgColor { background-color: #B4AFAA; }

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

This div background color is #B4AFAA.

Border color

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

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

This div border color is #B4AFAA.

Opacity

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

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

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

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

This text has shadow with #B4AFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AFAA.

Preview

Color preview on black background

This text has color #B4AFAA on black background.


Color preview on white background

This text has color #B4AFAA on white background.


Black color preview on #B4AFAA background

This text has black color on #B4AFAA background.


White color preview on #B4AFAA background

This text has white color on #B4AFAA background.


Related colors

Complementary color

Complementary color for #hex is #4B5055.


I love getcolorcode.com

Triadic colors

1 #AAB4AF and #AFAAB4 with #B4AFAA are triadic colors.

2 #AAAFB4 and #AFB4AA with #B4AFAA are triadic colors.