COLOR #A8C8C6

HEX: #A8C8C6
RGB: (168,200,198)

Color info

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

RGB color model

#A8C8C6 color RGB value is (168,200,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 198 of 255 = 78%

168
200
198

R + G + B ~ 74%. #A8C8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 200 + 198 = 566 (100%)
R 168 of 566 ~ 29.68%
G 200 of 566 ~ 35.34%
B 198 of 566 ~ 34.98%

%29.68
%35.34
%34.98

CMYK color model

#A8C8C6 color CMYK value is (16,0,1,22).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(16,0,1,22)
C16M0Y1K22 
(16%,0%,1%,22%)
(0.16/0.00/0.01/0.22)	

CMYK percentages

%16
%0
%1
%21.57

Codes

Color #A8C8C6 in popluar color models

A8C8C6
RGB168200198
HSL176°22.54%72.16%
HSB/HSV176°16.00%78.43%
CMYK16.00%0.00%1.00%
21.57%

Color #A8C8C6 in popluar number systems.

HEXA8C8C6
Decimal168200198
Binary101010001100100011000110
Octal250310306

Shades and tints

Shades of #A8C8C6

#A8C8C6
(168,200,198)
#99B6B4
(153,182,180)
#8AA4A2
(138,164,162)
#7B9290
(123,146,144)
#6C807E
(108,128,126)
#5D6E6C
(93,110,108)
#4E5C5A
(78,92,90)
#3F4A48
(63,74,72)
#303836
(48,56,54)
#212624
(33,38,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8C8C6

#A8C8C6
(168,200,198)
#AFCDCB
(175,205,203)
#B6D2D0
(182,210,208)
#BDD7D5
(189,215,213)
#C4DCDA
(196,220,218)
#CBE1DF
(203,225,223)
#D2E6E4
(210,230,228)
#D9EBE9
(217,235,233)
#E0F0EE
(224,240,238)
#E7F5F3
(231,245,243)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C8C6; }

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

This text font color is #A8C8C6.


Background Color

.myBgColor { background-color: #A8C8C6; }

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

This div background color is #A8C8C6.


Border color

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

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

This div border color is #A8C8C6.


Opacity

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

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

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

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

This text has shadow with #A8C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C8C6 on black background.


Color preview on white background

This text has color #A8C8C6 on white background.



Black color preview on #A8C8C6 background

This text has black color on #A8C8C6 background.


White color preview on #A8C8C6 background

This text has white color on #A8C8C6 background.