COLOR #ABB2CF

HEX: #ABB2CF RGB: (171,178,207)

Color info

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

RGB color model

#ABB2CF color RGB value is (171,178,207).

RGB: (171,178,207) (67%, 70%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 207 of 255 = 81%

171
178
207

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

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 207 = 556 (100%)
R 171 of 556 ~ 30.76%
G 178 of 556 ~ 32.01%
B 207 of 556 ~ 37.23'%

%30.76
%32.01
%37.23

CMYK color model

#ABB2CF color CMYK value is (17,14,0,19).

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

CMYK: (17,14,0,19)
C17M14Y0K19 (17%, 14%, 0%, 19%)
(0.17 / 0.14 / 0.00 / 0.19)

CMYK percentages

%17.39
%14.01
%0
%18.82

Codes

Color #ABB2CF in popluar color models

AB B2 CF
RGB 171 178 207
HSL 228° 27.27% 74.12%
HSB/HSV 228° 17.39% 81.18%
CMYK 17.39% 14.01% 0.00%
18.82%

Color #ABB2CF in popluar number systems.

HEX AB B2 CF
Decimal 171 178 207
Binary 10101011 10110010 11001111
Octal 253 262 317

Shades and tints

Shades of #ABB2CF

#ABB2CF
(171,178,207)
#9CA2BD
(156,162,189)
#8D92AB
(141,146,171)
#7E8299
(126,130,153)
#6F7287
(111,114,135)
#606275
(96,98,117)
#515263
(81,82,99)
#424251
(66,66,81)
#33323F
(51,50,63)
#24222D
(36,34,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #ABB2CF

#ABB2CF
(171,178,207)
#B2B9D3
(178,185,211)
#B9C0D7
(185,192,215)
#C0C7DB
(192,199,219)
#C7CEDF
(199,206,223)
#CED5E3
(206,213,227)
#D5DCE7
(213,220,231)
#DCE3EB
(220,227,235)
#E3EAEF
(227,234,239)
#EAF1F3
(234,241,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2CF; }

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

This text font color is #ABB2CF.

Background Color

.myBgColor { background-color: #ABB2CF; }

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

This div background color is #ABB2CF.

Border color

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

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

This div border color is #ABB2CF.

Opacity

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

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

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

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

This text has shadow with #ABB2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2CF.

Preview

Color preview on black background

This text has color #ABB2CF on black background.


Color preview on white background

This text has color #ABB2CF on white background.


Black color preview on #ABB2CF background

This text has black color on #ABB2CF background.


White color preview on #ABB2CF background

This text has white color on #ABB2CF background.


Related colors

Complementary color

Complementary color for #hex is #544D30.


I love getcolorcode.com

Triadic colors

1 #CFABB2 and #B2CFAB with #ABB2CF are triadic colors.

2 #CFB2AB and #B2ABCF with #ABB2CF are triadic colors.