COLOR #ABC1DB

HEX: #ABC1DB RGB: (171,193,219)

Color info

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

RGB color model

#ABC1DB color RGB value is (171,193,219).

RGB: (171,193,219) (67%, 76%, 86%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 219 of 255 = 86%

171
193
219

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

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 219 = 583 (100%)
R 171 of 583 ~ 29.33%
G 193 of 583 ~ 33.1%
B 219 of 583 ~ 37.56'%

%29.33
%33.1
%37.56

CMYK color model

#ABC1DB color CMYK value is (22,12,0,14).

  • cyan value is 21.92%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,12,0,14)
C22M12Y0K14 (22%, 12%, 0%, 14%)
(0.22 / 0.12 / 0.00 / 0.14)

CMYK percentages

%21.92
%11.87
%0
%14.12

Codes

Color #ABC1DB in popluar color models

AB C1 DB
RGB 171 193 219
HSL 213° 40.00% 76.47%
HSB/HSV 213° 21.92% 85.88%
CMYK 21.92% 11.87% 0.00%
14.12%

Color #ABC1DB in popluar number systems.

HEX AB C1 DB
Decimal 171 193 219
Binary 10101011 11000001 11011011
Octal 253 301 333

Shades and tints

Shades of #ABC1DB

#ABC1DB
(171,193,219)
#9CB0C8
(156,176,200)
#8D9FB5
(141,159,181)
#7E8EA2
(126,142,162)
#6F7D8F
(111,125,143)
#606C7C
(96,108,124)
#515B69
(81,91,105)
#424A56
(66,74,86)
#333943
(51,57,67)
#242830
(36,40,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #ABC1DB

#ABC1DB
(171,193,219)
#B2C6DE
(178,198,222)
#B9CBE1
(185,203,225)
#C0D0E4
(192,208,228)
#C7D5E7
(199,213,231)
#CEDAEA
(206,218,234)
#D5DFED
(213,223,237)
#DCE4F0
(220,228,240)
#E3E9F3
(227,233,243)
#EAEEF6
(234,238,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC1DB color. Also use rgb(171,193,219) instead hex code.

Text Font Color

.myTextColor { color: #ABC1DB; }

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

This text font color is #ABC1DB.

Background Color

.myBgColor { background-color: #ABC1DB; }

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

This div background color is #ABC1DB.

Border color

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

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

This div border color is #ABC1DB.

Opacity

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

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

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

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

This text has shadow with #ABC1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC1DB.

Preview

Color preview on black background

This text has color #ABC1DB on black background.


Color preview on white background

This text has color #ABC1DB on white background.


Black color preview on #ABC1DB background

This text has black color on #ABC1DB background.


White color preview on #ABC1DB background

This text has white color on #ABC1DB background.


Related colors

Complementary color

Complementary color for #hex is #543E24.


I love getcolorcode.com

Triadic colors

1 #DBABC1 and #C1DBAB with #ABC1DB are triadic colors.

2 #DBC1AB and #C1ABDB with #ABC1DB are triadic colors.