COLOR #B497AE

HEX: #B497AE RGB: (180,151,174)

Color info

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

RGB color model

#B497AE color RGB value is (180,151,174).

RGB: (180,151,174) (71%, 59%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 174 of 255 = 68%

180
151
174

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

Portions of RGB colors in percentages

R + G + B = 180 + 151 + 174 = 505 (100%)
R 180 of 505 ~ 35.64%
G 151 of 505 ~ 29.9%
B 174 of 505 ~ 34.46'%

%35.64
%29.9
%34.46

CMYK color model

#B497AE color CMYK value is (0,16,3,29).

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

CMYK: (0,16,3,29)
C0M16Y3K29 (0%, 16%, 3%, 29%)
(0.00 / 0.16 / 0.03 / 0.29)

CMYK percentages

%0
%16.11
%3.33
%29.41

Codes

Color #B497AE in popluar color models

B4 97 AE
RGB 180 151 174
HSL 312° 16.20% 64.90%
HSB/HSV 312° 16.11% 70.59%
CMYK 0.00% 16.11% 3.33%
29.41%

Color #B497AE in popluar number systems.

HEX B4 97 AE
Decimal 180 151 174
Binary 10110100 10010111 10101110
Octal 264 227 256

Shades and tints

Shades of #B497AE

#B497AE
(180,151,174)
#A48A9F
(164,138,159)
#947D90
(148,125,144)
#847081
(132,112,129)
#746372
(116,99,114)
#645663
(100,86,99)
#544954
(84,73,84)
#443C45
(68,60,69)
#342F36
(52,47,54)
#242227
(36,34,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B497AE

#B497AE
(180,151,174)
#BAA0B5
(186,160,181)
#C0A9BC
(192,169,188)
#C6B2C3
(198,178,195)
#CCBBCA
(204,187,202)
#D2C4D1
(210,196,209)
#D8CDD8
(216,205,216)
#DED6DF
(222,214,223)
#E4DFE6
(228,223,230)
#EAE8ED
(234,232,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B497AE; }

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

This text font color is #B497AE.

Background Color

.myBgColor { background-color: #B497AE; }

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

This div background color is #B497AE.

Border color

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

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

This div border color is #B497AE.

Opacity

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

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

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

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

This text has shadow with #B497AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B497AE.

Preview

Color preview on black background

This text has color #B497AE on black background.


Color preview on white background

This text has color #B497AE on white background.


Black color preview on #B497AE background

This text has black color on #B497AE background.


White color preview on #B497AE background

This text has white color on #B497AE background.


Related colors

Complementary color

Complementary color for #hex is #4B6851.


I love getcolorcode.com

Triadic colors

1 #AEB497 and #97AEB4 with #B497AE are triadic colors.

2 #AE97B4 and #97B4AE with #B497AE are triadic colors.