COLOR #ABD0CF

HEX: #ABD0CF RGB: (171,208,207)

Color info

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

RGB color model

#ABD0CF color RGB value is (171,208,207).

RGB: (171,208,207) (67%, 82%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 208 of 255 = 82%
B 207 of 255 = 81%

171
208
207

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

Portions of RGB colors in percentages

R + G + B = 171 + 208 + 207 = 586 (100%)
R 171 of 586 ~ 29.18%
G 208 of 586 ~ 35.49%
B 207 of 586 ~ 35.32'%

%29.18
%35.49
%35.32

CMYK color model

#ABD0CF color CMYK value is (18,0,0,18).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.43%

CMYK: (18,0,0,18)
C18M0Y0K18 (18%, 0%, 0%, 18%)
(0.18 / 0.00 / 0.00 / 0.18)

CMYK percentages

%17.79
%0
%0.48
%18.43

Codes

Color #ABD0CF in popluar color models

AB D0 CF
RGB 171 208 207
HSL 178° 28.24% 74.31%
HSB/HSV 178° 17.79% 81.57%
CMYK 17.79% 0.00% 0.48%
18.43%

Color #ABD0CF in popluar number systems.

HEX AB D0 CF
Decimal 171 208 207
Binary 10101011 11010000 11001111
Octal 253 320 317

Shades and tints

Shades of #ABD0CF

#ABD0CF
(171,208,207)
#9CBEBD
(156,190,189)
#8DACAB
(141,172,171)
#7E9A99
(126,154,153)
#6F8887
(111,136,135)
#607675
(96,118,117)
#516463
(81,100,99)
#425251
(66,82,81)
#33403F
(51,64,63)
#242E2D
(36,46,45)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #ABD0CF

#ABD0CF
(171,208,207)
#B2D4D3
(178,212,211)
#B9D8D7
(185,216,215)
#C0DCDB
(192,220,219)
#C7E0DF
(199,224,223)
#CEE4E3
(206,228,227)
#D5E8E7
(213,232,231)
#DCECEB
(220,236,235)
#E3F0EF
(227,240,239)
#EAF4F3
(234,244,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD0CF; }

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

This text font color is #ABD0CF.

Background Color

.myBgColor { background-color: #ABD0CF; }

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

This div background color is #ABD0CF.

Border color

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

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

This div border color is #ABD0CF.

Opacity

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

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

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

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

This text has shadow with #ABD0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD0CF.

Preview

Color preview on black background

This text has color #ABD0CF on black background.


Color preview on white background

This text has color #ABD0CF on white background.


Black color preview on #ABD0CF background

This text has black color on #ABD0CF background.


White color preview on #ABD0CF background

This text has white color on #ABD0CF background.


Related colors

Complementary color

Complementary color for #hex is #542F30.


I love getcolorcode.com

Triadic colors

1 #CFABD0 and #D0CFAB with #ABD0CF are triadic colors.

2 #CFD0AB and #D0ABCF with #ABD0CF are triadic colors.