COLOR #B682AD

HEX: #B682AD
RGB: (182,130,173)

Color info

#B682AD contains red, green and blue colors in about the same proportion. Web safe color of #B682AD is #CC9999 (or #C99).

RGB color model

#B682AD color RGB value is (182,130,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 130 of 255 = 51%
B 173 of 255 = 68%

182
130
173

R + G + B ~ 63%. #B682AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 130 + 173 = 485 (100%)
R 182 of 485 ~ 37.53%
G 130 of 485 ~ 26.8%
B 173 of 485 ~ 35.67%

%37.53
%26.8
%35.67

CMYK color model

#B682AD color CMYK value is (0,29,5,29).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(0,29,5,29)
C0M29Y5K29 
(0%,29%,5%,29%)
(0.00/0.29/0.05/0.29)	

CMYK percentages

%0
%28.57
%4.95
%28.63

Codes

Color #B682AD in popluar color models

B682AD
RGB182130173
HSL310°26.26%61.18%
HSB/HSV310°28.57%71.37%
CMYK0.00%28.57%4.95%
28.63%

Color #B682AD in popluar number systems.

HEXB682AD
Decimal182130173
Binary101101101000001010101101
Octal266202255

Shades and tints

Shades of #B682AD

#B682AD
(182,130,173)
#A6779E
(166,119,158)
#966C8F
(150,108,143)
#866180
(134,97,128)
#765671
(118,86,113)
#664B62
(102,75,98)
#564053
(86,64,83)
#463544
(70,53,68)
#362A35
(54,42,53)
#261F26
(38,31,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B682AD

#B682AD
(182,130,173)
#BC8DB4
(188,141,180)
#C298BB
(194,152,187)
#C8A3C2
(200,163,194)
#CEAEC9
(206,174,201)
#D4B9D0
(212,185,208)
#DAC4D7
(218,196,215)
#E0CFDE
(224,207,222)
#E6DAE5
(230,218,229)
#ECE5EC
(236,229,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B682AD; }

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

This text font color is #B682AD.


Background Color

.myBgColor { background-color: #B682AD; }

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

This div background color is #B682AD.


Border color

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

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

This div border color is #B682AD.


Opacity

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

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

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

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

This text has shadow with #B682AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B682AD on black background.


Color preview on white background

This text has color #B682AD on white background.



Black color preview on #B682AD background

This text has black color on #B682AD background.


White color preview on #B682AD background

This text has white color on #B682AD background.