COLOR #A8DDA4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
221
164

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

Portions of RGB colors in percentages

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

%30.38
%39.96
%29.66

CMYK color model

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

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • 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.98
%0
%25.79
%13.33

Codes

Color #A8DDA4 in popluar color models

A8DDA4
RGB168221164
HSL116°45.60%75.49%
HSB/HSV116°25.79%86.67%
CMYK23.98%0.00%25.79%
13.33%

Color #A8DDA4 in popluar number systems.

HEXA8DDA4
Decimal168221164
Binary101010001101110110100100
Octal250335244

Shades and tints

Shades of #A8DDA4

#A8DDA4
(168,221,164)
#99C996
(153,201,150)
#8AB588
(138,181,136)
#7BA17A
(123,161,122)
#6C8D6C
(108,141,108)
#5D795E
(93,121,94)
#4E6550
(78,101,80)
#3F5142
(63,81,66)
#303D34
(48,61,52)
#212926
(33,41,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8DDA4

#A8DDA4
(168,221,164)
#AFE0AC
(175,224,172)
#B6E3B4
(182,227,180)
#BDE6BC
(189,230,188)
#C4E9C4
(196,233,196)
#CBECCC
(203,236,204)
#D2EFD4
(210,239,212)
#D9F2DC
(217,242,220)
#E0F5E4
(224,245,228)
#E7F8EC
(231,248,236)
#EEFBF4
(238,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DDA4; }

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

This text font color is #A8DDA4.


Background Color

.myBgColor { background-color: #A8DDA4; }

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

This div background color is #A8DDA4.


Border color

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

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

This div border color is #A8DDA4.


Opacity

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

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

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

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

This text has shadow with #A8DDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DDA4 on black background.


Color preview on white background

This text has color #A8DDA4 on white background.



Black color preview on #A8DDA4 background

This text has black color on #A8DDA4 background.


White color preview on #A8DDA4 background

This text has white color on #A8DDA4 background.