COLOR #A3DAA1

HEX: #A3DAA1
RGB: (163,218,161)

Color info

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

RGB color model

#A3DAA1 color RGB value is (163,218,161).

  • red value is 163;
  • green value is 218;
  • blue value is 161.
RGB:
(163,218,161)
(64%,85%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 161 of 255 = 63%

163
218
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 218 + 161 = 542 (100%)
R 163 of 542 ~ 30.07%
G 218 of 542 ~ 40.22%
B 161 of 542 ~ 29.7%

%30.07
%40.22
%29.7

CMYK color model

#A3DAA1 color CMYK value is (25,0,26,15).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 14.51%
CMYK:
(25,0,26,15)
C25M0Y26K15 
(25%,0%,26%,15%)
(0.25/0.00/0.26/0.15)	

CMYK percentages

%25.23
%0
%26.15
%14.51

Codes

Color #A3DAA1 in popluar color models

A3DAA1
RGB163218161
HSL118°43.51%74.31%
HSB/HSV118°26.15%85.49%
CMYK25.23%0.00%26.15%
14.51%

Color #A3DAA1 in popluar number systems.

HEXA3DAA1
Decimal163218161
Binary101000111101101010100001
Octal243332241

Shades and tints

Shades of #A3DAA1

#A3DAA1
(163,218,161)
#95C793
(149,199,147)
#87B485
(135,180,133)
#79A177
(121,161,119)
#6B8E69
(107,142,105)
#5D7B5B
(93,123,91)
#4F684D
(79,104,77)
#41553F
(65,85,63)
#334231
(51,66,49)
#252F23
(37,47,35)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #A3DAA1

#A3DAA1
(163,218,161)
#ABDDA9
(171,221,169)
#B3E0B1
(179,224,177)
#BBE3B9
(187,227,185)
#C3E6C1
(195,230,193)
#CBE9C9
(203,233,201)
#D3ECD1
(211,236,209)
#DBEFD9
(219,239,217)
#E3F2E1
(227,242,225)
#EBF5E9
(235,245,233)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DAA1 color. Also use rgb(163,218,161) instead hex code.

Text Font Color

.myTextColor { color: #A3DAA1; }

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

This text font color is #A3DAA1.


Background Color

.myBgColor { background-color: #A3DAA1; }

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

This div background color is #A3DAA1.


Border color

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

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

This div border color is #A3DAA1.


Opacity

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

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

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

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

This text has shadow with #A3DAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DAA1 on black background.


Color preview on white background

This text has color #A3DAA1 on white background.



Black color preview on #A3DAA1 background

This text has black color on #A3DAA1 background.


White color preview on #A3DAA1 background

This text has white color on #A3DAA1 background.