COLOR #AB94CE

HEX: #AB94CE RGB: (171,148,206)

Color info

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

RGB color model

#AB94CE color RGB value is (171,148,206).

RGB: (171,148,206) (67%, 58%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 206 of 255 = 81%

171
148
206

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

Portions of RGB colors in percentages

R + G + B = 171 + 148 + 206 = 525 (100%)
R 171 of 525 ~ 32.57%
G 148 of 525 ~ 28.19%
B 206 of 525 ~ 39.24'%

%32.57
%28.19
%39.24

CMYK color model

#AB94CE color CMYK value is (17,28,0,19).

  • cyan value is 16.99%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,28,0,19)
C17M28Y0K19 (17%, 28%, 0%, 19%)
(0.17 / 0.28 / 0.00 / 0.19)

CMYK percentages

%16.99
%28.16
%0
%19.22

Codes

Color #AB94CE in popluar color models

AB 94 CE
RGB 171 148 206
HSL 264° 37.18% 69.41%
HSB/HSV 264° 28.16% 80.78%
CMYK 16.99% 28.16% 0.00%
19.22%

Color #AB94CE in popluar number systems.

HEX AB 94 CE
Decimal 171 148 206
Binary 10101011 10010100 11001110
Octal 253 224 316

Shades and tints

Shades of #AB94CE

#AB94CE
(171,148,206)
#9C87BC
(156,135,188)
#8D7AAA
(141,122,170)
#7E6D98
(126,109,152)
#6F6086
(111,96,134)
#605374
(96,83,116)
#514662
(81,70,98)
#423950
(66,57,80)
#332C3E
(51,44,62)
#241F2C
(36,31,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #AB94CE

#AB94CE
(171,148,206)
#B29DD2
(178,157,210)
#B9A6D6
(185,166,214)
#C0AFDA
(192,175,218)
#C7B8DE
(199,184,222)
#CEC1E2
(206,193,226)
#D5CAE6
(213,202,230)
#DCD3EA
(220,211,234)
#E3DCEE
(227,220,238)
#EAE5F2
(234,229,242)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB94CE; }

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

This text font color is #AB94CE.

Background Color

.myBgColor { background-color: #AB94CE; }

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

This div background color is #AB94CE.

Border color

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

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

This div border color is #AB94CE.

Opacity

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

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

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

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

This text has shadow with #AB94CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB94CE.

Preview

Color preview on black background

This text has color #AB94CE on black background.


Color preview on white background

This text has color #AB94CE on white background.


Black color preview on #AB94CE background

This text has black color on #AB94CE background.


White color preview on #AB94CE background

This text has white color on #AB94CE background.


Related colors

Complementary color

Complementary color for #hex is #546B31.


I love getcolorcode.com

Triadic colors

1 #CEAB94 and #94CEAB with #AB94CE are triadic colors.

2 #CE94AB and #94ABCE with #AB94CE are triadic colors.