COLOR #A8DDA6

HEX: #A8DDA6
RGB: (168,221,166)

Color info

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

RGB color model

#A8DDA6 color RGB value is (168,221,166).

  • red value is 168;
  • green value is 221;
  • blue value is 166.
RGB:
(168,221,166)
(66%,87%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 221 of 255 = 87%
B 166 of 255 = 65%

168
221
166

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

Portions of RGB colors in percentages

R + G + B =
168 + 221 + 166 = 555 (100%)
R 168 of 555 ~ 30.27%
G 221 of 555 ~ 39.82%
B 166 of 555 ~ 29.91%

%30.27
%39.82
%29.91

CMYK color model

#A8DDA6 color CMYK value is (24,0,25,13).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 13.33%
CMYK:
(24,0,25,13)
C24M0Y25K13 
(24%,0%,25%,13%)
(0.24/0.00/0.25/0.13)	

CMYK percentages

%23.98
%0
%24.89
%13.33

Codes

Color #A8DDA6 in popluar color models

A8DDA6
RGB168221166
HSL118°44.72%75.88%
HSB/HSV118°24.89%86.67%
CMYK23.98%0.00%24.89%
13.33%

Color #A8DDA6 in popluar number systems.

HEXA8DDA6
Decimal168221166
Binary101010001101110110100110
Octal250335246

Shades and tints

Shades of #A8DDA6

#A8DDA6
(168,221,166)
#99C997
(153,201,151)
#8AB588
(138,181,136)
#7BA179
(123,161,121)
#6C8D6A
(108,141,106)
#5D795B
(93,121,91)
#4E654C
(78,101,76)
#3F513D
(63,81,61)
#303D2E
(48,61,46)
#21291F
(33,41,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #A8DDA6

#A8DDA6
(168,221,166)
#AFE0AE
(175,224,174)
#B6E3B6
(182,227,182)
#BDE6BE
(189,230,190)
#C4E9C6
(196,233,198)
#CBECCE
(203,236,206)
#D2EFD6
(210,239,214)
#D9F2DE
(217,242,222)
#E0F5E6
(224,245,230)
#E7F8EE
(231,248,238)
#EEFBF6
(238,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DDA6 color. Also use rgb(168,221,166) instead hex code.

Text Font Color

.myTextColor { color: #A8DDA6; }

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

This text font color is #A8DDA6.


Background Color

.myBgColor { background-color: #A8DDA6; }

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

This div background color is #A8DDA6.


Border color

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

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

This div border color is #A8DDA6.


Opacity

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

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

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

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

This text has shadow with #A8DDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DDA6 on black background.


Color preview on white background

This text has color #A8DDA6 on white background.



Black color preview on #A8DDA6 background

This text has black color on #A8DDA6 background.


White color preview on #A8DDA6 background

This text has white color on #A8DDA6 background.