COLOR #B681AB

HEX: #B681AB
RGB: (182,129,171)

Color info

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

RGB color model

#B681AB color RGB value is (182,129,171).

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

RGB channels and saturation

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

182
129
171

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

Portions of RGB colors in percentages

R + G + B =
182 + 129 + 171 = 482 (100%)
R 182 of 482 ~ 37.76%
G 129 of 482 ~ 26.76%
B 171 of 482 ~ 35.48%

%37.76
%26.76
%35.48

CMYK color model

#B681AB color CMYK value is (0,29,6,29).

  • cyan value is 0.00%
  • magenta value is 29.12%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(0,29,6,29)
C0M29Y6K29 
(0%,29%,6%,29%)
(0.00/0.29/0.06/0.29)	

CMYK percentages

%0
%29.12
%6.04
%28.63

Codes

Color #B681AB in popluar color models

B681AB
RGB182129171
HSL312°26.63%60.98%
HSB/HSV312°29.12%71.37%
CMYK0.00%29.12%6.04%
28.63%

Color #B681AB in popluar number systems.

HEXB681AB
Decimal182129171
Binary101101101000000110101011
Octal266201253

Shades and tints

Shades of #B681AB

#B681AB
(182,129,171)
#A6769C
(166,118,156)
#966B8D
(150,107,141)
#86607E
(134,96,126)
#76556F
(118,85,111)
#664A60
(102,74,96)
#563F51
(86,63,81)
#463442
(70,52,66)
#362933
(54,41,51)
#261E24
(38,30,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B681AB

#B681AB
(182,129,171)
#BC8CB2
(188,140,178)
#C297B9
(194,151,185)
#C8A2C0
(200,162,192)
#CEADC7
(206,173,199)
#D4B8CE
(212,184,206)
#DAC3D5
(218,195,213)
#E0CEDC
(224,206,220)
#E6D9E3
(230,217,227)
#ECE4EA
(236,228,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B681AB; }

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

This text font color is #B681AB.


Background Color

.myBgColor { background-color: #B681AB; }

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

This div background color is #B681AB.


Border color

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

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

This div border color is #B681AB.


Opacity

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

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

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

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

This text has shadow with #B681AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B681AB on black background.


Color preview on white background

This text has color #B681AB on white background.



Black color preview on #B681AB background

This text has black color on #B681AB background.


White color preview on #B681AB background

This text has white color on #B681AB background.