COLOR #ABB9C5

HEX: #ABB9C5 RGB: (171,185,197)

Color info

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

RGB color model

#ABB9C5 color RGB value is (171,185,197).

RGB: (171,185,197) (67%, 73%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 197 of 255 = 77%

171
185
197

R + G + B ~ 72%. #ABB9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 197 = 553 (100%)
R 171 of 553 ~ 30.92%
G 185 of 553 ~ 33.45%
B 197 of 553 ~ 35.62'%

%30.92
%33.45
%35.62

CMYK color model

#ABB9C5 color CMYK value is (13,6,0,23).

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

CMYK: (13,6,0,23)
C13M6Y0K23 (13%, 6%, 0%, 23%)
(0.13 / 0.06 / 0.00 / 0.23)

CMYK percentages

%13.2
%6.09
%0
%22.75

Codes

Color #ABB9C5 in popluar color models

AB B9 C5
RGB 171 185 197
HSL 208° 18.31% 72.16%
HSB/HSV 208° 13.20% 77.25%
CMYK 13.20% 6.09% 0.00%
22.75%

Color #ABB9C5 in popluar number systems.

HEX AB B9 C5
Decimal 171 185 197
Binary 10101011 10111001 11000101
Octal 253 271 305

Shades and tints

Shades of #ABB9C5

#ABB9C5
(171,185,197)
#9CA9B4
(156,169,180)
#8D99A3
(141,153,163)
#7E8992
(126,137,146)
#6F7981
(111,121,129)
#606970
(96,105,112)
#51595F
(81,89,95)
#42494E
(66,73,78)
#33393D
(51,57,61)
#24292C
(36,41,44)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #ABB9C5

#ABB9C5
(171,185,197)
#B2BFCA
(178,191,202)
#B9C5CF
(185,197,207)
#C0CBD4
(192,203,212)
#C7D1D9
(199,209,217)
#CED7DE
(206,215,222)
#D5DDE3
(213,221,227)
#DCE3E8
(220,227,232)
#E3E9ED
(227,233,237)
#EAEFF2
(234,239,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9C5; }

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

This text font color is #ABB9C5.

Background Color

.myBgColor { background-color: #ABB9C5; }

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

This div background color is #ABB9C5.

Border color

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

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

This div border color is #ABB9C5.

Opacity

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

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

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

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

This text has shadow with #ABB9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9C5.

Preview

Color preview on black background

This text has color #ABB9C5 on black background.


Color preview on white background

This text has color #ABB9C5 on white background.


Black color preview on #ABB9C5 background

This text has black color on #ABB9C5 background.


White color preview on #ABB9C5 background

This text has white color on #ABB9C5 background.


Related colors

Complementary color

Complementary color for #hex is #54463A.


I love getcolorcode.com

Triadic colors

1 #C5ABB9 and #B9C5AB with #ABB9C5 are triadic colors.

2 #C5B9AB and #B9ABC5 with #ABB9C5 are triadic colors.