COLOR #B685C6

HEX: #B685C6
RGB: (182,133,198)

Color info

#B685C6 contains mainly red and blue colors. Web safe color of #B685C6 is #CC99CC (or #C9C).

RGB color model

#B685C6 color RGB value is (182,133,198).

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

RGB channels and saturation

R 182 of 255 = 71%
G 133 of 255 = 52%
B 198 of 255 = 78%

182
133
198

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

Portions of RGB colors in percentages

R + G + B =
182 + 133 + 198 = 513 (100%)
R 182 of 513 ~ 35.48%
G 133 of 513 ~ 25.93%
B 198 of 513 ~ 38.6%

%35.48
%25.93
%38.6

CMYK color model

#B685C6 color CMYK value is (8,33,0,22).

  • cyan value is 8.08%
  • magenta value is 32.83%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,33,0,22)
C8M33Y0K22 
(8%,33%,0%,22%)
(0.08/0.33/0.00/0.22)	

CMYK percentages

%8.08
%32.83
%0
%22.35

Codes

Color #B685C6 in popluar color models

B685C6
RGB182133198
HSL285°36.31%64.90%
HSB/HSV285°32.83%77.65%
CMYK8.08%32.83%0.00%
22.35%

Color #B685C6 in popluar number systems.

HEXB685C6
Decimal182133198
Binary101101101000010111000110
Octal266205306

Shades and tints

Shades of #B685C6

#B685C6
(182,133,198)
#A679B4
(166,121,180)
#966DA2
(150,109,162)
#866190
(134,97,144)
#76557E
(118,85,126)
#66496C
(102,73,108)
#563D5A
(86,61,90)
#463148
(70,49,72)
#362536
(54,37,54)
#261924
(38,25,36)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #B685C6

#B685C6
(182,133,198)
#BC90CB
(188,144,203)
#C29BD0
(194,155,208)
#C8A6D5
(200,166,213)
#CEB1DA
(206,177,218)
#D4BCDF
(212,188,223)
#DAC7E4
(218,199,228)
#E0D2E9
(224,210,233)
#E6DDEE
(230,221,238)
#ECE8F3
(236,232,243)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B685C6; }

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

This text font color is #B685C6.


Background Color

.myBgColor { background-color: #B685C6; }

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

This div background color is #B685C6.


Border color

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

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

This div border color is #B685C6.


Opacity

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

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

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

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

This text has shadow with #B685C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B685C6 on black background.


Color preview on white background

This text has color #B685C6 on white background.



Black color preview on #B685C6 background

This text has black color on #B685C6 background.


White color preview on #B685C6 background

This text has white color on #B685C6 background.