COLOR #B682BC

HEX: #B682BC RGB: (182,130,188)

Color info

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

RGB color model

#B682BC color RGB value is (182,130,188).

RGB: (182,130,188) (71%, 51%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 130 of 255 = 51%
B 188 of 255 = 74%

182
130
188

R + G + B ~ 65%. #B682BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 130 + 188 = 500 (100%)
R 182 of 500 ~ 36.4%
G 130 of 500 ~ 26%
B 188 of 500 ~ 37.6'%

%36.4
%26
%37.6

CMYK color model

#B682BC color CMYK value is (3,31,0,26).

  • cyan value is 3.19%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (3,31,0,26) C3M31Y0K26 (3%,31%,0%,26%) (0.03/0.31/0.00/0.26) 

CMYK percentages

%3.19
%30.85
%0
%26.27

Codes

Color #B682BC in popluar color models

B6 82 BC
RGB 182 130 188
HSL 294° 30.21% 62.35%
HSB/HSV 294° 30.85% 73.73%
CMYK 3.19% 30.85% 0.00%
26.27%

Color #B682BC in popluar number systems.

HEX B6 82 BC
Decimal 182 130 188
Binary 10110110 10000010 10111100
Octal 266 202 274

Shades and tints

Shades of #B682BC

#B682BC
(182,130,188)
#A677AB
(166,119,171)
#966C9A
(150,108,154)
#866189
(134,97,137)
#765678
(118,86,120)
#664B67
(102,75,103)
#564056
(86,64,86)
#463545
(70,53,69)
#362A34
(54,42,52)
#261F23
(38,31,35)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #B682BC

#B682BC
(182,130,188)
#BC8DC2
(188,141,194)
#C298C8
(194,152,200)
#C8A3CE
(200,163,206)
#CEAED4
(206,174,212)
#D4B9DA
(212,185,218)
#DAC4E0
(218,196,224)
#E0CFE6
(224,207,230)
#E6DAEC
(230,218,236)
#ECE5F2
(236,229,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B682BC; }

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

This text font color is #B682BC.

Background Color

.myBgColor { background-color: #B682BC; }

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

This div background color is #B682BC.

Border color

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

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

This div border color is #B682BC.

Opacity

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

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

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

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

This text has shadow with #B682BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B682BC.

Preview

Color preview on black background

This text has color #B682BC on black background.


Color preview on white background

This text has color #B682BC on white background.


Black color preview on #B682BC background

This text has black color on #B682BC background.


White color preview on #B682BC background

This text has white color on #B682BC background.


Related colors

Complementary color

Complementary color for #hex is #497D43.


I love getcolorcode.com

Triadic colors

1 #BCB682 and #82BCB6 with #B682BC are triadic colors.

2 #BC82B6 and #82B6BC with #B682BC are triadic colors.