COLOR #ABC9DF

HEX: #ABC9DF RGB: (171,201,223)

Color info

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

RGB color model

#ABC9DF color RGB value is (171,201,223).

RGB: (171,201,223) (67%, 79%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 223 of 255 = 87%

171
201
223

R + G + B ~ 78%. #ABC9DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 223 = 595 (100%)
R 171 of 595 ~ 28.74%
G 201 of 595 ~ 33.78%
B 223 of 595 ~ 37.48'%

%28.74
%33.78
%37.48

CMYK color model

#ABC9DF color CMYK value is (23,10,0,13).

  • cyan value is 23.32%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,10,0,13)
C23M10Y0K13 (23%, 10%, 0%, 13%)
(0.23 / 0.10 / 0.00 / 0.13)

CMYK percentages

%23.32
%9.87
%0
%12.55

Codes

Color #ABC9DF in popluar color models

AB C9 DF
RGB 171 201 223
HSL 205° 44.83% 77.25%
HSB/HSV 205° 23.32% 87.45%
CMYK 23.32% 9.87% 0.00%
12.55%

Color #ABC9DF in popluar number systems.

HEX AB C9 DF
Decimal 171 201 223
Binary 10101011 11001001 11011111
Octal 253 311 337

Shades and tints

Shades of #ABC9DF

#ABC9DF
(171,201,223)
#9CB7CB
(156,183,203)
#8DA5B7
(141,165,183)
#7E93A3
(126,147,163)
#6F818F
(111,129,143)
#606F7B
(96,111,123)
#515D67
(81,93,103)
#424B53
(66,75,83)
#33393F
(51,57,63)
#24272B
(36,39,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABC9DF

#ABC9DF
(171,201,223)
#B2CDE1
(178,205,225)
#B9D1E3
(185,209,227)
#C0D5E5
(192,213,229)
#C7D9E7
(199,217,231)
#CEDDE9
(206,221,233)
#D5E1EB
(213,225,235)
#DCE5ED
(220,229,237)
#E3E9EF
(227,233,239)
#EAEDF1
(234,237,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC9DF color. Also use rgb(171,201,223) instead hex code.

Text Font Color

.myTextColor { color: #ABC9DF; }

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

This text font color is #ABC9DF.

Background Color

.myBgColor { background-color: #ABC9DF; }

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

This div background color is #ABC9DF.

Border color

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

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

This div border color is #ABC9DF.

Opacity

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

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

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

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

This text has shadow with #ABC9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC9DF.

Preview

Color preview on black background

This text has color #ABC9DF on black background.


Color preview on white background

This text has color #ABC9DF on white background.


Black color preview on #ABC9DF background

This text has black color on #ABC9DF background.


White color preview on #ABC9DF background

This text has white color on #ABC9DF background.


Related colors

Complementary color

Complementary color for #hex is #543620.


I love getcolorcode.com

Triadic colors

1 #DFABC9 and #C9DFAB with #ABC9DF are triadic colors.

2 #DFC9AB and #C9ABDF with #ABC9DF are triadic colors.