COLOR #A3D5AA

HEX: #A3D5AA
RGB: (163,213,170)

Color info

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

RGB color model

#A3D5AA color RGB value is (163,213,170).

  • red value is 163;
  • green value is 213;
  • blue value is 170.
RGB:
(163,213,170)
(64%,84%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 170 of 255 = 67%

163
213
170

R + G + B ~ 72%. #A3D5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 213 + 170 = 546 (100%)
R 163 of 546 ~ 29.85%
G 213 of 546 ~ 39.01%
B 170 of 546 ~ 31.14%

%29.85
%39.01
%31.14

CMYK color model

#A3D5AA color CMYK value is (23,0,20,16).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 16.47%
CMYK:
(23,0,20,16)
C23M0Y20K16 
(23%,0%,20%,16%)
(0.23/0.00/0.20/0.16)	

CMYK percentages

%23.47
%0
%20.19
%16.47

Codes

Color #A3D5AA in popluar color models

A3D5AA
RGB163213170
HSL128°37.31%73.73%
HSB/HSV128°23.47%83.53%
CMYK23.47%0.00%20.19%
16.47%

Color #A3D5AA in popluar number systems.

HEXA3D5AA
Decimal163213170
Binary101000111101010110101010
Octal243325252

Shades and tints

Shades of #A3D5AA

#A3D5AA
(163,213,170)
#95C29B
(149,194,155)
#87AF8C
(135,175,140)
#799C7D
(121,156,125)
#6B896E
(107,137,110)
#5D765F
(93,118,95)
#4F6350
(79,99,80)
#415041
(65,80,65)
#333D32
(51,61,50)
#252A23
(37,42,35)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3D5AA

#A3D5AA
(163,213,170)
#ABD8B1
(171,216,177)
#B3DBB8
(179,219,184)
#BBDEBF
(187,222,191)
#C3E1C6
(195,225,198)
#CBE4CD
(203,228,205)
#D3E7D4
(211,231,212)
#DBEADB
(219,234,219)
#E3EDE2
(227,237,226)
#EBF0E9
(235,240,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D5AA color. Also use rgb(163,213,170) instead hex code.

Text Font Color

.myTextColor { color: #A3D5AA; }

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

This text font color is #A3D5AA.


Background Color

.myBgColor { background-color: #A3D5AA; }

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

This div background color is #A3D5AA.


Border color

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

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

This div border color is #A3D5AA.


Opacity

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

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

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

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

This text has shadow with #A3D5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D5AA on black background.


Color preview on white background

This text has color #A3D5AA on white background.



Black color preview on #A3D5AA background

This text has black color on #A3D5AA background.


White color preview on #A3D5AA background

This text has white color on #A3D5AA background.