COLOR #A3E6AE

HEX: #A3E6AE RGB: (163,230,174)

Color info

#A3E6AE contains mainly green and blue colors. Web safe color of #A3E6AE is #99CC99 (or #9C9).

RGB color model

#A3E6AE color RGB value is (163,230,174).

RGB: (163,230,174) (64%, 90%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 230 of 255 = 90%
B 174 of 255 = 68%

163
230
174

R + G + B ~ 74%. #A3E6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 230 + 174 = 567 (100%)
R 163 of 567 ~ 28.75%
G 230 of 567 ~ 40.56%
B 174 of 567 ~ 30.69'%

%28.75
%40.56
%30.69

CMYK color model

#A3E6AE color CMYK value is (29,0,24,10).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (29,0,24,10)
C29M0Y24K10 (29%, 0%, 24%, 10%)
(0.29 / 0.00 / 0.24 / 0.10)

CMYK percentages

%29.13
%0
%24.35
%9.8

Codes

Color #A3E6AE in popluar color models

A3 E6 AE
RGB 163 230 174
HSL 130° 57.26% 77.06%
HSB/HSV 130° 29.13% 90.20%
CMYK 29.13% 0.00% 24.35%
9.80%

Color #A3E6AE in popluar number systems.

HEX A3 E6 AE
Decimal 163 230 174
Binary 10100011 11100110 10101110
Octal 243 346 256

Shades and tints

Shades of #A3E6AE

#A3E6AE
(163,230,174)
#95D29F
(149,210,159)
#87BE90
(135,190,144)
#79AA81
(121,170,129)
#6B9672
(107,150,114)
#5D8263
(93,130,99)
#4F6E54
(79,110,84)
#415A45
(65,90,69)
#334636
(51,70,54)
#253227
(37,50,39)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #A3E6AE

#A3E6AE
(163,230,174)
#ABE8B5
(171,232,181)
#B3EABC
(179,234,188)
#BBECC3
(187,236,195)
#C3EECA
(195,238,202)
#CBF0D1
(203,240,209)
#D3F2D8
(211,242,216)
#DBF4DF
(219,244,223)
#E3F6E6
(227,246,230)
#EBF8ED
(235,248,237)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E6AE color. Also use rgb(163,230,174) instead hex code.

Text Font Color

.myTextColor { color: #A3E6AE; }

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

This text font color is #A3E6AE.

Background Color

.myBgColor { background-color: #A3E6AE; }

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

This div background color is #A3E6AE.

Border color

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

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

This div border color is #A3E6AE.

Opacity

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

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

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

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

This text has shadow with #A3E6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E6AE.

Preview

Color preview on black background

This text has color #A3E6AE on black background.


Color preview on white background

This text has color #A3E6AE on white background.


Black color preview on #A3E6AE background

This text has black color on #A3E6AE background.


White color preview on #A3E6AE background

This text has white color on #A3E6AE background.


Related colors

Complementary color

Complementary color for #hex is #5C1951.


I love getcolorcode.com

Triadic colors

1 #AEA3E6 and #E6AEA3 with #A3E6AE are triadic colors.

2 #AEE6A3 and #E6A3AE with #A3E6AE are triadic colors.