COLOR #B685BD

HEX: #B685BD
RGB: (182,133,189)

Color info

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

RGB color model

#B685BD color RGB value is (182,133,189).

  • red value is 182;
  • green value is 133;
  • blue value is 189.
RGB:
(182,133,189)
(71%,52%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 189 of 255 = 74%

182
133
189

R + G + B ~ 66%. #B685BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 133 + 189 = 504 (100%)
R 182 of 504 ~ 36.11%
G 133 of 504 ~ 26.39%
B 189 of 504 ~ 37.5%

%36.11
%26.39
%37.5

CMYK color model

#B685BD color CMYK value is (4,30,0,26).

  • cyan value is 3.70%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,30,0,26)
C4M30Y0K26 
(4%,30%,0%,26%)
(0.04/0.30/0.00/0.26)	

CMYK percentages

%3.7
%29.63
%0
%25.88

Codes

Color #B685BD in popluar color models

B685BD
RGB182133189
HSL293°29.79%63.14%
HSB/HSV293°29.63%74.12%
CMYK3.70%29.63%0.00%
25.88%

Color #B685BD in popluar number systems.

HEXB685BD
Decimal182133189
Binary101101101000010110111101
Octal266205275

Shades and tints

Shades of #B685BD

#B685BD
(182,133,189)
#A679AC
(166,121,172)
#966D9B
(150,109,155)
#86618A
(134,97,138)
#765579
(118,85,121)
#664968
(102,73,104)
#563D57
(86,61,87)
#463146
(70,49,70)
#362535
(54,37,53)
#261924
(38,25,36)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #B685BD

#B685BD
(182,133,189)
#BC90C3
(188,144,195)
#C29BC9
(194,155,201)
#C8A6CF
(200,166,207)
#CEB1D5
(206,177,213)
#D4BCDB
(212,188,219)
#DAC7E1
(218,199,225)
#E0D2E7
(224,210,231)
#E6DDED
(230,221,237)
#ECE8F3
(236,232,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B685BD color. Also use rgb(182,133,189) instead hex code.

Text Font Color

.myTextColor { color: #B685BD; }

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

This text font color is #B685BD.


Background Color

.myBgColor { background-color: #B685BD; }

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

This div background color is #B685BD.


Border color

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

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

This div border color is #B685BD.


Opacity

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

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

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

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

This text has shadow with #B685BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B685BD on black background.


Color preview on white background

This text has color #B685BD on white background.



Black color preview on #B685BD background

This text has black color on #B685BD background.


White color preview on #B685BD background

This text has white color on #B685BD background.