COLOR #A8C6C0

HEX: #A8C6C0
RGB: (168,198,192)

Color info

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

RGB color model

#A8C6C0 color RGB value is (168,198,192).

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

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 192 of 255 = 75%

168
198
192

R + G + B ~ 73%. #A8C6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 192 = 558 (100%)
R 168 of 558 ~ 30.11%
G 198 of 558 ~ 35.48%
B 192 of 558 ~ 34.41%

%30.11
%35.48
%34.41

CMYK color model

#A8C6C0 color CMYK value is (15,0,3,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(15,0,3,22)
C15M0Y3K22 
(15%,0%,3%,22%)
(0.15/0.00/0.03/0.22)	

CMYK percentages

%15.15
%0
%3.03
%22.35

Codes

Color #A8C6C0 in popluar color models

A8C6C0
RGB168198192
HSL168°20.83%71.76%
HSB/HSV168°15.15%77.65%
CMYK15.15%0.00%3.03%
22.35%

Color #A8C6C0 in popluar number systems.

HEXA8C6C0
Decimal168198192
Binary101010001100011011000000
Octal250306300

Shades and tints

Shades of #A8C6C0

#A8C6C0
(168,198,192)
#99B4AF
(153,180,175)
#8AA29E
(138,162,158)
#7B908D
(123,144,141)
#6C7E7C
(108,126,124)
#5D6C6B
(93,108,107)
#4E5A5A
(78,90,90)
#3F4849
(63,72,73)
#303638
(48,54,56)
#212427
(33,36,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A8C6C0

#A8C6C0
(168,198,192)
#AFCBC5
(175,203,197)
#B6D0CA
(182,208,202)
#BDD5CF
(189,213,207)
#C4DAD4
(196,218,212)
#CBDFD9
(203,223,217)
#D2E4DE
(210,228,222)
#D9E9E3
(217,233,227)
#E0EEE8
(224,238,232)
#E7F3ED
(231,243,237)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C6C0; }

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

This text font color is #A8C6C0.


Background Color

.myBgColor { background-color: #A8C6C0; }

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

This div background color is #A8C6C0.


Border color

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

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

This div border color is #A8C6C0.


Opacity

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

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

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

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

This text has shadow with #A8C6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6C0 on black background.


Color preview on white background

This text has color #A8C6C0 on white background.



Black color preview on #A8C6C0 background

This text has black color on #A8C6C0 background.


White color preview on #A8C6C0 background

This text has white color on #A8C6C0 background.