COLOR #B497A9

HEX: #B497A9
RGB: (180,151,169)

Color info

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

RGB color model

#B497A9 color RGB value is (180,151,169).

  • red value is 180;
  • green value is 151;
  • blue value is 169.
RGB:
(180,151,169)
(71%,59%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 169 of 255 = 66%

180
151
169

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

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 169 = 500 (100%)
R 180 of 500 ~ 36%
G 151 of 500 ~ 30.2%
B 169 of 500 ~ 33.8%

%36
%30.2
%33.8

CMYK color model

#B497A9 color CMYK value is (0,16,6,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 6.11%
  • key color value is 29.41%
CMYK:
(0,16,6,29)
C0M16Y6K29 
(0%,16%,6%,29%)
(0.00/0.16/0.06/0.29)	

CMYK percentages

%0
%16.11
%6.11
%29.41

Codes

Color #B497A9 in popluar color models

B497A9
RGB180151169
HSL323°16.20%64.90%
HSB/HSV323°16.11%70.59%
CMYK0.00%16.11%6.11%
29.41%

Color #B497A9 in popluar number systems.

HEXB497A9
Decimal180151169
Binary101101001001011110101001
Octal264227251

Shades and tints

Shades of #B497A9

#B497A9
(180,151,169)
#A48A9A
(164,138,154)
#947D8B
(148,125,139)
#84707C
(132,112,124)
#74636D
(116,99,109)
#64565E
(100,86,94)
#54494F
(84,73,79)
#443C40
(68,60,64)
#342F31
(52,47,49)
#242222
(36,34,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B497A9

#B497A9
(180,151,169)
#BAA0B0
(186,160,176)
#C0A9B7
(192,169,183)
#C6B2BE
(198,178,190)
#CCBBC5
(204,187,197)
#D2C4CC
(210,196,204)
#D8CDD3
(216,205,211)
#DED6DA
(222,214,218)
#E4DFE1
(228,223,225)
#EAE8E8
(234,232,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497A9; }

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

This text font color is #B497A9.


Background Color

.myBgColor { background-color: #B497A9; }

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

This div background color is #B497A9.


Border color

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

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

This div border color is #B497A9.


Opacity

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

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

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

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

This text has shadow with #B497A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B497A9 on black background.


Color preview on white background

This text has color #B497A9 on white background.



Black color preview on #B497A9 background

This text has black color on #B497A9 background.


White color preview on #B497A9 background

This text has white color on #B497A9 background.