COLOR #ABB6CD

HEX: #ABB6CD RGB: (171,182,205)

Color info

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

RGB color model

#ABB6CD color RGB value is (171,182,205).

RGB: (171,182,205) (67%, 71%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 205 of 255 = 80%

171
182
205

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

Portions of RGB colors in percentages

R + G + B = 171 + 182 + 205 = 558 (100%)
R 171 of 558 ~ 30.65%
G 182 of 558 ~ 32.62%
B 205 of 558 ~ 36.74'%

%30.65
%32.62
%36.74

CMYK color model

#ABB6CD color CMYK value is (17,11,0,20).

  • cyan value is 16.59%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (17,11,0,20)
C17M11Y0K20 (17%, 11%, 0%, 20%)
(0.17 / 0.11 / 0.00 / 0.20)

CMYK percentages

%16.59
%11.22
%0
%19.61

Codes

Color #ABB6CD in popluar color models

AB B6 CD
RGB 171 182 205
HSL 221° 25.37% 73.73%
HSB/HSV 221° 16.59% 80.39%
CMYK 16.59% 11.22% 0.00%
19.61%

Color #ABB6CD in popluar number systems.

HEX AB B6 CD
Decimal 171 182 205
Binary 10101011 10110110 11001101
Octal 253 266 315

Shades and tints

Shades of #ABB6CD

#ABB6CD
(171,182,205)
#9CA6BB
(156,166,187)
#8D96A9
(141,150,169)
#7E8697
(126,134,151)
#6F7685
(111,118,133)
#606673
(96,102,115)
#515661
(81,86,97)
#42464F
(66,70,79)
#33363D
(51,54,61)
#24262B
(36,38,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABB6CD

#ABB6CD
(171,182,205)
#B2BCD1
(178,188,209)
#B9C2D5
(185,194,213)
#C0C8D9
(192,200,217)
#C7CEDD
(199,206,221)
#CED4E1
(206,212,225)
#D5DAE5
(213,218,229)
#DCE0E9
(220,224,233)
#E3E6ED
(227,230,237)
#EAECF1
(234,236,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB6CD color. Also use rgb(171,182,205) instead hex code.

Text Font Color

.myTextColor { color: #ABB6CD; }

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

This text font color is #ABB6CD.

Background Color

.myBgColor { background-color: #ABB6CD; }

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

This div background color is #ABB6CD.

Border color

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

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

This div border color is #ABB6CD.

Opacity

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

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

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

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

This text has shadow with #ABB6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB6CD.

Preview

Color preview on black background

This text has color #ABB6CD on black background.


Color preview on white background

This text has color #ABB6CD on white background.


Black color preview on #ABB6CD background

This text has black color on #ABB6CD background.


White color preview on #ABB6CD background

This text has white color on #ABB6CD background.


Related colors

Complementary color

Complementary color for #hex is #544932.


I love getcolorcode.com

Triadic colors

1 #CDABB6 and #B6CDAB with #ABB6CD are triadic colors.

2 #CDB6AB and #B6ABCD with #ABB6CD are triadic colors.