COLOR #ABA5CE

HEX: #ABA5CE RGB: (171,165,206)

Color info

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

RGB color model

#ABA5CE color RGB value is (171,165,206).

RGB: (171,165,206) (67%, 65%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 206 of 255 = 81%

171
165
206

R + G + B ~ 71%. #ABA5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 206 = 542 (100%)
R 171 of 542 ~ 31.55%
G 165 of 542 ~ 30.44%
B 206 of 542 ~ 38.01'%

%31.55
%30.44
%38.01

CMYK color model

#ABA5CE color CMYK value is (17,20,0,19).

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

CMYK: (17,20,0,19)
C17M20Y0K19 (17%, 20%, 0%, 19%)
(0.17 / 0.20 / 0.00 / 0.19)

CMYK percentages

%16.99
%19.9
%0
%19.22

Codes

Color #ABA5CE in popluar color models

AB A5 CE
RGB 171 165 206
HSL 249° 29.50% 72.75%
HSB/HSV 249° 19.90% 80.78%
CMYK 16.99% 19.90% 0.00%
19.22%

Color #ABA5CE in popluar number systems.

HEX AB A5 CE
Decimal 171 165 206
Binary 10101011 10100101 11001110
Octal 253 245 316

Shades and tints

Shades of #ABA5CE

#ABA5CE
(171,165,206)
#9C96BC
(156,150,188)
#8D87AA
(141,135,170)
#7E7898
(126,120,152)
#6F6986
(111,105,134)
#605A74
(96,90,116)
#514B62
(81,75,98)
#423C50
(66,60,80)
#332D3E
(51,45,62)
#241E2C
(36,30,44)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #ABA5CE

#ABA5CE
(171,165,206)
#B2ADD2
(178,173,210)
#B9B5D6
(185,181,214)
#C0BDDA
(192,189,218)
#C7C5DE
(199,197,222)
#CECDE2
(206,205,226)
#D5D5E6
(213,213,230)
#DCDDEA
(220,221,234)
#E3E5EE
(227,229,238)
#EAEDF2
(234,237,242)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5CE; }

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

This text font color is #ABA5CE.

Background Color

.myBgColor { background-color: #ABA5CE; }

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

This div background color is #ABA5CE.

Border color

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

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

This div border color is #ABA5CE.

Opacity

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

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

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

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

This text has shadow with #ABA5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA5CE.

Preview

Color preview on black background

This text has color #ABA5CE on black background.


Color preview on white background

This text has color #ABA5CE on white background.


Black color preview on #ABA5CE background

This text has black color on #ABA5CE background.


White color preview on #ABA5CE background

This text has white color on #ABA5CE background.


Related colors

Complementary color

Complementary color for #hex is #545A31.


I love getcolorcode.com

Triadic colors

1 #CEABA5 and #A5CEAB with #ABA5CE are triadic colors.

2 #CEA5AB and #A5ABCE with #ABA5CE are triadic colors.