COLOR #ABC6C5

HEX: #ABC6C5
RGB: (171,198,197)

Color info

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

RGB color model

#ABC6C5 color RGB value is (171,198,197).

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

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 197 of 255 = 77%

171
198
197

R + G + B ~ 74%. #ABC6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 197 = 566 (100%)
R 171 of 566 ~ 30.21%
G 198 of 566 ~ 34.98%
B 197 of 566 ~ 34.81%

%30.21
%34.98
%34.81

CMYK color model

#ABC6C5 color CMYK value is (14,0,1,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.35%
CMYK:
(14,0,1,22)
C14M0Y1K22 
(14%,0%,1%,22%)
(0.14/0.00/0.01/0.22)	

CMYK percentages

%13.64
%0
%0.51
%22.35

Codes

Color #ABC6C5 in popluar color models

ABC6C5
RGB171198197
HSL178°19.15%72.35%
HSB/HSV178°13.64%77.65%
CMYK13.64%0.00%0.51%
22.35%

Color #ABC6C5 in popluar number systems.

HEXABC6C5
Decimal171198197
Binary101010111100011011000101
Octal253306305

Shades and tints

Shades of #ABC6C5

#ABC6C5
(171,198,197)
#9CB4B4
(156,180,180)
#8DA2A3
(141,162,163)
#7E9092
(126,144,146)
#6F7E81
(111,126,129)
#606C70
(96,108,112)
#515A5F
(81,90,95)
#42484E
(66,72,78)
#33363D
(51,54,61)
#24242C
(36,36,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #ABC6C5

#ABC6C5
(171,198,197)
#B2CBCA
(178,203,202)
#B9D0CF
(185,208,207)
#C0D5D4
(192,213,212)
#C7DAD9
(199,218,217)
#CEDFDE
(206,223,222)
#D5E4E3
(213,228,227)
#DCE9E8
(220,233,232)
#E3EEED
(227,238,237)
#EAF3F2
(234,243,242)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6C5; }

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

This text font color is #ABC6C5.


Background Color

.myBgColor { background-color: #ABC6C5; }

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

This div background color is #ABC6C5.


Border color

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

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

This div border color is #ABC6C5.


Opacity

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

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

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

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

This text has shadow with #ABC6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC6C5 on black background.


Color preview on white background

This text has color #ABC6C5 on white background.



Black color preview on #ABC6C5 background

This text has black color on #ABC6C5 background.


White color preview on #ABC6C5 background

This text has white color on #ABC6C5 background.