COLOR #ABD1A3

HEX: #ABD1A3 RGB: (171,209,163)

Color info

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

RGB color model

#ABD1A3 color RGB value is (171,209,163).

RGB: (171,209,163) (67%, 82%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 163 of 255 = 64%

171
209
163

R + G + B ~ 71%. #ABD1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 163 = 543 (100%)
R 171 of 543 ~ 31.49%
G 209 of 543 ~ 38.49%
B 163 of 543 ~ 30.02'%

%31.49
%38.49
%30.02

CMYK color model

#ABD1A3 color CMYK value is (18,0,22,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%

CMYK: (18,0,22,18)
C18M0Y22K18 (18%, 0%, 22%, 18%)
(0.18 / 0.00 / 0.22 / 0.18)

CMYK percentages

%18.18
%0
%22.01
%18.04

Codes

Color #ABD1A3 in popluar color models

AB D1 A3
RGB 171 209 163
HSL 110° 33.33% 72.94%
HSB/HSV 110° 22.01% 81.96%
CMYK 18.18% 0.00% 22.01%
18.04%

Color #ABD1A3 in popluar number systems.

HEX AB D1 A3
Decimal 171 209 163
Binary 10101011 11010001 10100011
Octal 253 321 243

Shades and tints

Shades of #ABD1A3

#ABD1A3
(171,209,163)
#9CBE95
(156,190,149)
#8DAB87
(141,171,135)
#7E9879
(126,152,121)
#6F856B
(111,133,107)
#60725D
(96,114,93)
#515F4F
(81,95,79)
#424C41
(66,76,65)
#333933
(51,57,51)
#242625
(36,38,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #ABD1A3

#ABD1A3
(171,209,163)
#B2D5AB
(178,213,171)
#B9D9B3
(185,217,179)
#C0DDBB
(192,221,187)
#C7E1C3
(199,225,195)
#CEE5CB
(206,229,203)
#D5E9D3
(213,233,211)
#DCEDDB
(220,237,219)
#E3F1E3
(227,241,227)
#EAF5EB
(234,245,235)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD1A3 color. Also use rgb(171,209,163) instead hex code.

Text Font Color

.myTextColor { color: #ABD1A3; }

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

This text font color is #ABD1A3.

Background Color

.myBgColor { background-color: #ABD1A3; }

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

This div background color is #ABD1A3.

Border color

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

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

This div border color is #ABD1A3.

Opacity

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

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

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

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

This text has shadow with #ABD1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD1A3.

Preview

Color preview on black background

This text has color #ABD1A3 on black background.


Color preview on white background

This text has color #ABD1A3 on white background.


Black color preview on #ABD1A3 background

This text has black color on #ABD1A3 background.


White color preview on #ABD1A3 background

This text has white color on #ABD1A3 background.


Related colors

Complementary color

Complementary color for #hex is #542E5C.


I love getcolorcode.com

Triadic colors

1 #A3ABD1 and #D1A3AB with #ABD1A3 are triadic colors.

2 #A3D1AB and #D1ABA3 with #ABD1A3 are triadic colors.