COLOR #AB94CD

HEX: #AB94CD
RGB: (171,148,205)

Color info

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

RGB color model

#AB94CD color RGB value is (171,148,205).

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

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 205 of 255 = 80%

171
148
205

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 205 = 524 (100%)
R 171 of 524 ~ 32.63%
G 148 of 524 ~ 28.24%
B 205 of 524 ~ 39.12%

%32.63
%28.24
%39.12

CMYK color model

#AB94CD color CMYK value is (17,28,0,20).

  • cyan value is 16.59%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,28,0,20)
C17M28Y0K20 
(17%,28%,0%,20%)
(0.17/0.28/0.00/0.20)	

CMYK percentages

%16.59
%27.8
%0
%19.61

Codes

Color #AB94CD in popluar color models

AB94CD
RGB171148205
HSL264°36.31%69.22%
HSB/HSV264°27.80%80.39%
CMYK16.59%27.80%0.00%
19.61%

Color #AB94CD in popluar number systems.

HEXAB94CD
Decimal171148205
Binary101010111001010011001101
Octal253224315

Shades and tints

Shades of #AB94CD

#AB94CD
(171,148,205)
#9C87BB
(156,135,187)
#8D7AA9
(141,122,169)
#7E6D97
(126,109,151)
#6F6085
(111,96,133)
#605373
(96,83,115)
#514661
(81,70,97)
#42394F
(66,57,79)
#332C3D
(51,44,61)
#241F2B
(36,31,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB94CD

#AB94CD
(171,148,205)
#B29DD1
(178,157,209)
#B9A6D5
(185,166,213)
#C0AFD9
(192,175,217)
#C7B8DD
(199,184,221)
#CEC1E1
(206,193,225)
#D5CAE5
(213,202,229)
#DCD3E9
(220,211,233)
#E3DCED
(227,220,237)
#EAE5F1
(234,229,241)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB94CD color. Also use rgb(171,148,205) instead hex code.

Text Font Color

.myTextColor { color: #AB94CD; }

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

This text font color is #AB94CD.


Background Color

.myBgColor { background-color: #AB94CD; }

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

This div background color is #AB94CD.


Border color

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

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

This div border color is #AB94CD.


Opacity

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

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

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

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

This text has shadow with #AB94CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB94CD on black background.


Color preview on white background

This text has color #AB94CD on white background.



Black color preview on #AB94CD background

This text has black color on #AB94CD background.


White color preview on #AB94CD background

This text has white color on #AB94CD background.