COLOR #AB82B9

HEX: #AB82B9
RGB: (171,130,185)

Color info

#AB82B9 contains red, green and blue colors in about the same proportion. Web safe color of #AB82B9 is #9999CC (or #99C).

RGB color model

#AB82B9 color RGB value is (171,130,185).

  • red value is 171;
  • green value is 130;
  • blue value is 185.
RGB:
(171,130,185)
(67%,51%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 185 of 255 = 73%

171
130
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 130 + 185 = 486 (100%)
R 171 of 486 ~ 35.19%
G 130 of 486 ~ 26.75%
B 185 of 486 ~ 38.07%

%35.19
%26.75
%38.07

CMYK color model

#AB82B9 color CMYK value is (8,30,0,27).

  • cyan value is 7.57%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,30,0,27)
C8M30Y0K27 
(8%,30%,0%,27%)
(0.08/0.30/0.00/0.27)	

CMYK percentages

%7.57
%29.73
%0
%27.45

Codes

Color #AB82B9 in popluar color models

AB82B9
RGB171130185
HSL285°28.21%61.76%
HSB/HSV285°29.73%72.55%
CMYK7.57%29.73%0.00%
27.45%

Color #AB82B9 in popluar number systems.

HEXAB82B9
Decimal171130185
Binary101010111000001010111001
Octal253202271

Shades and tints

Shades of #AB82B9

#AB82B9
(171,130,185)
#9C77A9
(156,119,169)
#8D6C99
(141,108,153)
#7E6189
(126,97,137)
#6F5679
(111,86,121)
#604B69
(96,75,105)
#514059
(81,64,89)
#423549
(66,53,73)
#332A39
(51,42,57)
#241F29
(36,31,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #AB82B9

#AB82B9
(171,130,185)
#B28DBF
(178,141,191)
#B998C5
(185,152,197)
#C0A3CB
(192,163,203)
#C7AED1
(199,174,209)
#CEB9D7
(206,185,215)
#D5C4DD
(213,196,221)
#DCCFE3
(220,207,227)
#E3DAE9
(227,218,233)
#EAE5EF
(234,229,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB82B9 color. Also use rgb(171,130,185) instead hex code.

Text Font Color

.myTextColor { color: #AB82B9; }

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

This text font color is #AB82B9.


Background Color

.myBgColor { background-color: #AB82B9; }

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

This div background color is #AB82B9.


Border color

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

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

This div border color is #AB82B9.


Opacity

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

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

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

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

This text has shadow with #AB82B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB82B9 on black background.


Color preview on white background

This text has color #AB82B9 on white background.



Black color preview on #AB82B9 background

This text has black color on #AB82B9 background.


White color preview on #AB82B9 background

This text has white color on #AB82B9 background.