COLOR #A4DDA8

HEX: #A4DDA8
RGB: (164,221,168)

Color info

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

RGB color model

#A4DDA8 color RGB value is (164,221,168).

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

RGB channels and saturation

R 164 of 255 = 64%
G 221 of 255 = 87%
B 168 of 255 = 66%

164
221
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 221 + 168 = 553 (100%)
R 164 of 553 ~ 29.66%
G 221 of 553 ~ 39.96%
B 168 of 553 ~ 30.38%

%29.66
%39.96
%30.38

CMYK color model

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

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

CMYK percentages

%25.79
%0
%23.98
%13.33

Codes

Color #A4DDA8 in popluar color models

A4DDA8
RGB164221168
HSL124°45.60%75.49%
HSB/HSV124°25.79%86.67%
CMYK25.79%0.00%23.98%
13.33%

Color #A4DDA8 in popluar number systems.

HEXA4DDA8
Decimal164221168
Binary101001001101110110101000
Octal244335250

Shades and tints

Shades of #A4DDA8

#A4DDA8
(164,221,168)
#96C999
(150,201,153)
#88B58A
(136,181,138)
#7AA17B
(122,161,123)
#6C8D6C
(108,141,108)
#5E795D
(94,121,93)
#50654E
(80,101,78)
#42513F
(66,81,63)
#343D30
(52,61,48)
#262921
(38,41,33)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4DDA8

#A4DDA8
(164,221,168)
#ACE0AF
(172,224,175)
#B4E3B6
(180,227,182)
#BCE6BD
(188,230,189)
#C4E9C4
(196,233,196)
#CCECCB
(204,236,203)
#D4EFD2
(212,239,210)
#DCF2D9
(220,242,217)
#E4F5E0
(228,245,224)
#ECF8E7
(236,248,231)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DDA8; }

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

This text font color is #A4DDA8.


Background Color

.myBgColor { background-color: #A4DDA8; }

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

This div background color is #A4DDA8.


Border color

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

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

This div border color is #A4DDA8.


Opacity

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

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

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

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

This text has shadow with #A4DDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DDA8 on black background.


Color preview on white background

This text has color #A4DDA8 on white background.



Black color preview on #A4DDA8 background

This text has black color on #A4DDA8 background.


White color preview on #A4DDA8 background

This text has white color on #A4DDA8 background.