COLOR #A8C5D1

HEX: #A8C5D1
RGB: (168,197,209)

Color info

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

RGB color model

#A8C5D1 color RGB value is (168,197,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 197 of 255 = 77%
B 209 of 255 = 82%

168
197
209

R + G + B ~ 75%. #A8C5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 197 + 209 = 574 (100%)
R 168 of 574 ~ 29.27%
G 197 of 574 ~ 34.32%
B 209 of 574 ~ 36.41%

%29.27
%34.32
%36.41

CMYK color model

#A8C5D1 color CMYK value is (20,6,0,18).

  • cyan value is 19.62%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,6,0,18)
C20M6Y0K18 
(20%,6%,0%,18%)
(0.20/0.06/0.00/0.18)	

CMYK percentages

%19.62
%5.74
%0
%18.04

Codes

Color #A8C5D1 in popluar color models

A8C5D1
RGB168197209
HSL198°30.83%73.92%
HSB/HSV198°19.62%81.96%
CMYK19.62%5.74%0.00%
18.04%

Color #A8C5D1 in popluar number systems.

HEXA8C5D1
Decimal168197209
Binary101010001100010111010001
Octal250305321

Shades and tints

Shades of #A8C5D1

#A8C5D1
(168,197,209)
#99B4BE
(153,180,190)
#8AA3AB
(138,163,171)
#7B9298
(123,146,152)
#6C8185
(108,129,133)
#5D7072
(93,112,114)
#4E5F5F
(78,95,95)
#3F4E4C
(63,78,76)
#303D39
(48,61,57)
#212C26
(33,44,38)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #A8C5D1

#A8C5D1
(168,197,209)
#AFCAD5
(175,202,213)
#B6CFD9
(182,207,217)
#BDD4DD
(189,212,221)
#C4D9E1
(196,217,225)
#CBDEE5
(203,222,229)
#D2E3E9
(210,227,233)
#D9E8ED
(217,232,237)
#E0EDF1
(224,237,241)
#E7F2F5
(231,242,245)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C5D1; }

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

This text font color is #A8C5D1.


Background Color

.myBgColor { background-color: #A8C5D1; }

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

This div background color is #A8C5D1.


Border color

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

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

This div border color is #A8C5D1.


Opacity

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

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

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

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

This text has shadow with #A8C5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C5D1 on black background.


Color preview on white background

This text has color #A8C5D1 on white background.



Black color preview on #A8C5D1 background

This text has black color on #A8C5D1 background.


White color preview on #A8C5D1 background

This text has white color on #A8C5D1 background.