COLOR #ABC6D1

HEX: #ABC6D1
RGB: (171,198,209)

Color info

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

RGB color model

#ABC6D1 color RGB value is (171,198,209).

  • red value is 171;
  • green value is 198;
  • blue value is 209.
RGB:
(171,198,209)
(67%,78%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 209 of 255 = 82%

171
198
209

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

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 209 = 578 (100%)
R 171 of 578 ~ 29.58%
G 198 of 578 ~ 34.26%
B 209 of 578 ~ 36.16%

%29.58
%34.26
%36.16

CMYK color model

#ABC6D1 color CMYK value is (18,5,0,18).

  • cyan value is 18.18%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,5,0,18)
C18M5Y0K18 
(18%,5%,0%,18%)
(0.18/0.05/0.00/0.18)	

CMYK percentages

%18.18
%5.26
%0
%18.04

Codes

Color #ABC6D1 in popluar color models

ABC6D1
RGB171198209
HSL197°29.23%74.51%
HSB/HSV197°18.18%81.96%
CMYK18.18%5.26%0.00%
18.04%

Color #ABC6D1 in popluar number systems.

HEXABC6D1
Decimal171198209
Binary101010111100011011010001
Octal253306321

Shades and tints

Shades of #ABC6D1

#ABC6D1
(171,198,209)
#9CB4BE
(156,180,190)
#8DA2AB
(141,162,171)
#7E9098
(126,144,152)
#6F7E85
(111,126,133)
#606C72
(96,108,114)
#515A5F
(81,90,95)
#42484C
(66,72,76)
#333639
(51,54,57)
#242426
(36,36,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #ABC6D1

#ABC6D1
(171,198,209)
#B2CBD5
(178,203,213)
#B9D0D9
(185,208,217)
#C0D5DD
(192,213,221)
#C7DAE1
(199,218,225)
#CEDFE5
(206,223,229)
#D5E4E9
(213,228,233)
#DCE9ED
(220,233,237)
#E3EEF1
(227,238,241)
#EAF3F5
(234,243,245)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6D1; }

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

This text font color is #ABC6D1.


Background Color

.myBgColor { background-color: #ABC6D1; }

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

This div background color is #ABC6D1.


Border color

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

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

This div border color is #ABC6D1.


Opacity

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

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

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

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

This text has shadow with #ABC6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC6D1 on black background.


Color preview on white background

This text has color #ABC6D1 on white background.



Black color preview on #ABC6D1 background

This text has black color on #ABC6D1 background.


White color preview on #ABC6D1 background

This text has white color on #ABC6D1 background.