COLOR #A8DAAD

HEX: #A8DAAD
RGB: (168,218,173)

Color info

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

RGB color model

#A8DAAD color RGB value is (168,218,173).

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

RGB channels and saturation

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

168
218
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 173 = 559 (100%)
R 168 of 559 ~ 30.05%
G 218 of 559 ~ 39%
B 173 of 559 ~ 30.95%

%30.05
%39
%30.95

CMYK color model

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

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

CMYK percentages

%22.94
%0
%20.64
%14.51

Codes

Color #A8DAAD in popluar color models

A8DAAD
RGB168218173
HSL126°40.32%75.69%
HSB/HSV126°22.94%85.49%
CMYK22.94%0.00%20.64%
14.51%

Color #A8DAAD in popluar number systems.

HEXA8DAAD
Decimal168218173
Binary101010001101101010101101
Octal250332255

Shades and tints

Shades of #A8DAAD

#A8DAAD
(168,218,173)
#99C79E
(153,199,158)
#8AB48F
(138,180,143)
#7BA180
(123,161,128)
#6C8E71
(108,142,113)
#5D7B62
(93,123,98)
#4E6853
(78,104,83)
#3F5544
(63,85,68)
#304235
(48,66,53)
#212F26
(33,47,38)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #A8DAAD

#A8DAAD
(168,218,173)
#AFDDB4
(175,221,180)
#B6E0BB
(182,224,187)
#BDE3C2
(189,227,194)
#C4E6C9
(196,230,201)
#CBE9D0
(203,233,208)
#D2ECD7
(210,236,215)
#D9EFDE
(217,239,222)
#E0F2E5
(224,242,229)
#E7F5EC
(231,245,236)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DAAD; }

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

This text font color is #A8DAAD.


Background Color

.myBgColor { background-color: #A8DAAD; }

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

This div background color is #A8DAAD.


Border color

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

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

This div border color is #A8DAAD.


Opacity

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

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

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

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

This text has shadow with #A8DAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DAAD on black background.


Color preview on white background

This text has color #A8DAAD on white background.



Black color preview on #A8DAAD background

This text has black color on #A8DAAD background.


White color preview on #A8DAAD background

This text has white color on #A8DAAD background.