COLOR #A8E3A5

HEX: #A8E3A5 RGB: (168,227,165)

Color info

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

RGB color model

#A8E3A5 color RGB value is (168,227,165).

RGB: (168,227,165) (66%, 89%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 227 of 255 = 89%
B 165 of 255 = 65%

168
227
165

R + G + B ~ 73%. #A8E3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 227 + 165 = 560 (100%)
R 168 of 560 ~ 30%
G 227 of 560 ~ 40.54%
B 165 of 560 ~ 29.46'%

%30
%40.54
%29.46

CMYK color model

#A8E3A5 color CMYK value is (26,0,27,11).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 10.98%

CMYK: (26,0,27,11)
C26M0Y27K11 (26%, 0%, 27%, 11%)
(0.26 / 0.00 / 0.27 / 0.11)

CMYK percentages

%25.99
%0
%27.31
%10.98

Codes

Color #A8E3A5 in popluar color models

A8 E3 A5
RGB 168 227 165
HSL 117° 52.54% 76.86%
HSB/HSV 117° 27.31% 89.02%
CMYK 25.99% 0.00% 27.31%
10.98%

Color #A8E3A5 in popluar number systems.

HEX A8 E3 A5
Decimal 168 227 165
Binary 10101000 11100011 10100101
Octal 250 343 245

Shades and tints

Shades of #A8E3A5

#A8E3A5
(168,227,165)
#99CF96
(153,207,150)
#8ABB87
(138,187,135)
#7BA778
(123,167,120)
#6C9369
(108,147,105)
#5D7F5A
(93,127,90)
#4E6B4B
(78,107,75)
#3F573C
(63,87,60)
#30432D
(48,67,45)
#212F1E
(33,47,30)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #A8E3A5

#A8E3A5
(168,227,165)
#AFE5AD
(175,229,173)
#B6E7B5
(182,231,181)
#BDE9BD
(189,233,189)
#C4EBC5
(196,235,197)
#CBEDCD
(203,237,205)
#D2EFD5
(210,239,213)
#D9F1DD
(217,241,221)
#E0F3E5
(224,243,229)
#E7F5ED
(231,245,237)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E3A5 color. Also use rgb(168,227,165) instead hex code.

Text Font Color

.myTextColor { color: #A8E3A5; }

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

This text font color is #A8E3A5.

Background Color

.myBgColor { background-color: #A8E3A5; }

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

This div background color is #A8E3A5.

Border color

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

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

This div border color is #A8E3A5.

Opacity

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

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

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

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

This text has shadow with #A8E3A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E3A5.

Preview

Color preview on black background

This text has color #A8E3A5 on black background.


Color preview on white background

This text has color #A8E3A5 on white background.


Black color preview on #A8E3A5 background

This text has black color on #A8E3A5 background.


White color preview on #A8E3A5 background

This text has white color on #A8E3A5 background.


Related colors

Complementary color

Complementary color for #hex is #571C5A.


I love getcolorcode.com

Triadic colors

1 #A5A8E3 and #E3A5A8 with #A8E3A5 are triadic colors.

2 #A5E3A8 and #E3A8A5 with #A8E3A5 are triadic colors.