COLOR #A3D4A5

HEX: #A3D4A5
RGB: (163,212,165)

Color info

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

RGB color model

#A3D4A5 color RGB value is (163,212,165).

  • red value is 163;
  • green value is 212;
  • blue value is 165.
RGB:
(163,212,165)
(64%,83%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 165 of 255 = 65%

163
212
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 212 + 165 = 540 (100%)
R 163 of 540 ~ 30.19%
G 212 of 540 ~ 39.26%
B 165 of 540 ~ 30.56%

%30.19
%39.26
%30.56

CMYK color model

#A3D4A5 color CMYK value is (23,0,22,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(23,0,22,17)
C23M0Y22K17 
(23%,0%,22%,17%)
(0.23/0.00/0.22/0.17)	

CMYK percentages

%23.11
%0
%22.17
%16.86

Codes

Color #A3D4A5 in popluar color models

A3D4A5
RGB163212165
HSL122°36.30%73.53%
HSB/HSV122°23.11%83.14%
CMYK23.11%0.00%22.17%
16.86%

Color #A3D4A5 in popluar number systems.

HEXA3D4A5
Decimal163212165
Binary101000111101010010100101
Octal243324245

Shades and tints

Shades of #A3D4A5

#A3D4A5
(163,212,165)
#95C196
(149,193,150)
#87AE87
(135,174,135)
#799B78
(121,155,120)
#6B8869
(107,136,105)
#5D755A
(93,117,90)
#4F624B
(79,98,75)
#414F3C
(65,79,60)
#333C2D
(51,60,45)
#25291E
(37,41,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3D4A5

#A3D4A5
(163,212,165)
#ABD7AD
(171,215,173)
#B3DAB5
(179,218,181)
#BBDDBD
(187,221,189)
#C3E0C5
(195,224,197)
#CBE3CD
(203,227,205)
#D3E6D5
(211,230,213)
#DBE9DD
(219,233,221)
#E3ECE5
(227,236,229)
#EBEFED
(235,239,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D4A5 color. Also use rgb(163,212,165) instead hex code.

Text Font Color

.myTextColor { color: #A3D4A5; }

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

This text font color is #A3D4A5.


Background Color

.myBgColor { background-color: #A3D4A5; }

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

This div background color is #A3D4A5.


Border color

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

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

This div border color is #A3D4A5.


Opacity

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

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

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

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

This text has shadow with #A3D4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D4A5 on black background.


Color preview on white background

This text has color #A3D4A5 on white background.



Black color preview on #A3D4A5 background

This text has black color on #A3D4A5 background.


White color preview on #A3D4A5 background

This text has white color on #A3D4A5 background.