COLOR #B680AA

HEX: #B680AA RGB: (182,128,170)

Color info

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

RGB color model

#B680AA color RGB value is (182,128,170).

RGB: (182,128,170) (71%, 50%, 67%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 170 of 255 = 67%

182
128
170

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

Portions of RGB colors in percentages

R + G + B = 182 + 128 + 170 = 480 (100%)
R 182 of 480 ~ 37.92%
G 128 of 480 ~ 26.67%
B 170 of 480 ~ 35.42'%

%37.92
%26.67
%35.42

CMYK color model

#B680AA color CMYK value is (0,30,7,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (0,30,7,29)
C0M30Y7K29 (0%, 30%, 7%, 29%)
(0.00 / 0.30 / 0.07 / 0.29)

CMYK percentages

%0
%29.67
%6.59
%28.63

Codes

Color #B680AA in popluar color models

B6 80 AA
RGB 182 128 170
HSL 313° 27.00% 60.78%
HSB/HSV 313° 29.67% 71.37%
CMYK 0.00% 29.67% 6.59%
28.63%

Color #B680AA in popluar number systems.

HEX B6 80 AA
Decimal 182 128 170
Binary 10110110 10000000 10101010
Octal 266 200 252

Shades and tints

Shades of #B680AA

#B680AA
(182,128,170)
#A6759B
(166,117,155)
#966A8C
(150,106,140)
#865F7D
(134,95,125)
#76546E
(118,84,110)
#66495F
(102,73,95)
#563E50
(86,62,80)
#463341
(70,51,65)
#362832
(54,40,50)
#261D23
(38,29,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B680AA

#B680AA
(182,128,170)
#BC8BB1
(188,139,177)
#C296B8
(194,150,184)
#C8A1BF
(200,161,191)
#CEACC6
(206,172,198)
#D4B7CD
(212,183,205)
#DAC2D4
(218,194,212)
#E0CDDB
(224,205,219)
#E6D8E2
(230,216,226)
#ECE3E9
(236,227,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B680AA; }

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

This text font color is #B680AA.

Background Color

.myBgColor { background-color: #B680AA; }

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

This div background color is #B680AA.

Border color

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

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

This div border color is #B680AA.

Opacity

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

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

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

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

This text has shadow with #B680AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B680AA.

Preview

Color preview on black background

This text has color #B680AA on black background.


Color preview on white background

This text has color #B680AA on white background.


Black color preview on #B680AA background

This text has black color on #B680AA background.


White color preview on #B680AA background

This text has white color on #B680AA background.


Related colors

Complementary color

Complementary color for #hex is #497F55.


I love getcolorcode.com

Triadic colors

1 #AAB680 and #80AAB6 with #B680AA are triadic colors.

2 #AA80B6 and #80B6AA with #B680AA are triadic colors.