COLOR #AB95BF

HEX: #AB95BF
RGB: (171,149,191)

Color info

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

RGB color model

#AB95BF color RGB value is (171,149,191).

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

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 191 of 255 = 75%

171
149
191

R + G + B ~ 67%. #AB95BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 191 = 511 (100%)
R 171 of 511 ~ 33.46%
G 149 of 511 ~ 29.16%
B 191 of 511 ~ 37.38%

%33.46
%29.16
%37.38

CMYK color model

#AB95BF color CMYK value is (10,22,0,25).

  • cyan value is 10.47%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(10,22,0,25)
C10M22Y0K25 
(10%,22%,0%,25%)
(0.10/0.22/0.00/0.25)	

CMYK percentages

%10.47
%21.99
%0
%25.1

Codes

Color #AB95BF in popluar color models

AB95BF
RGB171149191
HSL271°24.71%66.67%
HSB/HSV271°21.99%74.90%
CMYK10.47%21.99%0.00%
25.10%

Color #AB95BF in popluar number systems.

HEXAB95BF
Decimal171149191
Binary101010111001010110111111
Octal253225277

Shades and tints

Shades of #AB95BF

#AB95BF
(171,149,191)
#9C88AE
(156,136,174)
#8D7B9D
(141,123,157)
#7E6E8C
(126,110,140)
#6F617B
(111,97,123)
#60546A
(96,84,106)
#514759
(81,71,89)
#423A48
(66,58,72)
#332D37
(51,45,55)
#242026
(36,32,38)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB95BF

#AB95BF
(171,149,191)
#B29EC4
(178,158,196)
#B9A7C9
(185,167,201)
#C0B0CE
(192,176,206)
#C7B9D3
(199,185,211)
#CEC2D8
(206,194,216)
#D5CBDD
(213,203,221)
#DCD4E2
(220,212,226)
#E3DDE7
(227,221,231)
#EAE6EC
(234,230,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB95BF; }

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

This text font color is #AB95BF.


Background Color

.myBgColor { background-color: #AB95BF; }

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

This div background color is #AB95BF.


Border color

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

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

This div border color is #AB95BF.


Opacity

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

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

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

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

This text has shadow with #AB95BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95BF on black background.


Color preview on white background

This text has color #AB95BF on white background.



Black color preview on #AB95BF background

This text has black color on #AB95BF background.


White color preview on #AB95BF background

This text has white color on #AB95BF background.