COLOR #ABA7CC

HEX: #ABA7CC RGB: (171,167,204)

Color info

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

RGB color model

#ABA7CC color RGB value is (171,167,204).

RGB: (171,167,204) (67%, 65%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 204 of 255 = 80%

171
167
204

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

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 204 = 542 (100%)
R 171 of 542 ~ 31.55%
G 167 of 542 ~ 30.81%
B 204 of 542 ~ 37.64'%

%31.55
%30.81
%37.64

CMYK color model

#ABA7CC color CMYK value is (16,18,0,20).

  • cyan value is 16.18%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (16,18,0,20) C16M18Y0K20 (16%,18%,0%,20%) (0.16/0.18/0.00/0.20) 

CMYK percentages

%16.18
%18.14
%0
%20

Codes

Color #ABA7CC in popluar color models

AB A7 CC
RGB 171 167 204
HSL 246° 26.62% 72.75%
HSB/HSV 246° 18.14% 80.00%
CMYK 16.18% 18.14% 0.00%
20.00%

Color #ABA7CC in popluar number systems.

HEX AB A7 CC
Decimal 171 167 204
Binary 10101011 10100111 11001100
Octal 253 247 314

Shades and tints

Shades of #ABA7CC

#ABA7CC
(171,167,204)
#9C98BA
(156,152,186)
#8D89A8
(141,137,168)
#7E7A96
(126,122,150)
#6F6B84
(111,107,132)
#605C72
(96,92,114)
#514D60
(81,77,96)
#423E4E
(66,62,78)
#332F3C
(51,47,60)
#24202A
(36,32,42)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABA7CC

#ABA7CC
(171,167,204)
#B2AFD0
(178,175,208)
#B9B7D4
(185,183,212)
#C0BFD8
(192,191,216)
#C7C7DC
(199,199,220)
#CECFE0
(206,207,224)
#D5D7E4
(213,215,228)
#DCDFE8
(220,223,232)
#E3E7EC
(227,231,236)
#EAEFF0
(234,239,240)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA7CC color. Also use rgb(171,167,204) instead hex code.

Text Font Color

.myTextColor { color: #ABA7CC; }

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

This text font color is #ABA7CC.

Background Color

.myBgColor { background-color: #ABA7CC; }

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

This div background color is #ABA7CC.

Border color

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

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

This div border color is #ABA7CC.

Opacity

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

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

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

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

This text has shadow with #ABA7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7CC.

Preview

Color preview on black background

This text has color #ABA7CC on black background.


Color preview on white background

This text has color #ABA7CC on white background.


Black color preview on #ABA7CC background

This text has black color on #ABA7CC background.


White color preview on #ABA7CC background

This text has white color on #ABA7CC background.


Related colors

Complementary color

Complementary color for #hex is #545833.


I love getcolorcode.com

Triadic colors

1 #CCABA7 and #A7CCAB with #ABA7CC are triadic colors.

2 #CCA7AB and #A7ABCC with #ABA7CC are triadic colors.