COLOR #AB95C7

HEX: #AB95C7
RGB: (171,149,199)

Color info

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

RGB color model

#AB95C7 color RGB value is (171,149,199).

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

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 199 of 255 = 78%

171
149
199

R + G + B ~ 68%. #AB95C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 199 = 519 (100%)
R 171 of 519 ~ 32.95%
G 149 of 519 ~ 28.71%
B 199 of 519 ~ 38.34%

%32.95
%28.71
%38.34

CMYK color model

#AB95C7 color CMYK value is (14,25,0,22).

  • cyan value is 14.07%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(14,25,0,22)
C14M25Y0K22 
(14%,25%,0%,22%)
(0.14/0.25/0.00/0.22)	

CMYK percentages

%14.07
%25.13
%0
%21.96

Codes

Color #AB95C7 in popluar color models

AB95C7
RGB171149199
HSL266°30.86%68.24%
HSB/HSV266°25.13%78.04%
CMYK14.07%25.13%0.00%
21.96%

Color #AB95C7 in popluar number systems.

HEXAB95C7
Decimal171149199
Binary101010111001010111000111
Octal253225307

Shades and tints

Shades of #AB95C7

#AB95C7
(171,149,199)
#9C88B5
(156,136,181)
#8D7BA3
(141,123,163)
#7E6E91
(126,110,145)
#6F617F
(111,97,127)
#60546D
(96,84,109)
#51475B
(81,71,91)
#423A49
(66,58,73)
#332D37
(51,45,55)
#242025
(36,32,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB95C7

#AB95C7
(171,149,199)
#B29ECC
(178,158,204)
#B9A7D1
(185,167,209)
#C0B0D6
(192,176,214)
#C7B9DB
(199,185,219)
#CEC2E0
(206,194,224)
#D5CBE5
(213,203,229)
#DCD4EA
(220,212,234)
#E3DDEF
(227,221,239)
#EAE6F4
(234,230,244)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB95C7; }

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

This text font color is #AB95C7.


Background Color

.myBgColor { background-color: #AB95C7; }

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

This div background color is #AB95C7.


Border color

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

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

This div border color is #AB95C7.


Opacity

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

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

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

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

This text has shadow with #AB95C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95C7 on black background.


Color preview on white background

This text has color #AB95C7 on white background.



Black color preview on #AB95C7 background

This text has black color on #AB95C7 background.


White color preview on #AB95C7 background

This text has white color on #AB95C7 background.