COLOR #ABD4CF

HEX: #ABD4CF RGB: (171,212,207)

Color info

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

RGB color model

#ABD4CF color RGB value is (171,212,207).

RGB: (171,212,207) (67%, 83%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 212 of 255 = 83%
B 207 of 255 = 81%

171
212
207

R + G + B ~ 77%. #ABD4CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 212 + 207 = 590 (100%)
R 171 of 590 ~ 28.98%
G 212 of 590 ~ 35.93%
B 207 of 590 ~ 35.08'%

%28.98
%35.93
%35.08

CMYK color model

#ABD4CF color CMYK value is (19,0,2,17).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK: (19,0,2,17) C19M0Y2K17 (19%,0%,2%,17%) (0.19/0.00/0.02/0.17) 

CMYK percentages

%19.34
%0
%2.36
%16.86

Codes

Color #ABD4CF in popluar color models

AB D4 CF
RGB 171 212 207
HSL 173° 32.28% 75.10%
HSB/HSV 173° 19.34% 83.14%
CMYK 19.34% 0.00% 2.36%
16.86%

Color #ABD4CF in popluar number systems.

HEX AB D4 CF
Decimal 171 212 207
Binary 10101011 11010100 11001111
Octal 253 324 317

Shades and tints

Shades of #ABD4CF

#ABD4CF
(171,212,207)
#9CC1BD
(156,193,189)
#8DAEAB
(141,174,171)
#7E9B99
(126,155,153)
#6F8887
(111,136,135)
#607575
(96,117,117)
#516263
(81,98,99)
#424F51
(66,79,81)
#333C3F
(51,60,63)
#24292D
(36,41,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #ABD4CF

#ABD4CF
(171,212,207)
#B2D7D3
(178,215,211)
#B9DAD7
(185,218,215)
#C0DDDB
(192,221,219)
#C7E0DF
(199,224,223)
#CEE3E3
(206,227,227)
#D5E6E7
(213,230,231)
#DCE9EB
(220,233,235)
#E3ECEF
(227,236,239)
#EAEFF3
(234,239,243)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD4CF color. Also use rgb(171,212,207) instead hex code.

Text Font Color

.myTextColor { color: #ABD4CF; }

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

This text font color is #ABD4CF.

Background Color

.myBgColor { background-color: #ABD4CF; }

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

This div background color is #ABD4CF.

Border color

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

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

This div border color is #ABD4CF.

Opacity

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

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

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

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

This text has shadow with #ABD4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD4CF.

Preview

Color preview on black background

This text has color #ABD4CF on black background.


Color preview on white background

This text has color #ABD4CF on white background.


Black color preview on #ABD4CF background

This text has black color on #ABD4CF background.


White color preview on #ABD4CF background

This text has white color on #ABD4CF background.


Related colors

Complementary color

Complementary color for #hex is #542B30.


I love getcolorcode.com

Triadic colors

1 #CFABD4 and #D4CFAB with #ABD4CF are triadic colors.

2 #CFD4AB and #D4ABCF with #ABD4CF are triadic colors.