COLOR #ABBCDD

HEX: #ABBCDD RGB: (171,188,221)

Color info

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

RGB color model

#ABBCDD color RGB value is (171,188,221).

RGB: (171,188,221) (67%, 74%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 221 of 255 = 87%

171
188
221

R + G + B ~ 76%. #ABBCDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 221 = 580 (100%)
R 171 of 580 ~ 29.48%
G 188 of 580 ~ 32.41%
B 221 of 580 ~ 38.1'%

%29.48
%32.41
%38.1

CMYK color model

#ABBCDD color CMYK value is (23,15,0,13).

  • cyan value is 22.62%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,15,0,13)
C23M15Y0K13 (23%, 15%, 0%, 13%)
(0.23 / 0.15 / 0.00 / 0.13)

CMYK percentages

%22.62
%14.93
%0
%13.33

Codes

Color #ABBCDD in popluar color models

AB BC DD
RGB 171 188 221
HSL 220° 42.37% 76.86%
HSB/HSV 220° 22.62% 86.67%
CMYK 22.62% 14.93% 0.00%
13.33%

Color #ABBCDD in popluar number systems.

HEX AB BC DD
Decimal 171 188 221
Binary 10101011 10111100 11011101
Octal 253 274 335

Shades and tints

Shades of #ABBCDD

#ABBCDD
(171,188,221)
#9CABC9
(156,171,201)
#8D9AB5
(141,154,181)
#7E89A1
(126,137,161)
#6F788D
(111,120,141)
#606779
(96,103,121)
#515665
(81,86,101)
#424551
(66,69,81)
#33343D
(51,52,61)
#242329
(36,35,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABBCDD

#ABBCDD
(171,188,221)
#B2C2E0
(178,194,224)
#B9C8E3
(185,200,227)
#C0CEE6
(192,206,230)
#C7D4E9
(199,212,233)
#CEDAEC
(206,218,236)
#D5E0EF
(213,224,239)
#DCE6F2
(220,230,242)
#E3ECF5
(227,236,245)
#EAF2F8
(234,242,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBCDD color. Also use rgb(171,188,221) instead hex code.

Text Font Color

.myTextColor { color: #ABBCDD; }

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

This text font color is #ABBCDD.

Background Color

.myBgColor { background-color: #ABBCDD; }

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

This div background color is #ABBCDD.

Border color

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

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

This div border color is #ABBCDD.

Opacity

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

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

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

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

This text has shadow with #ABBCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCDD.

Preview

Color preview on black background

This text has color #ABBCDD on black background.


Color preview on white background

This text has color #ABBCDD on white background.


Black color preview on #ABBCDD background

This text has black color on #ABBCDD background.


White color preview on #ABBCDD background

This text has white color on #ABBCDD background.


Related colors

Complementary color

Complementary color for #hex is #544322.


I love getcolorcode.com

Triadic colors

1 #DDABBC and #BCDDAB with #ABBCDD are triadic colors.

2 #DDBCAB and #BCABDD with #ABBCDD are triadic colors.