COLOR #B85DAB

HEX: #B85DAB
RGB: (184,93,171)

Color info

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

RGB color model

#B85DAB color RGB value is (184,93,171).

  • red value is 184;
  • green value is 93;
  • blue value is 171.
RGB:
(184,93,171)
(72%,36%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 93 of 255 = 36%
B 171 of 255 = 67%

184
93
171

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

Portions of RGB colors in percentages

R + G + B =
184 + 93 + 171 = 448 (100%)
R 184 of 448 ~ 41.07%
G 93 of 448 ~ 20.76%
B 171 of 448 ~ 38.17%

%41.07
%20.76
%38.17

CMYK color model

#B85DAB color CMYK value is (0,49,7,28).

  • cyan value is 0.00%
  • magenta value is 49.46%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(0,49,7,28)
C0M49Y7K28 
(0%,49%,7%,28%)
(0.00/0.49/0.07/0.28)	

CMYK percentages

%0
%49.46
%7.07
%27.84

Codes

Color #B85DAB in popluar color models

B85DAB
RGB18493171
HSL309°39.06%54.31%
HSB/HSV309°49.46%72.16%
CMYK0.00%49.46%7.07%
27.84%

Color #B85DAB in popluar number systems.

HEXB85DAB
Decimal18493171
Binary10111000101110110101011
Octal270135253

Shades and tints

Shades of #B85DAB

#B85DAB
(184,93,171)
#A8559C
(168,85,156)
#984D8D
(152,77,141)
#88457E
(136,69,126)
#783D6F
(120,61,111)
#683560
(104,53,96)
#582D51
(88,45,81)
#482542
(72,37,66)
#381D33
(56,29,51)
#281524
(40,21,36)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #B85DAB

#B85DAB
(184,93,171)
#BE6BB2
(190,107,178)
#C479B9
(196,121,185)
#CA87C0
(202,135,192)
#D095C7
(208,149,199)
#D6A3CE
(214,163,206)
#DCB1D5
(220,177,213)
#E2BFDC
(226,191,220)
#E8CDE3
(232,205,227)
#EEDBEA
(238,219,234)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85DAB color. Also use rgb(184,93,171) instead hex code.

Text Font Color

.myTextColor { color: #B85DAB; }

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

This text font color is #B85DAB.


Background Color

.myBgColor { background-color: #B85DAB; }

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

This div background color is #B85DAB.


Border color

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

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

This div border color is #B85DAB.


Opacity

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

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

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

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

This text has shadow with #B85DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85DAB on black background.


Color preview on white background

This text has color #B85DAB on white background.



Black color preview on #B85DAB background

This text has black color on #B85DAB background.


White color preview on #B85DAB background

This text has white color on #B85DAB background.