COLOR #A3DEA5

HEX: #A3DEA5
RGB: (163,222,165)

Color info

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

RGB color model

#A3DEA5 color RGB value is (163,222,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 222 of 255 = 87%
B 165 of 255 = 65%

163
222
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 222 + 165 = 550 (100%)
R 163 of 550 ~ 29.64%
G 222 of 550 ~ 40.36%
B 165 of 550 ~ 30%

%29.64
%40.36
%30

CMYK color model

#A3DEA5 color CMYK value is (27,0,26,13).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK:
(27,0,26,13)
C27M0Y26K13 
(27%,0%,26%,13%)
(0.27/0.00/0.26/0.13)	

CMYK percentages

%26.58
%0
%25.68
%12.94

Codes

Color #A3DEA5 in popluar color models

A3DEA5
RGB163222165
HSL122°47.20%75.49%
HSB/HSV122°26.58%87.06%
CMYK26.58%0.00%25.68%
12.94%

Color #A3DEA5 in popluar number systems.

HEXA3DEA5
Decimal163222165
Binary101000111101111010100101
Octal243336245

Shades and tints

Shades of #A3DEA5

#A3DEA5
(163,222,165)
#95CA96
(149,202,150)
#87B687
(135,182,135)
#79A278
(121,162,120)
#6B8E69
(107,142,105)
#5D7A5A
(93,122,90)
#4F664B
(79,102,75)
#41523C
(65,82,60)
#333E2D
(51,62,45)
#252A1E
(37,42,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3DEA5

#A3DEA5
(163,222,165)
#ABE1AD
(171,225,173)
#B3E4B5
(179,228,181)
#BBE7BD
(187,231,189)
#C3EAC5
(195,234,197)
#CBEDCD
(203,237,205)
#D3F0D5
(211,240,213)
#DBF3DD
(219,243,221)
#E3F6E5
(227,246,229)
#EBF9ED
(235,249,237)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DEA5; }

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

This text font color is #A3DEA5.


Background Color

.myBgColor { background-color: #A3DEA5; }

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

This div background color is #A3DEA5.


Border color

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

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

This div border color is #A3DEA5.


Opacity

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

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

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

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

This text has shadow with #A3DEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DEA5 on black background.


Color preview on white background

This text has color #A3DEA5 on white background.



Black color preview on #A3DEA5 background

This text has black color on #A3DEA5 background.


White color preview on #A3DEA5 background

This text has white color on #A3DEA5 background.