COLOR #ABDFCD

HEX: #ABDFCD
RGB: (171,223,205)

Color info

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

RGB color model

#ABDFCD color RGB value is (171,223,205).

  • red value is 171;
  • green value is 223;
  • blue value is 205.
RGB:
(171,223,205)
(67%,87%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 205 of 255 = 80%

171
223
205

R + G + B ~ 78%. #ABDFCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 205 = 599 (100%)
R 171 of 599 ~ 28.55%
G 223 of 599 ~ 37.23%
B 205 of 599 ~ 34.22%

%28.55
%37.23
%34.22

CMYK color model

#ABDFCD color CMYK value is (23,0,8,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 8.07%
  • key color value is 12.55%
CMYK:
(23,0,8,13)
C23M0Y8K13 
(23%,0%,8%,13%)
(0.23/0.00/0.08/0.13)	

CMYK percentages

%23.32
%0
%8.07
%12.55

Codes

Color #ABDFCD in popluar color models

ABDFCD
RGB171223205
HSL159°44.83%77.25%
HSB/HSV159°23.32%87.45%
CMYK23.32%0.00%8.07%
12.55%

Color #ABDFCD in popluar number systems.

HEXABDFCD
Decimal171223205
Binary101010111101111111001101
Octal253337315

Shades and tints

Shades of #ABDFCD

#ABDFCD
(171,223,205)
#9CCBBB
(156,203,187)
#8DB7A9
(141,183,169)
#7EA397
(126,163,151)
#6F8F85
(111,143,133)
#607B73
(96,123,115)
#516761
(81,103,97)
#42534F
(66,83,79)
#333F3D
(51,63,61)
#242B2B
(36,43,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABDFCD

#ABDFCD
(171,223,205)
#B2E1D1
(178,225,209)
#B9E3D5
(185,227,213)
#C0E5D9
(192,229,217)
#C7E7DD
(199,231,221)
#CEE9E1
(206,233,225)
#D5EBE5
(213,235,229)
#DCEDE9
(220,237,233)
#E3EFED
(227,239,237)
#EAF1F1
(234,241,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFCD color. Also use rgb(171,223,205) instead hex code.

Text Font Color

.myTextColor { color: #ABDFCD; }

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

This text font color is #ABDFCD.


Background Color

.myBgColor { background-color: #ABDFCD; }

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

This div background color is #ABDFCD.


Border color

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

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

This div border color is #ABDFCD.


Opacity

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

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

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

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

This text has shadow with #ABDFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDFCD on black background.


Color preview on white background

This text has color #ABDFCD on white background.



Black color preview on #ABDFCD background

This text has black color on #ABDFCD background.


White color preview on #ABDFCD background

This text has white color on #ABDFCD background.