COLOR #A8C6D7

HEX: #A8C6D7
RGB: (168,198,215)

Color info

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

RGB color model

#A8C6D7 color RGB value is (168,198,215).

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

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 215 of 255 = 84%

168
198
215

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 215 = 581 (100%)
R 168 of 581 ~ 28.92%
G 198 of 581 ~ 34.08%
B 215 of 581 ~ 37.01%

%28.92
%34.08
%37.01

CMYK color model

#A8C6D7 color CMYK value is (22,8,0,16).

  • cyan value is 21.86%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(22,8,0,16)
C22M8Y0K16 
(22%,8%,0%,16%)
(0.22/0.08/0.00/0.16)	

CMYK percentages

%21.86
%7.91
%0
%15.69

Codes

Color #A8C6D7 in popluar color models

A8C6D7
RGB168198215
HSL202°37.01%75.10%
HSB/HSV202°21.86%84.31%
CMYK21.86%7.91%0.00%
15.69%

Color #A8C6D7 in popluar number systems.

HEXA8C6D7
Decimal168198215
Binary101010001100011011010111
Octal250306327

Shades and tints

Shades of #A8C6D7

#A8C6D7
(168,198,215)
#99B4C4
(153,180,196)
#8AA2B1
(138,162,177)
#7B909E
(123,144,158)
#6C7E8B
(108,126,139)
#5D6C78
(93,108,120)
#4E5A65
(78,90,101)
#3F4852
(63,72,82)
#30363F
(48,54,63)
#21242C
(33,36,44)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #A8C6D7

#A8C6D7
(168,198,215)
#AFCBDA
(175,203,218)
#B6D0DD
(182,208,221)
#BDD5E0
(189,213,224)
#C4DAE3
(196,218,227)
#CBDFE6
(203,223,230)
#D2E4E9
(210,228,233)
#D9E9EC
(217,233,236)
#E0EEEF
(224,238,239)
#E7F3F2
(231,243,242)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C6D7; }

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

This text font color is #A8C6D7.


Background Color

.myBgColor { background-color: #A8C6D7; }

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

This div background color is #A8C6D7.


Border color

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

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

This div border color is #A8C6D7.


Opacity

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

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

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

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

This text has shadow with #A8C6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6D7 on black background.


Color preview on white background

This text has color #A8C6D7 on white background.



Black color preview on #A8C6D7 background

This text has black color on #A8C6D7 background.


White color preview on #A8C6D7 background

This text has white color on #A8C6D7 background.