COLOR #AB95D1

HEX: #AB95D1
RGB: (171,149,209)

Color info

#AB95D1 contains mainly red and blue colors. Web safe color of #AB95D1 is #9999CC (or #99C).

RGB color model

#AB95D1 color RGB value is (171,149,209).

  • red value is 171;
  • green value is 149;
  • blue value is 209.
RGB:
(171,149,209)
(67%,58%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 209 of 255 = 82%

171
149
209

R + G + B ~ 69%. #AB95D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 209 = 529 (100%)
R 171 of 529 ~ 32.33%
G 149 of 529 ~ 28.17%
B 209 of 529 ~ 39.51%

%32.33
%28.17
%39.51

CMYK color model

#AB95D1 color CMYK value is (18,29,0,18).

  • cyan value is 18.18%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,29,0,18)
C18M29Y0K18 
(18%,29%,0%,18%)
(0.18/0.29/0.00/0.18)	

CMYK percentages

%18.18
%28.71
%0
%18.04

Codes

Color #AB95D1 in popluar color models

AB95D1
RGB171149209
HSL262°39.47%70.20%
HSB/HSV262°28.71%81.96%
CMYK18.18%28.71%0.00%
18.04%

Color #AB95D1 in popluar number systems.

HEXAB95D1
Decimal171149209
Binary101010111001010111010001
Octal253225321

Shades and tints

Shades of #AB95D1

#AB95D1
(171,149,209)
#9C88BE
(156,136,190)
#8D7BAB
(141,123,171)
#7E6E98
(126,110,152)
#6F6185
(111,97,133)
#605472
(96,84,114)
#51475F
(81,71,95)
#423A4C
(66,58,76)
#332D39
(51,45,57)
#242026
(36,32,38)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB95D1

#AB95D1
(171,149,209)
#B29ED5
(178,158,213)
#B9A7D9
(185,167,217)
#C0B0DD
(192,176,221)
#C7B9E1
(199,185,225)
#CEC2E5
(206,194,229)
#D5CBE9
(213,203,233)
#DCD4ED
(220,212,237)
#E3DDF1
(227,221,241)
#EAE6F5
(234,230,245)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB95D1 color. Also use rgb(171,149,209) instead hex code.

Text Font Color

.myTextColor { color: #AB95D1; }

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

This text font color is #AB95D1.


Background Color

.myBgColor { background-color: #AB95D1; }

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

This div background color is #AB95D1.


Border color

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

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

This div border color is #AB95D1.


Opacity

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

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

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

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

This text has shadow with #AB95D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95D1 on black background.


Color preview on white background

This text has color #AB95D1 on white background.



Black color preview on #AB95D1 background

This text has black color on #AB95D1 background.


White color preview on #AB95D1 background

This text has white color on #AB95D1 background.