COLOR #B97099

HEX: #B97099
RGB: (185,112,153)

Color info

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

RGB color model

#B97099 color RGB value is (185,112,153).

  • red value is 185;
  • green value is 112;
  • blue value is 153.
RGB:
(185,112,153)
(73%,44%,60%)

RGB channels and saturation

R 185 of 255 = 73%
G 112 of 255 = 44%
B 153 of 255 = 60%

185
112
153

R + G + B ~ 59%. #B97099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
185 + 112 + 153 = 450 (100%)
R 185 of 450 ~ 41.11%
G 112 of 450 ~ 24.89%
B 153 of 450 ~ 34%

%41.11
%24.89
%34

CMYK color model

#B97099 color CMYK value is (0,39,17,27).

  • cyan value is 0.00%
  • magenta value is 39.46%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(0,39,17,27)
C0M39Y17K27 
(0%,39%,17%,27%)
(0.00/0.39/0.17/0.27)	

CMYK percentages

%0
%39.46
%17.3
%27.45

Codes

Color #B97099 in popluar color models

B97099
RGB185112153
HSL326°34.27%58.24%
HSB/HSV326°39.46%72.55%
CMYK0.00%39.46%17.30%
27.45%

Color #B97099 in popluar number systems.

HEXB97099
Decimal185112153
Binary10111001111000010011001
Octal271160231

Shades and tints

Shades of #B97099

#B97099
(185,112,153)
#A9668C
(169,102,140)
#995C7F
(153,92,127)
#895272
(137,82,114)
#794865
(121,72,101)
#693E58
(105,62,88)
#59344B
(89,52,75)
#492A3E
(73,42,62)
#392031
(57,32,49)
#291624
(41,22,36)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #B97099

#B97099
(185,112,153)
#BF7DA2
(191,125,162)
#C58AAB
(197,138,171)
#CB97B4
(203,151,180)
#D1A4BD
(209,164,189)
#D7B1C6
(215,177,198)
#DDBECF
(221,190,207)
#E3CBD8
(227,203,216)
#E9D8E1
(233,216,225)
#EFE5EA
(239,229,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97099 color. Also use rgb(185,112,153) instead hex code.

Text Font Color

.myTextColor { color: #B97099; }

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

This text font color is #B97099.


Background Color

.myBgColor { background-color: #B97099; }

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

This div background color is #B97099.


Border color

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

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

This div border color is #B97099.


Opacity

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

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

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

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

This text has shadow with #B97099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97099 on black background.


Color preview on white background

This text has color #B97099 on white background.



Black color preview on #B97099 background

This text has black color on #B97099 background.


White color preview on #B97099 background

This text has white color on #B97099 background.