COLOR #ABB6D8

HEX: #ABB6D8 RGB: (171,182,216)

Color info

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

RGB color model

#ABB6D8 color RGB value is (171,182,216).

RGB: (171,182,216) (67%, 71%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 216 of 255 = 85%

171
182
216

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

Portions of RGB colors in percentages

R + G + B = 171 + 182 + 216 = 569 (100%)
R 171 of 569 ~ 30.05%
G 182 of 569 ~ 31.99%
B 216 of 569 ~ 37.96'%

%30.05
%31.99
%37.96

CMYK color model

#ABB6D8 color CMYK value is (21,16,0,15).

  • cyan value is 20.83%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (21,16,0,15)
C21M16Y0K15 (21%, 16%, 0%, 15%)
(0.21 / 0.16 / 0.00 / 0.15)

CMYK percentages

%20.83
%15.74
%0
%15.29

Codes

Color #ABB6D8 in popluar color models

AB B6 D8
RGB 171 182 216
HSL 225° 36.59% 75.88%
HSB/HSV 225° 20.83% 84.71%
CMYK 20.83% 15.74% 0.00%
15.29%

Color #ABB6D8 in popluar number systems.

HEX AB B6 D8
Decimal 171 182 216
Binary 10101011 10110110 11011000
Octal 253 266 330

Shades and tints

Shades of #ABB6D8

#ABB6D8
(171,182,216)
#9CA6C5
(156,166,197)
#8D96B2
(141,150,178)
#7E869F
(126,134,159)
#6F768C
(111,118,140)
#606679
(96,102,121)
#515666
(81,86,102)
#424653
(66,70,83)
#333640
(51,54,64)
#24262D
(36,38,45)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #ABB6D8

#ABB6D8
(171,182,216)
#B2BCDB
(178,188,219)
#B9C2DE
(185,194,222)
#C0C8E1
(192,200,225)
#C7CEE4
(199,206,228)
#CED4E7
(206,212,231)
#D5DAEA
(213,218,234)
#DCE0ED
(220,224,237)
#E3E6F0
(227,230,240)
#EAECF3
(234,236,243)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6D8; }

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

This text font color is #ABB6D8.

Background Color

.myBgColor { background-color: #ABB6D8; }

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

This div background color is #ABB6D8.

Border color

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

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

This div border color is #ABB6D8.

Opacity

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

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

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

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

This text has shadow with #ABB6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB6D8.

Preview

Color preview on black background

This text has color #ABB6D8 on black background.


Color preview on white background

This text has color #ABB6D8 on white background.


Black color preview on #ABB6D8 background

This text has black color on #ABB6D8 background.


White color preview on #ABB6D8 background

This text has white color on #ABB6D8 background.


Related colors

Complementary color

Complementary color for #hex is #544927.


I love getcolorcode.com

Triadic colors

1 #D8ABB6 and #B6D8AB with #ABB6D8 are triadic colors.

2 #D8B6AB and #B6ABD8 with #ABB6D8 are triadic colors.