COLOR #ABB7D1

HEX: #ABB7D1 RGB: (171,183,209)

Color info

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

RGB color model

#ABB7D1 color RGB value is (171,183,209).

RGB: (171,183,209) (67%, 72%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 209 of 255 = 82%

171
183
209

R + G + B ~ 74%. #ABB7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 183 + 209 = 563 (100%)
R 171 of 563 ~ 30.37%
G 183 of 563 ~ 32.5%
B 209 of 563 ~ 37.12'%

%30.37
%32.5
%37.12

CMYK color model

#ABB7D1 color CMYK value is (18,12,0,18).

  • cyan value is 18.18%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (18,12,0,18)
C18M12Y0K18 (18%, 12%, 0%, 18%)
(0.18 / 0.12 / 0.00 / 0.18)

CMYK percentages

%18.18
%12.44
%0
%18.04

Codes

Color #ABB7D1 in popluar color models

AB B7 D1
RGB 171 183 209
HSL 221° 29.23% 74.51%
HSB/HSV 221° 18.18% 81.96%
CMYK 18.18% 12.44% 0.00%
18.04%

Color #ABB7D1 in popluar number systems.

HEX AB B7 D1
Decimal 171 183 209
Binary 10101011 10110111 11010001
Octal 253 267 321

Shades and tints

Shades of #ABB7D1

#ABB7D1
(171,183,209)
#9CA7BE
(156,167,190)
#8D97AB
(141,151,171)
#7E8798
(126,135,152)
#6F7785
(111,119,133)
#606772
(96,103,114)
#51575F
(81,87,95)
#42474C
(66,71,76)
#333739
(51,55,57)
#242726
(36,39,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABB7D1

#ABB7D1
(171,183,209)
#B2BDD5
(178,189,213)
#B9C3D9
(185,195,217)
#C0C9DD
(192,201,221)
#C7CFE1
(199,207,225)
#CED5E5
(206,213,229)
#D5DBE9
(213,219,233)
#DCE1ED
(220,225,237)
#E3E7F1
(227,231,241)
#EAEDF5
(234,237,245)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB7D1 color. Also use rgb(171,183,209) instead hex code.

Text Font Color

.myTextColor { color: #ABB7D1; }

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

This text font color is #ABB7D1.

Background Color

.myBgColor { background-color: #ABB7D1; }

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

This div background color is #ABB7D1.

Border color

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

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

This div border color is #ABB7D1.

Opacity

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

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

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

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

This text has shadow with #ABB7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB7D1.

Preview

Color preview on black background

This text has color #ABB7D1 on black background.


Color preview on white background

This text has color #ABB7D1 on white background.


Black color preview on #ABB7D1 background

This text has black color on #ABB7D1 background.


White color preview on #ABB7D1 background

This text has white color on #ABB7D1 background.


Related colors

Complementary color

Complementary color for #hex is #54482E.


I love getcolorcode.com

Triadic colors

1 #D1ABB7 and #B7D1AB with #ABB7D1 are triadic colors.

2 #D1B7AB and #B7ABD1 with #ABB7D1 are triadic colors.