COLOR #ABB9D5

HEX: #ABB9D5 RGB: (171,185,213)

Color info

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

RGB color model

#ABB9D5 color RGB value is (171,185,213).

RGB: (171,185,213) (67%, 73%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 213 of 255 = 84%

171
185
213

R + G + B ~ 75%. #ABB9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 213 = 569 (100%)
R 171 of 569 ~ 30.05%
G 185 of 569 ~ 32.51%
B 213 of 569 ~ 37.43'%

%30.05
%32.51
%37.43

CMYK color model

#ABB9D5 color CMYK value is (20,13,0,16).

  • cyan value is 19.72%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (20,13,0,16)
C20M13Y0K16 (20%, 13%, 0%, 16%)
(0.20 / 0.13 / 0.00 / 0.16)

CMYK percentages

%19.72
%13.15
%0
%16.47

Codes

Color #ABB9D5 in popluar color models

AB B9 D5
RGB 171 185 213
HSL 220° 33.33% 75.29%
HSB/HSV 220° 19.72% 83.53%
CMYK 19.72% 13.15% 0.00%
16.47%

Color #ABB9D5 in popluar number systems.

HEX AB B9 D5
Decimal 171 185 213
Binary 10101011 10111001 11010101
Octal 253 271 325

Shades and tints

Shades of #ABB9D5

#ABB9D5
(171,185,213)
#9CA9C2
(156,169,194)
#8D99AF
(141,153,175)
#7E899C
(126,137,156)
#6F7989
(111,121,137)
#606976
(96,105,118)
#515963
(81,89,99)
#424950
(66,73,80)
#33393D
(51,57,61)
#24292A
(36,41,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #ABB9D5

#ABB9D5
(171,185,213)
#B2BFD8
(178,191,216)
#B9C5DB
(185,197,219)
#C0CBDE
(192,203,222)
#C7D1E1
(199,209,225)
#CED7E4
(206,215,228)
#D5DDE7
(213,221,231)
#DCE3EA
(220,227,234)
#E3E9ED
(227,233,237)
#EAEFF0
(234,239,240)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9D5; }

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

This text font color is #ABB9D5.

Background Color

.myBgColor { background-color: #ABB9D5; }

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

This div background color is #ABB9D5.

Border color

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

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

This div border color is #ABB9D5.

Opacity

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

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

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

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

This text has shadow with #ABB9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9D5.

Preview

Color preview on black background

This text has color #ABB9D5 on black background.


Color preview on white background

This text has color #ABB9D5 on white background.


Black color preview on #ABB9D5 background

This text has black color on #ABB9D5 background.


White color preview on #ABB9D5 background

This text has white color on #ABB9D5 background.


Related colors

Complementary color

Complementary color for #ABB9D5 is #54462A.


I love getcolorcode.com

Triadic colors

1 #D5ABB9 and #B9D5AB with #ABB9D5 are triadic colors.

2 #D5B9AB and #B9ABD5 with #ABB9D5 are triadic colors.