COLOR #B97EAF

HEX: #B97EAF
RGB: (185,126,175)

Color info

#B97EAF contains red, green and blue colors in about the same proportion. Web safe color of #B97EAF is #CC6699 (or #C69).

RGB color model

#B97EAF color RGB value is (185,126,175).

  • red value is 185;
  • green value is 126;
  • blue value is 175.
RGB:
(185,126,175)
(73%,49%,69%)

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 175 of 255 = 69%

185
126
175

R + G + B ~ 64%. #B97EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 126 + 175 = 486 (100%)
R 185 of 486 ~ 38.07%
G 126 of 486 ~ 25.93%
B 175 of 486 ~ 36.01%

%38.07
%25.93
%36.01

CMYK color model

#B97EAF color CMYK value is (0,32,5,27).

  • cyan value is 0.00%
  • magenta value is 31.89%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK:
(0,32,5,27)
C0M32Y5K27 
(0%,32%,5%,27%)
(0.00/0.32/0.05/0.27)	

CMYK percentages

%0
%31.89
%5.41
%27.45

Codes

Color #B97EAF in popluar color models

B97EAF
RGB185126175
HSL310°29.65%60.98%
HSB/HSV310°31.89%72.55%
CMYK0.00%31.89%5.41%
27.45%

Color #B97EAF in popluar number systems.

HEXB97EAF
Decimal185126175
Binary10111001111111010101111
Octal271176257

Shades and tints

Shades of #B97EAF

#B97EAF
(185,126,175)
#A973A0
(169,115,160)
#996891
(153,104,145)
#895D82
(137,93,130)
#795273
(121,82,115)
#694764
(105,71,100)
#593C55
(89,60,85)
#493146
(73,49,70)
#392637
(57,38,55)
#291B28
(41,27,40)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #B97EAF

#B97EAF
(185,126,175)
#BF89B6
(191,137,182)
#C594BD
(197,148,189)
#CB9FC4
(203,159,196)
#D1AACB
(209,170,203)
#D7B5D2
(215,181,210)
#DDC0D9
(221,192,217)
#E3CBE0
(227,203,224)
#E9D6E7
(233,214,231)
#EFE1EE
(239,225,238)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97EAF color. Also use rgb(185,126,175) instead hex code.

Text Font Color

.myTextColor { color: #B97EAF; }

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

This text font color is #B97EAF.


Background Color

.myBgColor { background-color: #B97EAF; }

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

This div background color is #B97EAF.


Border color

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

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

This div border color is #B97EAF.


Opacity

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

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

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

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

This text has shadow with #B97EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97EAF on black background.


Color preview on white background

This text has color #B97EAF on white background.



Black color preview on #B97EAF background

This text has black color on #B97EAF background.


White color preview on #B97EAF background

This text has white color on #B97EAF background.