COLOR #ABB5CF

HEX: #ABB5CF RGB: (171,181,207)

Color info

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

RGB color model

#ABB5CF color RGB value is (171,181,207).

RGB: (171,181,207) (67%, 71%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 207 of 255 = 81%

171
181
207

R + G + B ~ 73%. #ABB5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 207 = 559 (100%)
R 171 of 559 ~ 30.59%
G 181 of 559 ~ 32.38%
B 207 of 559 ~ 37.03'%

%30.59
%32.38
%37.03

CMYK color model

#ABB5CF color CMYK value is (17,13,0,19).

  • cyan value is 17.39%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,13,0,19)
C17M13Y0K19 (17%, 13%, 0%, 19%)
(0.17 / 0.13 / 0.00 / 0.19)

CMYK percentages

%17.39
%12.56
%0
%18.82

Codes

Color #ABB5CF in popluar color models

AB B5 CF
RGB 171 181 207
HSL 223° 27.27% 74.12%
HSB/HSV 223° 17.39% 81.18%
CMYK 17.39% 12.56% 0.00%
18.82%

Color #ABB5CF in popluar number systems.

HEX AB B5 CF
Decimal 171 181 207
Binary 10101011 10110101 11001111
Octal 253 265 317

Shades and tints

Shades of #ABB5CF

#ABB5CF
(171,181,207)
#9CA5BD
(156,165,189)
#8D95AB
(141,149,171)
#7E8599
(126,133,153)
#6F7587
(111,117,135)
#606575
(96,101,117)
#515563
(81,85,99)
#424551
(66,69,81)
#33353F
(51,53,63)
#24252D
(36,37,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABB5CF

#ABB5CF
(171,181,207)
#B2BBD3
(178,187,211)
#B9C1D7
(185,193,215)
#C0C7DB
(192,199,219)
#C7CDDF
(199,205,223)
#CED3E3
(206,211,227)
#D5D9E7
(213,217,231)
#DCDFEB
(220,223,235)
#E3E5EF
(227,229,239)
#EAEBF3
(234,235,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB5CF color. Also use rgb(171,181,207) instead hex code.

Text Font Color

.myTextColor { color: #ABB5CF; }

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

This text font color is #ABB5CF.

Background Color

.myBgColor { background-color: #ABB5CF; }

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

This div background color is #ABB5CF.

Border color

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

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

This div border color is #ABB5CF.

Opacity

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

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

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

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

This text has shadow with #ABB5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB5CF.

Preview

Color preview on black background

This text has color #ABB5CF on black background.


Color preview on white background

This text has color #ABB5CF on white background.


Black color preview on #ABB5CF background

This text has black color on #ABB5CF background.


White color preview on #ABB5CF background

This text has white color on #ABB5CF background.


Related colors

Complementary color

Complementary color for #hex is #544A30.


I love getcolorcode.com

Triadic colors

1 #CFABB5 and #B5CFAB with #ABB5CF are triadic colors.

2 #CFB5AB and #B5ABCF with #ABB5CF are triadic colors.