COLOR #A8CAD1

HEX: #A8CAD1
RGB: (168,202,209)

Color info

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

RGB color model

#A8CAD1 color RGB value is (168,202,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 209 of 255 = 82%

168
202
209

R + G + B ~ 76%. #A8CAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 202 + 209 = 579 (100%)
R 168 of 579 ~ 29.02%
G 202 of 579 ~ 34.89%
B 209 of 579 ~ 36.1%

%29.02
%34.89
%36.1

CMYK color model

#A8CAD1 color CMYK value is (20,3,0,18).

  • cyan value is 19.62%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,3,0,18)
C20M3Y0K18 
(20%,3%,0%,18%)
(0.20/0.03/0.00/0.18)	

CMYK percentages

%19.62
%3.35
%0
%18.04

Codes

Color #A8CAD1 in popluar color models

A8CAD1
RGB168202209
HSL190°30.83%73.92%
HSB/HSV190°19.62%81.96%
CMYK19.62%3.35%0.00%
18.04%

Color #A8CAD1 in popluar number systems.

HEXA8CAD1
Decimal168202209
Binary101010001100101011010001
Octal250312321

Shades and tints

Shades of #A8CAD1

#A8CAD1
(168,202,209)
#99B8BE
(153,184,190)
#8AA6AB
(138,166,171)
#7B9498
(123,148,152)
#6C8285
(108,130,133)
#5D7072
(93,112,114)
#4E5E5F
(78,94,95)
#3F4C4C
(63,76,76)
#303A39
(48,58,57)
#212826
(33,40,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #A8CAD1

#A8CAD1
(168,202,209)
#AFCED5
(175,206,213)
#B6D2D9
(182,210,217)
#BDD6DD
(189,214,221)
#C4DAE1
(196,218,225)
#CBDEE5
(203,222,229)
#D2E2E9
(210,226,233)
#D9E6ED
(217,230,237)
#E0EAF1
(224,234,241)
#E7EEF5
(231,238,245)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CAD1; }

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

This text font color is #A8CAD1.


Background Color

.myBgColor { background-color: #A8CAD1; }

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

This div background color is #A8CAD1.


Border color

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

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

This div border color is #A8CAD1.


Opacity

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

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

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

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

This text has shadow with #A8CAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CAD1 on black background.


Color preview on white background

This text has color #A8CAD1 on white background.



Black color preview on #A8CAD1 background

This text has black color on #A8CAD1 background.


White color preview on #A8CAD1 background

This text has white color on #A8CAD1 background.