COLOR #A8ABC5

HEX: #A8ABC5 RGB: (168,171,197)

Color info

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

RGB color model

#A8ABC5 color RGB value is (168,171,197).

RGB: (168,171,197) (66%, 67%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 197 of 255 = 77%

168
171
197

R + G + B ~ 70%. #A8ABC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 197 = 536 (100%)
R 168 of 536 ~ 31.34%
G 171 of 536 ~ 31.9%
B 197 of 536 ~ 36.75'%

%31.34
%31.9
%36.75

CMYK color model

#A8ABC5 color CMYK value is (15,13,0,23).

  • cyan value is 14.72%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (15,13,0,23)
C15M13Y0K23 (15%, 13%, 0%, 23%)
(0.15 / 0.13 / 0.00 / 0.23)

CMYK percentages

%14.72
%13.2
%0
%22.75

Codes

Color #A8ABC5 in popluar color models

A8 AB C5
RGB 168 171 197
HSL 234° 20.00% 71.57%
HSB/HSV 234° 14.72% 77.25%
CMYK 14.72% 13.20% 0.00%
22.75%

Color #A8ABC5 in popluar number systems.

HEX A8 AB C5
Decimal 168 171 197
Binary 10101000 10101011 11000101
Octal 250 253 305

Shades and tints

Shades of #A8ABC5

#A8ABC5
(168,171,197)
#999CB4
(153,156,180)
#8A8DA3
(138,141,163)
#7B7E92
(123,126,146)
#6C6F81
(108,111,129)
#5D6070
(93,96,112)
#4E515F
(78,81,95)
#3F424E
(63,66,78)
#30333D
(48,51,61)
#21242C
(33,36,44)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #A8ABC5

#A8ABC5
(168,171,197)
#AFB2CA
(175,178,202)
#B6B9CF
(182,185,207)
#BDC0D4
(189,192,212)
#C4C7D9
(196,199,217)
#CBCEDE
(203,206,222)
#D2D5E3
(210,213,227)
#D9DCE8
(217,220,232)
#E0E3ED
(224,227,237)
#E7EAF2
(231,234,242)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ABC5 color. Also use rgb(168,171,197) instead hex code.

Text Font Color

.myTextColor { color: #A8ABC5; }

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

This text font color is #A8ABC5.

Background Color

.myBgColor { background-color: #A8ABC5; }

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

This div background color is #A8ABC5.

Border color

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

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

This div border color is #A8ABC5.

Opacity

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

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

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

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

This text has shadow with #A8ABC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABC5.

Preview

Color preview on black background

This text has color #A8ABC5 on black background.


Color preview on white background

This text has color #A8ABC5 on white background.


Black color preview on #A8ABC5 background

This text has black color on #A8ABC5 background.


White color preview on #A8ABC5 background

This text has white color on #A8ABC5 background.


Related colors

Complementary color

Complementary color for #hex is #57543A.


I love getcolorcode.com

Triadic colors

1 #C5A8AB and #ABC5A8 with #A8ABC5 are triadic colors.

2 #C5ABA8 and #ABA8C5 with #A8ABC5 are triadic colors.