COLOR #B680A0

HEX: #B680A0
RGB: (182,128,160)

Color info

#B680A0 contains red, green and blue colors in about the same proportion. Web safe color of #B680A0 is #CC6699 (or #C69).

RGB color model

#B680A0 color RGB value is (182,128,160).

  • red value is 182;
  • green value is 128;
  • blue value is 160.
RGB:
(182,128,160)
(71%,50%,63%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 160 of 255 = 63%

182
128
160

R + G + B ~ 61%. #B680A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 160 = 470 (100%)
R 182 of 470 ~ 38.72%
G 128 of 470 ~ 27.23%
B 160 of 470 ~ 34.04%

%38.72
%27.23
%34.04

CMYK color model

#B680A0 color CMYK value is (0,30,12,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 12.09%
  • key color value is 28.63%
CMYK:
(0,30,12,29)
C0M30Y12K29 
(0%,30%,12%,29%)
(0.00/0.30/0.12/0.29)	

CMYK percentages

%0
%29.67
%12.09
%28.63

Codes

Color #B680A0 in popluar color models

B680A0
RGB182128160
HSL324°27.00%60.78%
HSB/HSV324°29.67%71.37%
CMYK0.00%29.67%12.09%
28.63%

Color #B680A0 in popluar number systems.

HEXB680A0
Decimal182128160
Binary101101101000000010100000
Octal266200240

Shades and tints

Shades of #B680A0

#B680A0
(182,128,160)
#A67592
(166,117,146)
#966A84
(150,106,132)
#865F76
(134,95,118)
#765468
(118,84,104)
#66495A
(102,73,90)
#563E4C
(86,62,76)
#46333E
(70,51,62)
#362830
(54,40,48)
#261D22
(38,29,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B680A0

#B680A0
(182,128,160)
#BC8BA8
(188,139,168)
#C296B0
(194,150,176)
#C8A1B8
(200,161,184)
#CEACC0
(206,172,192)
#D4B7C8
(212,183,200)
#DAC2D0
(218,194,208)
#E0CDD8
(224,205,216)
#E6D8E0
(230,216,224)
#ECE3E8
(236,227,232)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B680A0 color. Also use rgb(182,128,160) instead hex code.

Text Font Color

.myTextColor { color: #B680A0; }

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

This text font color is #B680A0.


Background Color

.myBgColor { background-color: #B680A0; }

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

This div background color is #B680A0.


Border color

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

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

This div border color is #B680A0.


Opacity

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

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

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

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

This text has shadow with #B680A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B680A0 on black background.


Color preview on white background

This text has color #B680A0 on white background.



Black color preview on #B680A0 background

This text has black color on #B680A0 background.


White color preview on #B680A0 background

This text has white color on #B680A0 background.