COLOR #ABBBD8

HEX: #ABBBD8 RGB: (171,187,216)

Color info

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

RGB color model

#ABBBD8 color RGB value is (171,187,216).

RGB: (171,187,216) (67%, 73%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 216 of 255 = 85%

171
187
216

R + G + B ~ 75%. #ABBBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 216 = 574 (100%)
R 171 of 574 ~ 29.79%
G 187 of 574 ~ 32.58%
B 216 of 574 ~ 37.63'%

%29.79
%32.58
%37.63

CMYK color model

#ABBBD8 color CMYK value is (21,13,0,15).

  • cyan value is 20.83%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (21,13,0,15) C21M13Y0K15 (21%,13%,0%,15%) (0.21/0.13/0.00/0.15) 

CMYK percentages

%20.83
%13.43
%0
%15.29

Codes

Color #ABBBD8 in popluar color models

AB BB D8
RGB 171 187 216
HSL 219° 36.59% 75.88%
HSB/HSV 219° 20.83% 84.71%
CMYK 20.83% 13.43% 0.00%
15.29%

Color #ABBBD8 in popluar number systems.

HEX AB BB D8
Decimal 171 187 216
Binary 10101011 10111011 11011000
Octal 253 273 330

Shades and tints

Shades of #ABBBD8

#ABBBD8
(171,187,216)
#9CAAC5
(156,170,197)
#8D99B2
(141,153,178)
#7E889F
(126,136,159)
#6F778C
(111,119,140)
#606679
(96,102,121)
#515566
(81,85,102)
#424453
(66,68,83)
#333340
(51,51,64)
#24222D
(36,34,45)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #ABBBD8

#ABBBD8
(171,187,216)
#B2C1DB
(178,193,219)
#B9C7DE
(185,199,222)
#C0CDE1
(192,205,225)
#C7D3E4
(199,211,228)
#CED9E7
(206,217,231)
#D5DFEA
(213,223,234)
#DCE5ED
(220,229,237)
#E3EBF0
(227,235,240)
#EAF1F3
(234,241,243)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBD8; }

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

This text font color is #ABBBD8.

Background Color

.myBgColor { background-color: #ABBBD8; }

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

This div background color is #ABBBD8.

Border color

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

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

This div border color is #ABBBD8.

Opacity

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

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

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

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

This text has shadow with #ABBBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBD8.

Preview

Color preview on black background

This text has color #ABBBD8 on black background.


Color preview on white background

This text has color #ABBBD8 on white background.


Black color preview on #ABBBD8 background

This text has black color on #ABBBD8 background.


White color preview on #ABBBD8 background

This text has white color on #ABBBD8 background.


Related colors

Complementary color

Complementary color for #hex is #544427.


I love getcolorcode.com

Triadic colors

1 #D8ABBB and #BBD8AB with #ABBBD8 are triadic colors.

2 #D8BBAB and #BBABD8 with #ABBBD8 are triadic colors.