COLOR #A8C5D2

HEX: #A8C5D2 RGB: (168,197,210)

Color info

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

RGB color model

#A8C5D2 color RGB value is (168,197,210).

RGB: (168,197,210) (66%, 77%, 82%)

RGB channels and saturation

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

168
197
210

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

Portions of RGB colors in percentages

R + G + B = 168 + 197 + 210 = 575 (100%)
R 168 of 575 ~ 29.22%
G 197 of 575 ~ 34.26%
B 210 of 575 ~ 36.52'%

%29.22
%34.26
%36.52

CMYK color model

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

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

CMYK percentages

%20
%6.19
%0
%17.65

Codes

Color #A8C5D2 in popluar color models

A8 C5 D2
RGB 168 197 210
HSL 199° 31.82% 74.12%
HSB/HSV 199° 20.00% 82.35%
CMYK 20.00% 6.19% 0.00%
17.65%

Color #A8C5D2 in popluar number systems.

HEX A8 C5 D2
Decimal 168 197 210
Binary 10101000 11000101 11010010
Octal 250 305 322

Shades and tints

Shades of #A8C5D2

#A8C5D2
(168,197,210)
#99B4BF
(153,180,191)
#8AA3AC
(138,163,172)
#7B9299
(123,146,153)
#6C8186
(108,129,134)
#5D7073
(93,112,115)
#4E5F60
(78,95,96)
#3F4E4D
(63,78,77)
#303D3A
(48,61,58)
#212C27
(33,44,39)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #A8C5D2

#A8C5D2
(168,197,210)
#AFCAD6
(175,202,214)
#B6CFDA
(182,207,218)
#BDD4DE
(189,212,222)
#C4D9E2
(196,217,226)
#CBDEE6
(203,222,230)
#D2E3EA
(210,227,234)
#D9E8EE
(217,232,238)
#E0EDF2
(224,237,242)
#E7F2F6
(231,242,246)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C5D2; }

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

This text font color is #A8C5D2.

Background Color

.myBgColor { background-color: #A8C5D2; }

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

This div background color is #A8C5D2.

Border color

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

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

This div border color is #A8C5D2.

Opacity

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

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

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

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

This text has shadow with #A8C5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C5D2.

Preview

Color preview on black background

This text has color #A8C5D2 on black background.


Color preview on white background

This text has color #A8C5D2 on white background.


Black color preview on #A8C5D2 background

This text has black color on #A8C5D2 background.


White color preview on #A8C5D2 background

This text has white color on #A8C5D2 background.


Related colors

Complementary color

Complementary color for #hex is #573A2D.


I love getcolorcode.com

Triadic colors

1 #D2A8C5 and #C5D2A8 with #A8C5D2 are triadic colors.

2 #D2C5A8 and #C5A8D2 with #A8C5D2 are triadic colors.