COLOR #ABD5C2

HEX: #ABD5C2
RGB: (171,213,194)

Color info

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

RGB color model

#ABD5C2 color RGB value is (171,213,194).

  • red value is 171;
  • green value is 213;
  • blue value is 194.
RGB:
(171,213,194)
(67%,84%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 213 of 255 = 84%
B 194 of 255 = 76%

171
213
194

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

Portions of RGB colors in percentages

R + G + B =
171 + 213 + 194 = 578 (100%)
R 171 of 578 ~ 29.58%
G 213 of 578 ~ 36.85%
B 194 of 578 ~ 33.56%

%29.58
%36.85
%33.56

CMYK color model

#ABD5C2 color CMYK value is (20,0,9,16).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 8.92%
  • key color value is 16.47%
CMYK:
(20,0,9,16)
C20M0Y9K16 
(20%,0%,9%,16%)
(0.20/0.00/0.09/0.16)	

CMYK percentages

%19.72
%0
%8.92
%16.47

Codes

Color #ABD5C2 in popluar color models

ABD5C2
RGB171213194
HSL153°33.33%75.29%
HSB/HSV153°19.72%83.53%
CMYK19.72%0.00%8.92%
16.47%

Color #ABD5C2 in popluar number systems.

HEXABD5C2
Decimal171213194
Binary101010111101010111000010
Octal253325302

Shades and tints

Shades of #ABD5C2

#ABD5C2
(171,213,194)
#9CC2B1
(156,194,177)
#8DAFA0
(141,175,160)
#7E9C8F
(126,156,143)
#6F897E
(111,137,126)
#60766D
(96,118,109)
#51635C
(81,99,92)
#42504B
(66,80,75)
#333D3A
(51,61,58)
#242A29
(36,42,41)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABD5C2

#ABD5C2
(171,213,194)
#B2D8C7
(178,216,199)
#B9DBCC
(185,219,204)
#C0DED1
(192,222,209)
#C7E1D6
(199,225,214)
#CEE4DB
(206,228,219)
#D5E7E0
(213,231,224)
#DCEAE5
(220,234,229)
#E3EDEA
(227,237,234)
#EAF0EF
(234,240,239)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD5C2; }

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

This text font color is #ABD5C2.


Background Color

.myBgColor { background-color: #ABD5C2; }

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

This div background color is #ABD5C2.


Border color

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

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

This div border color is #ABD5C2.


Opacity

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

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

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

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

This text has shadow with #ABD5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD5C2 on black background.


Color preview on white background

This text has color #ABD5C2 on white background.



Black color preview on #ABD5C2 background

This text has black color on #ABD5C2 background.


White color preview on #ABD5C2 background

This text has white color on #ABD5C2 background.