COLOR #A3DAA5

HEX: #A3DAA5
RGB: (163,218,165)

Color info

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

RGB color model

#A3DAA5 color RGB value is (163,218,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 165 of 255 = 65%

163
218
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 218 + 165 = 546 (100%)
R 163 of 546 ~ 29.85%
G 218 of 546 ~ 39.93%
B 165 of 546 ~ 30.22%

%29.85
%39.93
%30.22

CMYK color model

#A3DAA5 color CMYK value is (25,0,24,15).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 14.51%
CMYK:
(25,0,24,15)
C25M0Y24K15 
(25%,0%,24%,15%)
(0.25/0.00/0.24/0.15)	

CMYK percentages

%25.23
%0
%24.31
%14.51

Codes

Color #A3DAA5 in popluar color models

A3DAA5
RGB163218165
HSL122°42.64%74.71%
HSB/HSV122°25.23%85.49%
CMYK25.23%0.00%24.31%
14.51%

Color #A3DAA5 in popluar number systems.

HEXA3DAA5
Decimal163218165
Binary101000111101101010100101
Octal243332245

Shades and tints

Shades of #A3DAA5

#A3DAA5
(163,218,165)
#95C796
(149,199,150)
#87B487
(135,180,135)
#79A178
(121,161,120)
#6B8E69
(107,142,105)
#5D7B5A
(93,123,90)
#4F684B
(79,104,75)
#41553C
(65,85,60)
#33422D
(51,66,45)
#252F1E
(37,47,30)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #A3DAA5

#A3DAA5
(163,218,165)
#ABDDAD
(171,221,173)
#B3E0B5
(179,224,181)
#BBE3BD
(187,227,189)
#C3E6C5
(195,230,197)
#CBE9CD
(203,233,205)
#D3ECD5
(211,236,213)
#DBEFDD
(219,239,221)
#E3F2E5
(227,242,229)
#EBF5ED
(235,245,237)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DAA5; }

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

This text font color is #A3DAA5.


Background Color

.myBgColor { background-color: #A3DAA5; }

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

This div background color is #A3DAA5.


Border color

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

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

This div border color is #A3DAA5.


Opacity

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

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

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

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

This text has shadow with #A3DAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DAA5 on black background.


Color preview on white background

This text has color #A3DAA5 on white background.



Black color preview on #A3DAA5 background

This text has black color on #A3DAA5 background.


White color preview on #A3DAA5 background

This text has white color on #A3DAA5 background.