COLOR #ABC1D7

HEX: #ABC1D7 RGB: (171,193,215)

Color info

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

RGB color model

#ABC1D7 color RGB value is (171,193,215).

RGB: (171,193,215) (67%, 76%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 215 of 255 = 84%

171
193
215

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

Portions of RGB colors in percentages

R + G + B = 171 + 193 + 215 = 579 (100%)
R 171 of 579 ~ 29.53%
G 193 of 579 ~ 33.33%
B 215 of 579 ~ 37.13'%

%29.53
%33.33
%37.13

CMYK color model

#ABC1D7 color CMYK value is (20,10,0,16).

  • cyan value is 20.47%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (20,10,0,16)
C20M10Y0K16 (20%, 10%, 0%, 16%)
(0.20 / 0.10 / 0.00 / 0.16)

CMYK percentages

%20.47
%10.23
%0
%15.69

Codes

Color #ABC1D7 in popluar color models

AB C1 D7
RGB 171 193 215
HSL 210° 35.48% 75.69%
HSB/HSV 210° 20.47% 84.31%
CMYK 20.47% 10.23% 0.00%
15.69%

Color #ABC1D7 in popluar number systems.

HEX AB C1 D7
Decimal 171 193 215
Binary 10101011 11000001 11010111
Octal 253 301 327

Shades and tints

Shades of #ABC1D7

#ABC1D7
(171,193,215)
#9CB0C4
(156,176,196)
#8D9FB1
(141,159,177)
#7E8E9E
(126,142,158)
#6F7D8B
(111,125,139)
#606C78
(96,108,120)
#515B65
(81,91,101)
#424A52
(66,74,82)
#33393F
(51,57,63)
#24282C
(36,40,44)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABC1D7

#ABC1D7
(171,193,215)
#B2C6DA
(178,198,218)
#B9CBDD
(185,203,221)
#C0D0E0
(192,208,224)
#C7D5E3
(199,213,227)
#CEDAE6
(206,218,230)
#D5DFE9
(213,223,233)
#DCE4EC
(220,228,236)
#E3E9EF
(227,233,239)
#EAEEF2
(234,238,242)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1D7; }

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

This text font color is #ABC1D7.

Background Color

.myBgColor { background-color: #ABC1D7; }

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

This div background color is #ABC1D7.

Border color

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

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

This div border color is #ABC1D7.

Opacity

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

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

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

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

This text has shadow with #ABC1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC1D7.

Preview

Color preview on black background

This text has color #ABC1D7 on black background.


Color preview on white background

This text has color #ABC1D7 on white background.


Black color preview on #ABC1D7 background

This text has black color on #ABC1D7 background.


White color preview on #ABC1D7 background

This text has white color on #ABC1D7 background.


Related colors

Complementary color

Complementary color for #hex is #543E28.


I love getcolorcode.com

Triadic colors

1 #D7ABC1 and #C1D7AB with #ABC1D7 are triadic colors.

2 #D7C1AB and #C1ABD7 with #ABC1D7 are triadic colors.