COLOR #B085DB

HEX: #B085DB
RGB: (176,133,219)

Color info

#B085DB contains mainly red and blue colors. Web safe color of #B085DB is #9999CC (or #99C).

RGB color model

#B085DB color RGB value is (176,133,219).

  • red value is 176;
  • green value is 133;
  • blue value is 219.
RGB:
(176,133,219)
(69%,52%,86%)

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 219 of 255 = 86%

176
133
219

R + G + B ~ 69%. #B085DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 219 = 528 (100%)
R 176 of 528 ~ 33.33%
G 133 of 528 ~ 25.19%
B 219 of 528 ~ 41.48%

%33.33
%25.19
%41.48

CMYK color model

#B085DB color CMYK value is (20,39,0,14).

  • cyan value is 19.63%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,39,0,14)
C20M39Y0K14 
(20%,39%,0%,14%)
(0.20/0.39/0.00/0.14)	

CMYK percentages

%19.63
%39.27
%0
%14.12

Codes

Color #B085DB in popluar color models

B085DB
RGB176133219
HSL270°54.43%69.02%
HSB/HSV270°39.27%85.88%
CMYK19.63%39.27%0.00%
14.12%

Color #B085DB in popluar number systems.

HEXB085DB
Decimal176133219
Binary101100001000010111011011
Octal260205333

Shades and tints

Shades of #B085DB

#B085DB
(176,133,219)
#A079C8
(160,121,200)
#906DB5
(144,109,181)
#8061A2
(128,97,162)
#70558F
(112,85,143)
#60497C
(96,73,124)
#503D69
(80,61,105)
#403156
(64,49,86)
#302543
(48,37,67)
#201930
(32,25,48)
#100D1D
(16,13,29)
#000000
(0,0,0)

Tints of #B085DB

#B085DB
(176,133,219)
#B790DE
(183,144,222)
#BE9BE1
(190,155,225)
#C5A6E4
(197,166,228)
#CCB1E7
(204,177,231)
#D3BCEA
(211,188,234)
#DAC7ED
(218,199,237)
#E1D2F0
(225,210,240)
#E8DDF3
(232,221,243)
#EFE8F6
(239,232,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B085DB color. Also use rgb(176,133,219) instead hex code.

Text Font Color

.myTextColor { color: #B085DB; }

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

This text font color is #B085DB.


Background Color

.myBgColor { background-color: #B085DB; }

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

This div background color is #B085DB.


Border color

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

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

This div border color is #B085DB.


Opacity

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

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

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

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

This text has shadow with #B085DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B085DB on black background.


Color preview on white background

This text has color #B085DB on white background.



Black color preview on #B085DB background

This text has black color on #B085DB background.


White color preview on #B085DB background

This text has white color on #B085DB background.