COLOR #B97AAE

HEX: #B97AAE
RGB: (185,122,174)

Color info

#B97AAE contains mainly red and blue colors. Web safe color of #B97AAE is #CC6699 (or #C69).

RGB color model

#B97AAE color RGB value is (185,122,174).

  • red value is 185;
  • green value is 122;
  • blue value is 174.
RGB:
(185,122,174)
(73%,48%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 122 of 255 = 48%
B 174 of 255 = 68%

185
122
174

R + G + B ~ 63%. #B97AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 122 + 174 = 481 (100%)
R 185 of 481 ~ 38.46%
G 122 of 481 ~ 25.36%
B 174 of 481 ~ 36.17%

%38.46
%25.36
%36.17

CMYK color model

#B97AAE color CMYK value is (0,34,6,27).

  • cyan value is 0.00%
  • magenta value is 34.05%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,34,6,27)
C0M34Y6K27 
(0%,34%,6%,27%)
(0.00/0.34/0.06/0.27)	

CMYK percentages

%0
%34.05
%5.95
%27.45

Codes

Color #B97AAE in popluar color models

B97AAE
RGB185122174
HSL310°31.03%60.20%
HSB/HSV310°34.05%72.55%
CMYK0.00%34.05%5.95%
27.45%

Color #B97AAE in popluar number systems.

HEXB97AAE
Decimal185122174
Binary10111001111101010101110
Octal271172256

Shades and tints

Shades of #B97AAE

#B97AAE
(185,122,174)
#A96F9F
(169,111,159)
#996490
(153,100,144)
#895981
(137,89,129)
#794E72
(121,78,114)
#694363
(105,67,99)
#593854
(89,56,84)
#492D45
(73,45,69)
#392236
(57,34,54)
#291727
(41,23,39)
#190C18
(25,12,24)
#000000
(0,0,0)

Tints of #B97AAE

#B97AAE
(185,122,174)
#BF86B5
(191,134,181)
#C592BC
(197,146,188)
#CB9EC3
(203,158,195)
#D1AACA
(209,170,202)
#D7B6D1
(215,182,209)
#DDC2D8
(221,194,216)
#E3CEDF
(227,206,223)
#E9DAE6
(233,218,230)
#EFE6ED
(239,230,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97AAE color. Also use rgb(185,122,174) instead hex code.

Text Font Color

.myTextColor { color: #B97AAE; }

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

This text font color is #B97AAE.


Background Color

.myBgColor { background-color: #B97AAE; }

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

This div background color is #B97AAE.


Border color

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

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

This div border color is #B97AAE.


Opacity

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

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

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

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

This text has shadow with #B97AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97AAE on black background.


Color preview on white background

This text has color #B97AAE on white background.



Black color preview on #B97AAE background

This text has black color on #B97AAE background.


White color preview on #B97AAE background

This text has white color on #B97AAE background.