COLOR #AB95CB

HEX: #AB95CB
RGB: (171,149,203)

Color info

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

RGB color model

#AB95CB color RGB value is (171,149,203).

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

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 203 of 255 = 80%

171
149
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 203 = 523 (100%)
R 171 of 523 ~ 32.7%
G 149 of 523 ~ 28.49%
B 203 of 523 ~ 38.81%

%32.7
%28.49
%38.81

CMYK color model

#AB95CB color CMYK value is (16,27,0,20).

  • cyan value is 15.76%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,27,0,20)
C16M27Y0K20 
(16%,27%,0%,20%)
(0.16/0.27/0.00/0.20)	

CMYK percentages

%15.76
%26.6
%0
%20.39

Codes

Color #AB95CB in popluar color models

AB95CB
RGB171149203
HSL264°34.18%69.02%
HSB/HSV264°26.60%79.61%
CMYK15.76%26.60%0.00%
20.39%

Color #AB95CB in popluar number systems.

HEXAB95CB
Decimal171149203
Binary101010111001010111001011
Octal253225313

Shades and tints

Shades of #AB95CB

#AB95CB
(171,149,203)
#9C88B9
(156,136,185)
#8D7BA7
(141,123,167)
#7E6E95
(126,110,149)
#6F6183
(111,97,131)
#605471
(96,84,113)
#51475F
(81,71,95)
#423A4D
(66,58,77)
#332D3B
(51,45,59)
#242029
(36,32,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #AB95CB

#AB95CB
(171,149,203)
#B29ECF
(178,158,207)
#B9A7D3
(185,167,211)
#C0B0D7
(192,176,215)
#C7B9DB
(199,185,219)
#CEC2DF
(206,194,223)
#D5CBE3
(213,203,227)
#DCD4E7
(220,212,231)
#E3DDEB
(227,221,235)
#EAE6EF
(234,230,239)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB95CB; }

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

This text font color is #AB95CB.


Background Color

.myBgColor { background-color: #AB95CB; }

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

This div background color is #AB95CB.


Border color

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

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

This div border color is #AB95CB.


Opacity

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

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

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

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

This text has shadow with #AB95CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB95CB on black background.


Color preview on white background

This text has color #AB95CB on white background.



Black color preview on #AB95CB background

This text has black color on #AB95CB background.


White color preview on #AB95CB background

This text has white color on #AB95CB background.