COLOR #B680B8

HEX: #B680B8
RGB: (182,128,184)

Color info

#B680B8 contains red, green and blue colors in about the same proportion. Web safe color of #B680B8 is #CC66CC (or #C6C).

RGB color model

#B680B8 color RGB value is (182,128,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 184 of 255 = 72%

182
128
184

R + G + B ~ 64%. #B680B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 184 = 494 (100%)
R 182 of 494 ~ 36.84%
G 128 of 494 ~ 25.91%
B 184 of 494 ~ 37.25%

%36.84
%25.91
%37.25

CMYK color model

#B680B8 color CMYK value is (1,30,0,28).

  • cyan value is 1.09%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,30,0,28)
C1M30Y0K28 
(1%,30%,0%,28%)
(0.01/0.30/0.00/0.28)	

CMYK percentages

%1.09
%30.43
%0
%27.84

Codes

Color #B680B8 in popluar color models

B680B8
RGB182128184
HSL298°28.28%61.18%
HSB/HSV298°30.43%72.16%
CMYK1.09%30.43%0.00%
27.84%

Color #B680B8 in popluar number systems.

HEXB680B8
Decimal182128184
Binary101101101000000010111000
Octal266200270

Shades and tints

Shades of #B680B8

#B680B8
(182,128,184)
#A675A8
(166,117,168)
#966A98
(150,106,152)
#865F88
(134,95,136)
#765478
(118,84,120)
#664968
(102,73,104)
#563E58
(86,62,88)
#463348
(70,51,72)
#362838
(54,40,56)
#261D28
(38,29,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B680B8

#B680B8
(182,128,184)
#BC8BBE
(188,139,190)
#C296C4
(194,150,196)
#C8A1CA
(200,161,202)
#CEACD0
(206,172,208)
#D4B7D6
(212,183,214)
#DAC2DC
(218,194,220)
#E0CDE2
(224,205,226)
#E6D8E8
(230,216,232)
#ECE3EE
(236,227,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B680B8; }

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

This text font color is #B680B8.


Background Color

.myBgColor { background-color: #B680B8; }

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

This div background color is #B680B8.


Border color

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

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

This div border color is #B680B8.


Opacity

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

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

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

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

This text has shadow with #B680B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B680B8 on black background.


Color preview on white background

This text has color #B680B8 on white background.



Black color preview on #B680B8 background

This text has black color on #B680B8 background.


White color preview on #B680B8 background

This text has white color on #B680B8 background.