COLOR #ABD3A3

HEX: #ABD3A3
RGB: (171,211,163)

Color info

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

RGB color model

#ABD3A3 color RGB value is (171,211,163).

  • red value is 171;
  • green value is 211;
  • blue value is 163.
RGB:
(171,211,163)
(67%,83%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 163 of 255 = 64%

171
211
163

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

Portions of RGB colors in percentages

R + G + B =
171 + 211 + 163 = 545 (100%)
R 171 of 545 ~ 31.38%
G 211 of 545 ~ 38.72%
B 163 of 545 ~ 29.91%

%31.38
%38.72
%29.91

CMYK color model

#ABD3A3 color CMYK value is (19,0,23,17).

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(19,0,23,17)
C19M0Y23K17 
(19%,0%,23%,17%)
(0.19/0.00/0.23/0.17)	

CMYK percentages

%18.96
%0
%22.75
%17.25

Codes

Color #ABD3A3 in popluar color models

ABD3A3
RGB171211163
HSL110°35.29%73.33%
HSB/HSV110°22.75%82.75%
CMYK18.96%0.00%22.75%
17.25%

Color #ABD3A3 in popluar number systems.

HEXABD3A3
Decimal171211163
Binary101010111101001110100011
Octal253323243

Shades and tints

Shades of #ABD3A3

#ABD3A3
(171,211,163)
#9CC095
(156,192,149)
#8DAD87
(141,173,135)
#7E9A79
(126,154,121)
#6F876B
(111,135,107)
#60745D
(96,116,93)
#51614F
(81,97,79)
#424E41
(66,78,65)
#333B33
(51,59,51)
#242825
(36,40,37)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABD3A3

#ABD3A3
(171,211,163)
#B2D7AB
(178,215,171)
#B9DBB3
(185,219,179)
#C0DFBB
(192,223,187)
#C7E3C3
(199,227,195)
#CEE7CB
(206,231,203)
#D5EBD3
(213,235,211)
#DCEFDB
(220,239,219)
#E3F3E3
(227,243,227)
#EAF7EB
(234,247,235)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD3A3; }

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

This text font color is #ABD3A3.


Background Color

.myBgColor { background-color: #ABD3A3; }

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

This div background color is #ABD3A3.


Border color

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

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

This div border color is #ABD3A3.


Opacity

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

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

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

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

This text has shadow with #ABD3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD3A3 on black background.


Color preview on white background

This text has color #ABD3A3 on white background.



Black color preview on #ABD3A3 background

This text has black color on #ABD3A3 background.


White color preview on #ABD3A3 background

This text has white color on #ABD3A3 background.