COLOR #ABC2D1

HEX: #ABC2D1 RGB: (171,194,209)

Color info

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

RGB color model

#ABC2D1 color RGB value is (171,194,209).

RGB: (171,194,209) (67%, 76%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 209 of 255 = 82%

171
194
209

R + G + B ~ 75%. #ABC2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 194 + 209 = 574 (100%)
R 171 of 574 ~ 29.79%
G 194 of 574 ~ 33.8%
B 209 of 574 ~ 36.41'%

%29.79
%33.8
%36.41

CMYK color model

#ABC2D1 color CMYK value is (18,7,0,18).

  • cyan value is 18.18%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (18,7,0,18) C18M7Y0K18 (18%,7%,0%,18%) (0.18/0.07/0.00/0.18) 

CMYK percentages

%18.18
%7.18
%0
%18.04

Codes

Color #ABC2D1 in popluar color models

AB C2 D1
RGB 171 194 209
HSL 204° 29.23% 74.51%
HSB/HSV 204° 18.18% 81.96%
CMYK 18.18% 7.18% 0.00%
18.04%

Color #ABC2D1 in popluar number systems.

HEX AB C2 D1
Decimal 171 194 209
Binary 10101011 11000010 11010001
Octal 253 302 321

Shades and tints

Shades of #ABC2D1

#ABC2D1
(171,194,209)
#9CB1BE
(156,177,190)
#8DA0AB
(141,160,171)
#7E8F98
(126,143,152)
#6F7E85
(111,126,133)
#606D72
(96,109,114)
#515C5F
(81,92,95)
#424B4C
(66,75,76)
#333A39
(51,58,57)
#242926
(36,41,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABC2D1

#ABC2D1
(171,194,209)
#B2C7D5
(178,199,213)
#B9CCD9
(185,204,217)
#C0D1DD
(192,209,221)
#C7D6E1
(199,214,225)
#CEDBE5
(206,219,229)
#D5E0E9
(213,224,233)
#DCE5ED
(220,229,237)
#E3EAF1
(227,234,241)
#EAEFF5
(234,239,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC2D1 color. Also use rgb(171,194,209) instead hex code.

Text Font Color

.myTextColor { color: #ABC2D1; }

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

This text font color is #ABC2D1.

Background Color

.myBgColor { background-color: #ABC2D1; }

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

This div background color is #ABC2D1.

Border color

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

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

This div border color is #ABC2D1.

Opacity

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

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

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

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

This text has shadow with #ABC2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC2D1.

Preview

Color preview on black background

This text has color #ABC2D1 on black background.


Color preview on white background

This text has color #ABC2D1 on white background.


Black color preview on #ABC2D1 background

This text has black color on #ABC2D1 background.


White color preview on #ABC2D1 background

This text has white color on #ABC2D1 background.


Related colors

Complementary color

Complementary color for #hex is #543D2E.


I love getcolorcode.com

Triadic colors

1 #D1ABC2 and #C2D1AB with #ABC2D1 are triadic colors.

2 #D1C2AB and #C2ABD1 with #ABC2D1 are triadic colors.