COLOR #B497A2

HEX: #B497A2 RGB: (180,151,162)

Color info

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

RGB color model

#B497A2 color RGB value is (180,151,162).

RGB: (180,151,162) (71%, 59%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 162 of 255 = 64%

180
151
162

R + G + B ~ 65%. #B497A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 162 = 493 (100%)
R 180 of 493 ~ 36.51%
G 151 of 493 ~ 30.63%
B 162 of 493 ~ 32.86'%

%36.51
%30.63
%32.86

CMYK color model

#B497A2 color CMYK value is (0,16,10,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 10.00%
  • key color value is 29.41%

CMYK: (0,16,10,29)
C0M16Y10K29 (0%, 16%, 10%, 29%)
(0.00 / 0.16 / 0.10 / 0.29)

CMYK percentages

%0
%16.11
%10
%29.41

Codes

Color #B497A2 in popluar color models

B4 97 A2
RGB 180 151 162
HSL 337° 16.20% 64.90%
HSB/HSV 337° 16.11% 70.59%
CMYK 0.00% 16.11% 10.00%
29.41%

Color #B497A2 in popluar number systems.

HEX B4 97 A2
Decimal 180 151 162
Binary 10110100 10010111 10100010
Octal 264 227 242

Shades and tints

Shades of #B497A2

#B497A2
(180,151,162)
#A48A94
(164,138,148)
#947D86
(148,125,134)
#847078
(132,112,120)
#74636A
(116,99,106)
#64565C
(100,86,92)
#54494E
(84,73,78)
#443C40
(68,60,64)
#342F32
(52,47,50)
#242224
(36,34,36)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B497A2

#B497A2
(180,151,162)
#BAA0AA
(186,160,170)
#C0A9B2
(192,169,178)
#C6B2BA
(198,178,186)
#CCBBC2
(204,187,194)
#D2C4CA
(210,196,202)
#D8CDD2
(216,205,210)
#DED6DA
(222,214,218)
#E4DFE2
(228,223,226)
#EAE8EA
(234,232,234)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497A2; }

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

This text font color is #B497A2.

Background Color

.myBgColor { background-color: #B497A2; }

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

This div background color is #B497A2.

Border color

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

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

This div border color is #B497A2.

Opacity

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

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

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

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

This text has shadow with #B497A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B497A2.

Preview

Color preview on black background

This text has color #B497A2 on black background.


Color preview on white background

This text has color #B497A2 on white background.


Black color preview on #B497A2 background

This text has black color on #B497A2 background.


White color preview on #B497A2 background

This text has white color on #B497A2 background.


Related colors

Complementary color

Complementary color for #hex is #4B685D.


I love getcolorcode.com

Triadic colors

1 #A2B497 and #97A2B4 with #B497A2 are triadic colors.

2 #A297B4 and #97B4A2 with #B497A2 are triadic colors.