COLOR #A8DAA8

HEX: #A8DAA8
RGB: (168,218,168)

Color info

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

RGB color model

#A8DAA8 color RGB value is (168,218,168).

  • red value is 168;
  • green value is 218;
  • blue value is 168.
RGB: (168,218,168) (66%,85%,66%)

RGB channels and saturation

R 168 of 255 = 66%
G 218 of 255 = 85%
B 168 of 255 = 66%

168
218
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 168 = 554 (100%)
R 168 of 554 ~ 30.32%
G 218 of 554 ~ 39.35%
B 168 of 554 ~ 30.32%

%30.32
%39.35
%30.32

CMYK color model

#A8DAA8 color CMYK value is (23,0,23,15).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 14.51%
CMYK: (23,0,23,15) C23M0Y23K15 (23%,0%,23%,15%) (0.23/0.00/0.23/0.15)

CMYK percentages

%22.94
%0
%22.94
%14.51

Codes

Color #A8DAA8 in popluar color models

A8DAA8
RGB168218168
HSL120°40.32%75.69%
HSB/HSV120°22.94%85.49%
CMYK22.94%0.00%22.94%
14.51%

Color #A8DAA8 in popluar number systems.

HEXA8DAA8
Decimal168218168
Binary101010001101101010101000
Octal250332250

Shades and tints

Shades of #A8DAA8

#A8DAA8
(168,218,168)
#99C799
(153,199,153)
#8AB48A
(138,180,138)
#7BA17B
(123,161,123)
#6C8E6C
(108,142,108)
#5D7B5D
(93,123,93)
#4E684E
(78,104,78)
#3F553F
(63,85,63)
#304230
(48,66,48)
#212F21
(33,47,33)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #A8DAA8

#A8DAA8
(168,218,168)
#AFDDAF
(175,221,175)
#B6E0B6
(182,224,182)
#BDE3BD
(189,227,189)
#C4E6C4
(196,230,196)
#CBE9CB
(203,233,203)
#D2ECD2
(210,236,210)
#D9EFD9
(217,239,217)
#E0F2E0
(224,242,224)
#E7F5E7
(231,245,231)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DAA8; }

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

This text font color is #A8DAA8.


Background Color

.myBgColor { background-color: #A8DAA8; }

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

This div background color is #A8DAA8.


Border color

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

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

This div border color is #A8DAA8.


Opacity

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

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

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

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

This text has shadow with #A8DAA8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8DAA8 on black background.


Color preview on white background

This text has color #A8DAA8 on white background.



Black color preview on #A8DAA8 background

This text has black color on #A8DAA8 background.


White color preview on #A8DAA8 background

This text has white color on #A8DAA8 background.