COLOR #B682C0

HEX: #B682C0
RGB: (182,130,192)

Color info

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

RGB color model

#B682C0 color RGB value is (182,130,192).

  • red value is 182;
  • green value is 130;
  • blue value is 192.
RGB:
(182,130,192)
(71%,51%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 130 of 255 = 51%
B 192 of 255 = 75%

182
130
192

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

Portions of RGB colors in percentages

R + G + B =
182 + 130 + 192 = 504 (100%)
R 182 of 504 ~ 36.11%
G 130 of 504 ~ 25.79%
B 192 of 504 ~ 38.1%

%36.11
%25.79
%38.1

CMYK color model

#B682C0 color CMYK value is (5,32,0,25).

  • cyan value is 5.21%
  • magenta value is 32.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(5,32,0,25)
C5M32Y0K25 
(5%,32%,0%,25%)
(0.05/0.32/0.00/0.25)	

CMYK percentages

%5.21
%32.29
%0
%24.71

Codes

Color #B682C0 in popluar color models

B682C0
RGB182130192
HSL290°32.98%63.14%
HSB/HSV290°32.29%75.29%
CMYK5.21%32.29%0.00%
24.71%

Color #B682C0 in popluar number systems.

HEXB682C0
Decimal182130192
Binary101101101000001011000000
Octal266202300

Shades and tints

Shades of #B682C0

#B682C0
(182,130,192)
#A677AF
(166,119,175)
#966C9E
(150,108,158)
#86618D
(134,97,141)
#76567C
(118,86,124)
#664B6B
(102,75,107)
#56405A
(86,64,90)
#463549
(70,53,73)
#362A38
(54,42,56)
#261F27
(38,31,39)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #B682C0

#B682C0
(182,130,192)
#BC8DC5
(188,141,197)
#C298CA
(194,152,202)
#C8A3CF
(200,163,207)
#CEAED4
(206,174,212)
#D4B9D9
(212,185,217)
#DAC4DE
(218,196,222)
#E0CFE3
(224,207,227)
#E6DAE8
(230,218,232)
#ECE5ED
(236,229,237)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B682C0 color. Also use rgb(182,130,192) instead hex code.

Text Font Color

.myTextColor { color: #B682C0; }

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

This text font color is #B682C0.


Background Color

.myBgColor { background-color: #B682C0; }

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

This div background color is #B682C0.


Border color

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

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

This div border color is #B682C0.


Opacity

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

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

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

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

This text has shadow with #B682C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B682C0 on black background.


Color preview on white background

This text has color #B682C0 on white background.



Black color preview on #B682C0 background

This text has black color on #B682C0 background.


White color preview on #B682C0 background

This text has white color on #B682C0 background.