COLOR #B497AC

HEX: #B497AC RGB: (180,151,172)

Color info

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

RGB color model

#B497AC color RGB value is (180,151,172).

RGB: (180,151,172) (71%, 59%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 172 of 255 = 67%

180
151
172

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

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 172 = 503 (100%)
R 180 of 503 ~ 35.79%
G 151 of 503 ~ 30.02%
B 172 of 503 ~ 34.19'%

%35.79
%30.02
%34.19

CMYK color model

#B497AC color CMYK value is (0,16,4,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK: (0,16,4,29) C0M16Y4K29 (0%,16%,4%,29%) (0.00/0.16/0.04/0.29) 

CMYK percentages

%0
%16.11
%4.44
%29.41

Codes

Color #B497AC in popluar color models

B4 97 AC
RGB 180 151 172
HSL 317° 16.20% 64.90%
HSB/HSV 317° 16.11% 70.59%
CMYK 0.00% 16.11% 4.44%
29.41%

Color #B497AC in popluar number systems.

HEX B4 97 AC
Decimal 180 151 172
Binary 10110100 10010111 10101100
Octal 264 227 254

Shades and tints

Shades of #B497AC

#B497AC
(180,151,172)
#A48A9D
(164,138,157)
#947D8E
(148,125,142)
#84707F
(132,112,127)
#746370
(116,99,112)
#645661
(100,86,97)
#544952
(84,73,82)
#443C43
(68,60,67)
#342F34
(52,47,52)
#242225
(36,34,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B497AC

#B497AC
(180,151,172)
#BAA0B3
(186,160,179)
#C0A9BA
(192,169,186)
#C6B2C1
(198,178,193)
#CCBBC8
(204,187,200)
#D2C4CF
(210,196,207)
#D8CDD6
(216,205,214)
#DED6DD
(222,214,221)
#E4DFE4
(228,223,228)
#EAE8EB
(234,232,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B497AC color. Also use rgb(180,151,172) instead hex code.

Text Font Color

.myTextColor { color: #B497AC; }

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

This text font color is #B497AC.

Background Color

.myBgColor { background-color: #B497AC; }

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

This div background color is #B497AC.

Border color

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

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

This div border color is #B497AC.

Opacity

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

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

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

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

This text has shadow with #B497AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B497AC.

Preview

Color preview on black background

This text has color #B497AC on black background.


Color preview on white background

This text has color #B497AC on white background.


Black color preview on #B497AC background

This text has black color on #B497AC background.


White color preview on #B497AC background

This text has white color on #B497AC background.


Related colors

Complementary color

Complementary color for #hex is #4B6853.


I love getcolorcode.com

Triadic colors

1 #ACB497 and #97ACB4 with #B497AC are triadic colors.

2 #AC97B4 and #97B4AC with #B497AC are triadic colors.