COLOR #B98AC0

HEX: #B98AC0
RGB: (185,138,192)

Color info

#B98AC0 contains red, green and blue colors in about the same proportion. Web safe color of #B98AC0 is #CC99CC (or #C9C).

RGB color model

#B98AC0 color RGB value is (185,138,192).

  • red value is 185;
  • green value is 138;
  • blue value is 192.
RGB:
(185,138,192)
(73%,54%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 138 of 255 = 54%
B 192 of 255 = 75%

185
138
192

R + G + B ~ 67%. #B98AC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 138 + 192 = 515 (100%)
R 185 of 515 ~ 35.92%
G 138 of 515 ~ 26.8%
B 192 of 515 ~ 37.28%

%35.92
%26.8
%37.28

CMYK color model

#B98AC0 color CMYK value is (4,28,0,25).

  • cyan value is 3.65%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(4,28,0,25)
C4M28Y0K25 
(4%,28%,0%,25%)
(0.04/0.28/0.00/0.25)	

CMYK percentages

%3.65
%28.13
%0
%24.71

Codes

Color #B98AC0 in popluar color models

B98AC0
RGB185138192
HSL292°30.00%64.71%
HSB/HSV292°28.13%75.29%
CMYK3.65%28.13%0.00%
24.71%

Color #B98AC0 in popluar number systems.

HEXB98AC0
Decimal185138192
Binary101110011000101011000000
Octal271212300

Shades and tints

Shades of #B98AC0

#B98AC0
(185,138,192)
#A97EAF
(169,126,175)
#99729E
(153,114,158)
#89668D
(137,102,141)
#795A7C
(121,90,124)
#694E6B
(105,78,107)
#59425A
(89,66,90)
#493649
(73,54,73)
#392A38
(57,42,56)
#291E27
(41,30,39)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #B98AC0

#B98AC0
(185,138,192)
#BF94C5
(191,148,197)
#C59ECA
(197,158,202)
#CBA8CF
(203,168,207)
#D1B2D4
(209,178,212)
#D7BCD9
(215,188,217)
#DDC6DE
(221,198,222)
#E3D0E3
(227,208,227)
#E9DAE8
(233,218,232)
#EFE4ED
(239,228,237)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B98AC0 color. Also use rgb(185,138,192) instead hex code.

Text Font Color

.myTextColor { color: #B98AC0; }

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

This text font color is #B98AC0.


Background Color

.myBgColor { background-color: #B98AC0; }

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

This div background color is #B98AC0.


Border color

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

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

This div border color is #B98AC0.


Opacity

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

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

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

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

This text has shadow with #B98AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B98AC0 on black background.


Color preview on white background

This text has color #B98AC0 on white background.



Black color preview on #B98AC0 background

This text has black color on #B98AC0 background.


White color preview on #B98AC0 background

This text has white color on #B98AC0 background.