COLOR #A8D293

HEX: #A8D293 RGB: (168,210,147)

Color info

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

RGB color model

#A8D293 color RGB value is (168,210,147).

RGB: (168,210,147) (66%, 82%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 147 of 255 = 58%

168
210
147

R + G + B ~ 69%. #A8D293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 210 + 147 = 525 (100%)
R 168 of 525 ~ 32%
G 210 of 525 ~ 40%
B 147 of 525 ~ 28'%

%32
%40
%28

CMYK color model

#A8D293 color CMYK value is (20,0,30,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%

CMYK: (20,0,30,18)
C20M0Y30K18 (20%, 0%, 30%, 18%)
(0.20 / 0.00 / 0.30 / 0.18)

CMYK percentages

%20
%0
%30
%17.65

Codes

Color #A8D293 in popluar color models

A8 D2 93
RGB 168 210 147
HSL 100° 41.18% 70.00%
HSB/HSV 100° 30.00% 82.35%
CMYK 20.00% 0.00% 30.00%
17.65%

Color #A8D293 in popluar number systems.

HEX A8 D2 93
Decimal 168 210 147
Binary 10101000 11010010 10010011
Octal 250 322 223

Shades and tints

Shades of #A8D293

#A8D293
(168,210,147)
#99BF86
(153,191,134)
#8AAC79
(138,172,121)
#7B996C
(123,153,108)
#6C865F
(108,134,95)
#5D7352
(93,115,82)
#4E6045
(78,96,69)
#3F4D38
(63,77,56)
#303A2B
(48,58,43)
#21271E
(33,39,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8D293

#A8D293
(168,210,147)
#AFD69C
(175,214,156)
#B6DAA5
(182,218,165)
#BDDEAE
(189,222,174)
#C4E2B7
(196,226,183)
#CBE6C0
(203,230,192)
#D2EAC9
(210,234,201)
#D9EED2
(217,238,210)
#E0F2DB
(224,242,219)
#E7F6E4
(231,246,228)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D293 color. Also use rgb(168,210,147) instead hex code.

Text Font Color

.myTextColor { color: #A8D293; }

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

This text font color is #A8D293.

Background Color

.myBgColor { background-color: #A8D293; }

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

This div background color is #A8D293.

Border color

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

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

This div border color is #A8D293.

Opacity

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

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

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

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

This text has shadow with #A8D293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D293.

Preview

Color preview on black background

This text has color #A8D293 on black background.


Color preview on white background

This text has color #A8D293 on white background.


Black color preview on #A8D293 background

This text has black color on #A8D293 background.


White color preview on #A8D293 background

This text has white color on #A8D293 background.


Related colors

Complementary color

Complementary color for #hex is #572D6C.


I love getcolorcode.com

Triadic colors

1 #93A8D2 and #D293A8 with #A8D293 are triadic colors.

2 #93D2A8 and #D2A893 with #A8D293 are triadic colors.