COLOR #B496AA

HEX: #B496AA RGB: (180,150,170)

Color info

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

RGB color model

#B496AA color RGB value is (180,150,170).

RGB: (180,150,170) (71%, 59%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 170 of 255 = 67%

180
150
170

R + G + B ~ 66%. #B496AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 150 + 170 = 500 (100%)
R 180 of 500 ~ 36%
G 150 of 500 ~ 30%
B 170 of 500 ~ 34'%

%36
%30
%34

CMYK color model

#B496AA color CMYK value is (0,17,6,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK: (0,17,6,29) C0M17Y6K29 (0%,17%,6%,29%) (0.00/0.17/0.06/0.29) 

CMYK percentages

%0
%16.67
%5.56
%29.41

Codes

Color #B496AA in popluar color models

B4 96 AA
RGB 180 150 170
HSL 320° 16.67% 64.71%
HSB/HSV 320° 16.67% 70.59%
CMYK 0.00% 16.67% 5.56%
29.41%

Color #B496AA in popluar number systems.

HEX B4 96 AA
Decimal 180 150 170
Binary 10110100 10010110 10101010
Octal 264 226 252

Shades and tints

Shades of #B496AA

#B496AA
(180,150,170)
#A4899B
(164,137,155)
#947C8C
(148,124,140)
#846F7D
(132,111,125)
#74626E
(116,98,110)
#64555F
(100,85,95)
#544850
(84,72,80)
#443B41
(68,59,65)
#342E32
(52,46,50)
#242123
(36,33,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B496AA

#B496AA
(180,150,170)
#BA9FB1
(186,159,177)
#C0A8B8
(192,168,184)
#C6B1BF
(198,177,191)
#CCBAC6
(204,186,198)
#D2C3CD
(210,195,205)
#D8CCD4
(216,204,212)
#DED5DB
(222,213,219)
#E4DEE2
(228,222,226)
#EAE7E9
(234,231,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496AA; }

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

This text font color is #B496AA.

Background Color

.myBgColor { background-color: #B496AA; }

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

This div background color is #B496AA.

Border color

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

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

This div border color is #B496AA.

Opacity

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

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

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

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

This text has shadow with #B496AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B496AA.

Preview

Color preview on black background

This text has color #B496AA on black background.


Color preview on white background

This text has color #B496AA on white background.


Black color preview on #B496AA background

This text has black color on #B496AA background.


White color preview on #B496AA background

This text has white color on #B496AA background.


Related colors

Complementary color

Complementary color for #hex is #4B6955.


I love getcolorcode.com

Triadic colors

1 #AAB496 and #96AAB4 with #B496AA are triadic colors.

2 #AA96B4 and #96B4AA with #B496AA are triadic colors.