COLOR #B985C0

HEX: #B985C0
RGB: (185,133,192)

Color info

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

RGB color model

#B985C0 color RGB value is (185,133,192).

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

RGB channels and saturation

R 185 of 255 = 73%
G 133 of 255 = 52%
B 192 of 255 = 75%

185
133
192

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

Portions of RGB colors in percentages

R + G + B =
185 + 133 + 192 = 510 (100%)
R 185 of 510 ~ 36.27%
G 133 of 510 ~ 26.08%
B 192 of 510 ~ 37.65%

%36.27
%26.08
%37.65

CMYK color model

#B985C0 color CMYK value is (4,31,0,25).

  • cyan value is 3.65%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(4,31,0,25)
C4M31Y0K25 
(4%,31%,0%,25%)
(0.04/0.31/0.00/0.25)	

CMYK percentages

%3.65
%30.73
%0
%24.71

Codes

Color #B985C0 in popluar color models

B985C0
RGB185133192
HSL293°31.89%63.73%
HSB/HSV293°30.73%75.29%
CMYK3.65%30.73%0.00%
24.71%

Color #B985C0 in popluar number systems.

HEXB985C0
Decimal185133192
Binary101110011000010111000000
Octal271205300

Shades and tints

Shades of #B985C0

#B985C0
(185,133,192)
#A979AF
(169,121,175)
#996D9E
(153,109,158)
#89618D
(137,97,141)
#79557C
(121,85,124)
#69496B
(105,73,107)
#593D5A
(89,61,90)
#493149
(73,49,73)
#392538
(57,37,56)
#291927
(41,25,39)
#190D16
(25,13,22)
#000000
(0,0,0)

Tints of #B985C0

#B985C0
(185,133,192)
#BF90C5
(191,144,197)
#C59BCA
(197,155,202)
#CBA6CF
(203,166,207)
#D1B1D4
(209,177,212)
#D7BCD9
(215,188,217)
#DDC7DE
(221,199,222)
#E3D2E3
(227,210,227)
#E9DDE8
(233,221,232)
#EFE8ED
(239,232,237)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B985C0; }

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

This text font color is #B985C0.


Background Color

.myBgColor { background-color: #B985C0; }

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

This div background color is #B985C0.


Border color

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

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

This div border color is #B985C0.


Opacity

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

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

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

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

This text has shadow with #B985C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B985C0 on black background.


Color preview on white background

This text has color #B985C0 on white background.



Black color preview on #B985C0 background

This text has black color on #B985C0 background.


White color preview on #B985C0 background

This text has white color on #B985C0 background.