COLOR #A9DDA3

HEX: #A9DDA3
RGB: (169,221,163)

Color info

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

RGB color model

#A9DDA3 color RGB value is (169,221,163).

  • red value is 169;
  • green value is 221;
  • blue value is 163.
RGB:
(169,221,163)
(66%,87%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 221 of 255 = 87%
B 163 of 255 = 64%

169
221
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 221 + 163 = 553 (100%)
R 169 of 553 ~ 30.56%
G 221 of 553 ~ 39.96%
B 163 of 553 ~ 29.48%

%30.56
%39.96
%29.48

CMYK color model

#A9DDA3 color CMYK value is (24,0,26,13).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 13.33%
CMYK:
(24,0,26,13)
C24M0Y26K13 
(24%,0%,26%,13%)
(0.24/0.00/0.26/0.13)	

CMYK percentages

%23.53
%0
%26.24
%13.33

Codes

Color #A9DDA3 in popluar color models

A9DDA3
RGB169221163
HSL114°46.03%75.29%
HSB/HSV114°26.24%86.67%
CMYK23.53%0.00%26.24%
13.33%

Color #A9DDA3 in popluar number systems.

HEXA9DDA3
Decimal169221163
Binary101010011101110110100011
Octal251335243

Shades and tints

Shades of #A9DDA3

#A9DDA3
(169,221,163)
#9AC995
(154,201,149)
#8BB587
(139,181,135)
#7CA179
(124,161,121)
#6D8D6B
(109,141,107)
#5E795D
(94,121,93)
#4F654F
(79,101,79)
#405141
(64,81,65)
#313D33
(49,61,51)
#222925
(34,41,37)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A9DDA3

#A9DDA3
(169,221,163)
#B0E0AB
(176,224,171)
#B7E3B3
(183,227,179)
#BEE6BB
(190,230,187)
#C5E9C3
(197,233,195)
#CCECCB
(204,236,203)
#D3EFD3
(211,239,211)
#DAF2DB
(218,242,219)
#E1F5E3
(225,245,227)
#E8F8EB
(232,248,235)
#EFFBF3
(239,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DDA3 color. Also use rgb(169,221,163) instead hex code.

Text Font Color

.myTextColor { color: #A9DDA3; }

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

This text font color is #A9DDA3.


Background Color

.myBgColor { background-color: #A9DDA3; }

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

This div background color is #A9DDA3.


Border color

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

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

This div border color is #A9DDA3.


Opacity

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

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

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

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

This text has shadow with #A9DDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DDA3 on black background.


Color preview on white background

This text has color #A9DDA3 on white background.



Black color preview on #A9DDA3 background

This text has black color on #A9DDA3 background.


White color preview on #A9DDA3 background

This text has white color on #A9DDA3 background.