COLOR #A8DCA1

HEX: #A8DCA1
RGB: (168,220,161)

Color info

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

RGB color model

#A8DCA1 color RGB value is (168,220,161).

  • red value is 168;
  • green value is 220;
  • blue value is 161.
RGB:
(168,220,161)
(66%,86%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 220 of 255 = 86%
B 161 of 255 = 63%

168
220
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 220 + 161 = 549 (100%)
R 168 of 549 ~ 30.6%
G 220 of 549 ~ 40.07%
B 161 of 549 ~ 29.33%

%30.6
%40.07
%29.33

CMYK color model

#A8DCA1 color CMYK value is (24,0,27,14).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 13.73%
CMYK:
(24,0,27,14)
C24M0Y27K14 
(24%,0%,27%,14%)
(0.24/0.00/0.27/0.14)	

CMYK percentages

%23.64
%0
%26.82
%13.73

Codes

Color #A8DCA1 in popluar color models

A8DCA1
RGB168220161
HSL113°45.74%74.71%
HSB/HSV113°26.82%86.27%
CMYK23.64%0.00%26.82%
13.73%

Color #A8DCA1 in popluar number systems.

HEXA8DCA1
Decimal168220161
Binary101010001101110010100001
Octal250334241

Shades and tints

Shades of #A8DCA1

#A8DCA1
(168,220,161)
#99C893
(153,200,147)
#8AB485
(138,180,133)
#7BA077
(123,160,119)
#6C8C69
(108,140,105)
#5D785B
(93,120,91)
#4E644D
(78,100,77)
#3F503F
(63,80,63)
#303C31
(48,60,49)
#212823
(33,40,35)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A8DCA1

#A8DCA1
(168,220,161)
#AFDFA9
(175,223,169)
#B6E2B1
(182,226,177)
#BDE5B9
(189,229,185)
#C4E8C1
(196,232,193)
#CBEBC9
(203,235,201)
#D2EED1
(210,238,209)
#D9F1D9
(217,241,217)
#E0F4E1
(224,244,225)
#E7F7E9
(231,247,233)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DCA1 color. Also use rgb(168,220,161) instead hex code.

Text Font Color

.myTextColor { color: #A8DCA1; }

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

This text font color is #A8DCA1.


Background Color

.myBgColor { background-color: #A8DCA1; }

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

This div background color is #A8DCA1.


Border color

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

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

This div border color is #A8DCA1.


Opacity

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

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

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

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

This text has shadow with #A8DCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DCA1 on black background.


Color preview on white background

This text has color #A8DCA1 on white background.



Black color preview on #A8DCA1 background

This text has black color on #A8DCA1 background.


White color preview on #A8DCA1 background

This text has white color on #A8DCA1 background.