COLOR #ABD3D0

HEX: #ABD3D0 RGB: (171,211,208)

Color info

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

RGB color model

#ABD3D0 color RGB value is (171,211,208).

RGB: (171,211,208) (67%, 83%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 208 of 255 = 82%

171
211
208

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

Portions of RGB colors in percentages

R + G + B = 171 + 211 + 208 = 590 (100%)
R 171 of 590 ~ 28.98%
G 211 of 590 ~ 35.76%
B 208 of 590 ~ 35.25'%

%28.98
%35.76
%35.25

CMYK color model

#ABD3D0 color CMYK value is (19,0,1,17).

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 17.25%

CMYK: (19,0,1,17)
C19M0Y1K17 (19%, 0%, 1%, 17%)
(0.19 / 0.00 / 0.01 / 0.17)

CMYK percentages

%18.96
%0
%1.42
%17.25

Codes

Color #ABD3D0 in popluar color models

AB D3 D0
RGB 171 211 208
HSL 176° 31.25% 74.90%
HSB/HSV 176° 18.96% 82.75%
CMYK 18.96% 0.00% 1.42%
17.25%

Color #ABD3D0 in popluar number systems.

HEX AB D3 D0
Decimal 171 211 208
Binary 10101011 11010011 11010000
Octal 253 323 320

Shades and tints

Shades of #ABD3D0

#ABD3D0
(171,211,208)
#9CC0BE
(156,192,190)
#8DADAC
(141,173,172)
#7E9A9A
(126,154,154)
#6F8788
(111,135,136)
#607476
(96,116,118)
#516164
(81,97,100)
#424E52
(66,78,82)
#333B40
(51,59,64)
#24282E
(36,40,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #ABD3D0

#ABD3D0
(171,211,208)
#B2D7D4
(178,215,212)
#B9DBD8
(185,219,216)
#C0DFDC
(192,223,220)
#C7E3E0
(199,227,224)
#CEE7E4
(206,231,228)
#D5EBE8
(213,235,232)
#DCEFEC
(220,239,236)
#E3F3F0
(227,243,240)
#EAF7F4
(234,247,244)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD3D0; }

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

This text font color is #ABD3D0.

Background Color

.myBgColor { background-color: #ABD3D0; }

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

This div background color is #ABD3D0.

Border color

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

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

This div border color is #ABD3D0.

Opacity

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

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

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

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

This text has shadow with #ABD3D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD3D0.

Preview

Color preview on black background

This text has color #ABD3D0 on black background.


Color preview on white background

This text has color #ABD3D0 on white background.


Black color preview on #ABD3D0 background

This text has black color on #ABD3D0 background.


White color preview on #ABD3D0 background

This text has white color on #ABD3D0 background.


Related colors

Complementary color

Complementary color for #hex is #542C2F.


I love getcolorcode.com

Triadic colors

1 #D0ABD3 and #D3D0AB with #ABD3D0 are triadic colors.

2 #D0D3AB and #D3ABD0 with #ABD3D0 are triadic colors.