COLOR #A3D0AD

HEX: #A3D0AD
RGB: (163,208,173)

Color info

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

RGB color model

#A3D0AD color RGB value is (163,208,173).

  • red value is 163;
  • green value is 208;
  • blue value is 173.
RGB:
(163,208,173)
(64%,82%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 208 of 255 = 82%
B 173 of 255 = 68%

163
208
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 208 + 173 = 544 (100%)
R 163 of 544 ~ 29.96%
G 208 of 544 ~ 38.24%
B 173 of 544 ~ 31.8%

%29.96
%38.24
%31.8

CMYK color model

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

  • cyan value is 21.63%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(22,0,17,18)
C22M0Y17K18 
(22%,0%,17%,18%)
(0.22/0.00/0.17/0.18)	

CMYK percentages

%21.63
%0
%16.83
%18.43

Codes

Color #A3D0AD in popluar color models

A3D0AD
RGB163208173
HSL133°32.37%72.75%
HSB/HSV133°21.63%81.57%
CMYK21.63%0.00%16.83%
18.43%

Color #A3D0AD in popluar number systems.

HEXA3D0AD
Decimal163208173
Binary101000111101000010101101
Octal243320255

Shades and tints

Shades of #A3D0AD

#A3D0AD
(163,208,173)
#95BE9E
(149,190,158)
#87AC8F
(135,172,143)
#799A80
(121,154,128)
#6B8871
(107,136,113)
#5D7662
(93,118,98)
#4F6453
(79,100,83)
#415244
(65,82,68)
#334035
(51,64,53)
#252E26
(37,46,38)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #A3D0AD

#A3D0AD
(163,208,173)
#ABD4B4
(171,212,180)
#B3D8BB
(179,216,187)
#BBDCC2
(187,220,194)
#C3E0C9
(195,224,201)
#CBE4D0
(203,228,208)
#D3E8D7
(211,232,215)
#DBECDE
(219,236,222)
#E3F0E5
(227,240,229)
#EBF4EC
(235,244,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D0AD color. Also use rgb(163,208,173) instead hex code.

Text Font Color

.myTextColor { color: #A3D0AD; }

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

This text font color is #A3D0AD.


Background Color

.myBgColor { background-color: #A3D0AD; }

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

This div background color is #A3D0AD.


Border color

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

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

This div border color is #A3D0AD.


Opacity

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

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

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

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

This text has shadow with #A3D0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D0AD on black background.


Color preview on white background

This text has color #A3D0AD on white background.



Black color preview on #A3D0AD background

This text has black color on #A3D0AD background.


White color preview on #A3D0AD background

This text has white color on #A3D0AD background.