COLOR #ABCCDF

HEX: #ABCCDF RGB: (171,204,223)

Color info

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

RGB color model

#ABCCDF color RGB value is (171,204,223).

RGB: (171,204,223) (67%, 80%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 223 of 255 = 87%

171
204
223

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 223 = 598 (100%)
R 171 of 598 ~ 28.6%
G 204 of 598 ~ 34.11%
B 223 of 598 ~ 37.29'%

%28.6
%34.11
%37.29

CMYK color model

#ABCCDF color CMYK value is (23,9,0,13).

  • cyan value is 23.32%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (23,9,0,13) C23M9Y0K13 (23%,9%,0%,13%) (0.23/0.09/0.00/0.13) 

CMYK percentages

%23.32
%8.52
%0
%12.55

Codes

Color #ABCCDF in popluar color models

AB CC DF
RGB 171 204 223
HSL 202° 44.83% 77.25%
HSB/HSV 202° 23.32% 87.45%
CMYK 23.32% 8.52% 0.00%
12.55%

Color #ABCCDF in popluar number systems.

HEX AB CC DF
Decimal 171 204 223
Binary 10101011 11001100 11011111
Octal 253 314 337

Shades and tints

Shades of #ABCCDF

#ABCCDF
(171,204,223)
#9CBACB
(156,186,203)
#8DA8B7
(141,168,183)
#7E96A3
(126,150,163)
#6F848F
(111,132,143)
#60727B
(96,114,123)
#516067
(81,96,103)
#424E53
(66,78,83)
#333C3F
(51,60,63)
#242A2B
(36,42,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABCCDF

#ABCCDF
(171,204,223)
#B2D0E1
(178,208,225)
#B9D4E3
(185,212,227)
#C0D8E5
(192,216,229)
#C7DCE7
(199,220,231)
#CEE0E9
(206,224,233)
#D5E4EB
(213,228,235)
#DCE8ED
(220,232,237)
#E3ECEF
(227,236,239)
#EAF0F1
(234,240,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCDF; }

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

This text font color is #ABCCDF.

Background Color

.myBgColor { background-color: #ABCCDF; }

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

This div background color is #ABCCDF.

Border color

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

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

This div border color is #ABCCDF.

Opacity

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

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

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

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

This text has shadow with #ABCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCDF.

Preview

Color preview on black background

This text has color #ABCCDF on black background.


Color preview on white background

This text has color #ABCCDF on white background.


Black color preview on #ABCCDF background

This text has black color on #ABCCDF background.


White color preview on #ABCCDF background

This text has white color on #ABCCDF background.


Related colors

Complementary color

Complementary color for #hex is #543320.


I love getcolorcode.com

Triadic colors

1 #DFABCC and #CCDFAB with #ABCCDF are triadic colors.

2 #DFCCAB and #CCABDF with #ABCCDF are triadic colors.