COLOR #A8DAD1

HEX: #A8DAD1
RGB: (168,218,209)

Color info

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

RGB color model

#A8DAD1 color RGB value is (168,218,209).

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

RGB channels and saturation

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

168
218
209

R + G + B ~ 78%. #A8DAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 209 = 595 (100%)
R 168 of 595 ~ 28.24%
G 218 of 595 ~ 36.64%
B 209 of 595 ~ 35.13%

%28.24
%36.64
%35.13

CMYK color model

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

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

CMYK percentages

%22.94
%0
%4.13
%14.51

Codes

Color #A8DAD1 in popluar color models

A8DAD1
RGB168218209
HSL169°40.32%75.69%
HSB/HSV169°22.94%85.49%
CMYK22.94%0.00%4.13%
14.51%

Color #A8DAD1 in popluar number systems.

HEXA8DAD1
Decimal168218209
Binary101010001101101011010001
Octal250332321

Shades and tints

Shades of #A8DAD1

#A8DAD1
(168,218,209)
#99C7BE
(153,199,190)
#8AB4AB
(138,180,171)
#7BA198
(123,161,152)
#6C8E85
(108,142,133)
#5D7B72
(93,123,114)
#4E685F
(78,104,95)
#3F554C
(63,85,76)
#304239
(48,66,57)
#212F26
(33,47,38)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #A8DAD1

#A8DAD1
(168,218,209)
#AFDDD5
(175,221,213)
#B6E0D9
(182,224,217)
#BDE3DD
(189,227,221)
#C4E6E1
(196,230,225)
#CBE9E5
(203,233,229)
#D2ECE9
(210,236,233)
#D9EFED
(217,239,237)
#E0F2F1
(224,242,241)
#E7F5F5
(231,245,245)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DAD1; }

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

This text font color is #A8DAD1.


Background Color

.myBgColor { background-color: #A8DAD1; }

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

This div background color is #A8DAD1.


Border color

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

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

This div border color is #A8DAD1.


Opacity

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

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

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

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

This text has shadow with #A8DAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DAD1 on black background.


Color preview on white background

This text has color #A8DAD1 on white background.



Black color preview on #A8DAD1 background

This text has black color on #A8DAD1 background.


White color preview on #A8DAD1 background

This text has white color on #A8DAD1 background.