COLOR #B681AA

HEX: #B681AA
RGB: (182,129,170)

Color info

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

RGB color model

#B681AA color RGB value is (182,129,170).

  • red value is 182;
  • green value is 129;
  • blue value is 170.
RGB:
(182,129,170)
(71%,51%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 129 of 255 = 51%
B 170 of 255 = 67%

182
129
170

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

Portions of RGB colors in percentages

R + G + B =
182 + 129 + 170 = 481 (100%)
R 182 of 481 ~ 37.84%
G 129 of 481 ~ 26.82%
B 170 of 481 ~ 35.34%

%37.84
%26.82
%35.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.12%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,29,7,29)
C0M29Y7K29 
(0%,29%,7%,29%)
(0.00/0.29/0.07/0.29)	

CMYK percentages

%0
%29.12
%6.59
%28.63

Codes

Color #B681AA in popluar color models

B681AA
RGB182129170
HSL314°26.63%60.98%
HSB/HSV314°29.12%71.37%
CMYK0.00%29.12%6.59%
28.63%

Color #B681AA in popluar number systems.

HEXB681AA
Decimal182129170
Binary101101101000000110101010
Octal266201252

Shades and tints

Shades of #B681AA

#B681AA
(182,129,170)
#A6769B
(166,118,155)
#966B8C
(150,107,140)
#86607D
(134,96,125)
#76556E
(118,85,110)
#664A5F
(102,74,95)
#563F50
(86,63,80)
#463441
(70,52,65)
#362932
(54,41,50)
#261E23
(38,30,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #B681AA

#B681AA
(182,129,170)
#BC8CB1
(188,140,177)
#C297B8
(194,151,184)
#C8A2BF
(200,162,191)
#CEADC6
(206,173,198)
#D4B8CD
(212,184,205)
#DAC3D4
(218,195,212)
#E0CEDB
(224,206,219)
#E6D9E2
(230,217,226)
#ECE4E9
(236,228,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B681AA; }

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

This text font color is #B681AA.


Background Color

.myBgColor { background-color: #B681AA; }

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

This div background color is #B681AA.


Border color

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

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

This div border color is #B681AA.


Opacity

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

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

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

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

This text has shadow with #B681AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B681AA on black background.


Color preview on white background

This text has color #B681AA on white background.



Black color preview on #B681AA background

This text has black color on #B681AA background.


White color preview on #B681AA background

This text has white color on #B681AA background.