COLOR #A8C1D1

HEX: #A8C1D1
RGB: (168,193,209)

Color info

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

RGB color model

#A8C1D1 color RGB value is (168,193,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 193 of 255 = 76%
B 209 of 255 = 82%

168
193
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 193 + 209 = 570 (100%)
R 168 of 570 ~ 29.47%
G 193 of 570 ~ 33.86%
B 209 of 570 ~ 36.67%

%29.47
%33.86
%36.67

CMYK color model

#A8C1D1 color CMYK value is (20,8,0,18).

  • cyan value is 19.62%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (20,8,0,18) C20M8Y0K18 (20%,8%,0%,18%) (0.20/0.08/0.00/0.18)

CMYK percentages

%19.62
%7.66
%0
%18.04

Codes

Color #A8C1D1 in popluar color models

A8C1D1
RGB168193209
HSL203°30.83%73.92%
HSB/HSV203°19.62%81.96%
CMYK19.62%7.66%0.00%
18.04%

Color #A8C1D1 in popluar number systems.

HEXA8C1D1
Decimal168193209
Binary101010001100000111010001
Octal250301321

Shades and tints

Shades of #A8C1D1

#A8C1D1
(168,193,209)
#99B0BE
(153,176,190)
#8A9FAB
(138,159,171)
#7B8E98
(123,142,152)
#6C7D85
(108,125,133)
#5D6C72
(93,108,114)
#4E5B5F
(78,91,95)
#3F4A4C
(63,74,76)
#303939
(48,57,57)
#212826
(33,40,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #A8C1D1

#A8C1D1
(168,193,209)
#AFC6D5
(175,198,213)
#B6CBD9
(182,203,217)
#BDD0DD
(189,208,221)
#C4D5E1
(196,213,225)
#CBDAE5
(203,218,229)
#D2DFE9
(210,223,233)
#D9E4ED
(217,228,237)
#E0E9F1
(224,233,241)
#E7EEF5
(231,238,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C1D1; }

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

This text font color is #A8C1D1.


Background Color

.myBgColor { background-color: #A8C1D1; }

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

This div background color is #A8C1D1.


Border color

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

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

This div border color is #A8C1D1.


Opacity

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

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

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

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

This text has shadow with #A8C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8C1D1 on black background.


Color preview on white background

This text has color #A8C1D1 on white background.



Black color preview on #A8C1D1 background

This text has black color on #A8C1D1 background.


White color preview on #A8C1D1 background

This text has white color on #A8C1D1 background.