COLOR #A8C6D3

HEX: #A8C6D3
RGB: (168,198,211)

Color info

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

RGB color model

#A8C6D3 color RGB value is (168,198,211).

  • red value is 168;
  • green value is 198;
  • blue value is 211.
RGB:
(168,198,211)
(66%,78%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 211 of 255 = 83%

168
198
211

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 211 = 577 (100%)
R 168 of 577 ~ 29.12%
G 198 of 577 ~ 34.32%
B 211 of 577 ~ 36.57%

%29.12
%34.32
%36.57

CMYK color model

#A8C6D3 color CMYK value is (20,6,0,17).

  • cyan value is 20.38%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(20,6,0,17)
C20M6Y0K17 
(20%,6%,0%,17%)
(0.20/0.06/0.00/0.17)	

CMYK percentages

%20.38
%6.16
%0
%17.25

Codes

Color #A8C6D3 in popluar color models

A8C6D3
RGB168198211
HSL198°32.82%74.31%
HSB/HSV198°20.38%82.75%
CMYK20.38%6.16%0.00%
17.25%

Color #A8C6D3 in popluar number systems.

HEXA8C6D3
Decimal168198211
Binary101010001100011011010011
Octal250306323

Shades and tints

Shades of #A8C6D3

#A8C6D3
(168,198,211)
#99B4C0
(153,180,192)
#8AA2AD
(138,162,173)
#7B909A
(123,144,154)
#6C7E87
(108,126,135)
#5D6C74
(93,108,116)
#4E5A61
(78,90,97)
#3F484E
(63,72,78)
#30363B
(48,54,59)
#212428
(33,36,40)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A8C6D3

#A8C6D3
(168,198,211)
#AFCBD7
(175,203,215)
#B6D0DB
(182,208,219)
#BDD5DF
(189,213,223)
#C4DAE3
(196,218,227)
#CBDFE7
(203,223,231)
#D2E4EB
(210,228,235)
#D9E9EF
(217,233,239)
#E0EEF3
(224,238,243)
#E7F3F7
(231,243,247)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C6D3 color. Also use rgb(168,198,211) instead hex code.

Text Font Color

.myTextColor { color: #A8C6D3; }

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

This text font color is #A8C6D3.


Background Color

.myBgColor { background-color: #A8C6D3; }

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

This div background color is #A8C6D3.


Border color

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

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

This div border color is #A8C6D3.


Opacity

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

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

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

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

This text has shadow with #A8C6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6D3 on black background.


Color preview on white background

This text has color #A8C6D3 on white background.



Black color preview on #A8C6D3 background

This text has black color on #A8C6D3 background.


White color preview on #A8C6D3 background

This text has white color on #A8C6D3 background.