COLOR #ABD6C4

HEX: #ABD6C4
RGB: (171,214,196)

Color info

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

RGB color model

#ABD6C4 color RGB value is (171,214,196).

  • red value is 171;
  • green value is 214;
  • blue value is 196.
RGB:
(171,214,196)
(67%,84%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 196 of 255 = 77%

171
214
196

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

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 196 = 581 (100%)
R 171 of 581 ~ 29.43%
G 214 of 581 ~ 36.83%
B 196 of 581 ~ 33.73%

%29.43
%36.83
%33.73

CMYK color model

#ABD6C4 color CMYK value is (20,0,8,16).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 16.08%
CMYK:
(20,0,8,16)
C20M0Y8K16 
(20%,0%,8%,16%)
(0.20/0.00/0.08/0.16)	

CMYK percentages

%20.09
%0
%8.41
%16.08

Codes

Color #ABD6C4 in popluar color models

ABD6C4
RGB171214196
HSL155°34.40%75.49%
HSB/HSV155°20.09%83.92%
CMYK20.09%0.00%8.41%
16.08%

Color #ABD6C4 in popluar number systems.

HEXABD6C4
Decimal171214196
Binary101010111101011011000100
Octal253326304

Shades and tints

Shades of #ABD6C4

#ABD6C4
(171,214,196)
#9CC3B3
(156,195,179)
#8DB0A2
(141,176,162)
#7E9D91
(126,157,145)
#6F8A80
(111,138,128)
#60776F
(96,119,111)
#51645E
(81,100,94)
#42514D
(66,81,77)
#333E3C
(51,62,60)
#242B2B
(36,43,43)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABD6C4

#ABD6C4
(171,214,196)
#B2D9C9
(178,217,201)
#B9DCCE
(185,220,206)
#C0DFD3
(192,223,211)
#C7E2D8
(199,226,216)
#CEE5DD
(206,229,221)
#D5E8E2
(213,232,226)
#DCEBE7
(220,235,231)
#E3EEEC
(227,238,236)
#EAF1F1
(234,241,241)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD6C4 color. Also use rgb(171,214,196) instead hex code.

Text Font Color

.myTextColor { color: #ABD6C4; }

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

This text font color is #ABD6C4.


Background Color

.myBgColor { background-color: #ABD6C4; }

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

This div background color is #ABD6C4.


Border color

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

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

This div border color is #ABD6C4.


Opacity

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

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

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

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

This text has shadow with #ABD6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD6C4 on black background.


Color preview on white background

This text has color #ABD6C4 on white background.



Black color preview on #ABD6C4 background

This text has black color on #ABD6C4 background.


White color preview on #ABD6C4 background

This text has white color on #ABD6C4 background.