COLOR #A8CCC6

HEX: #A8CCC6
RGB: (168,204,198)

Color info

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

RGB color model

#A8CCC6 color RGB value is (168,204,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 198 of 255 = 78%

168
204
198

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

Portions of RGB colors in percentages

R + G + B =
168 + 204 + 198 = 570 (100%)
R 168 of 570 ~ 29.47%
G 204 of 570 ~ 35.79%
B 198 of 570 ~ 34.74%

%29.47
%35.79
%34.74

CMYK color model

#A8CCC6 color CMYK value is (18,0,3,20).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(18,0,3,20)
C18M0Y3K20 
(18%,0%,3%,20%)
(0.18/0.00/0.03/0.20)	

CMYK percentages

%17.65
%0
%2.94
%20

Codes

Color #A8CCC6 in popluar color models

A8CCC6
RGB168204198
HSL170°26.09%72.94%
HSB/HSV170°17.65%80.00%
CMYK17.65%0.00%2.94%
20.00%

Color #A8CCC6 in popluar number systems.

HEXA8CCC6
Decimal168204198
Binary101010001100110011000110
Octal250314306

Shades and tints

Shades of #A8CCC6

#A8CCC6
(168,204,198)
#99BAB4
(153,186,180)
#8AA8A2
(138,168,162)
#7B9690
(123,150,144)
#6C847E
(108,132,126)
#5D726C
(93,114,108)
#4E605A
(78,96,90)
#3F4E48
(63,78,72)
#303C36
(48,60,54)
#212A24
(33,42,36)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #A8CCC6

#A8CCC6
(168,204,198)
#AFD0CB
(175,208,203)
#B6D4D0
(182,212,208)
#BDD8D5
(189,216,213)
#C4DCDA
(196,220,218)
#CBE0DF
(203,224,223)
#D2E4E4
(210,228,228)
#D9E8E9
(217,232,233)
#E0ECEE
(224,236,238)
#E7F0F3
(231,240,243)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CCC6; }

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

This text font color is #A8CCC6.


Background Color

.myBgColor { background-color: #A8CCC6; }

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

This div background color is #A8CCC6.


Border color

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

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

This div border color is #A8CCC6.


Opacity

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

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

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

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

This text has shadow with #A8CCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CCC6 on black background.


Color preview on white background

This text has color #A8CCC6 on white background.



Black color preview on #A8CCC6 background

This text has black color on #A8CCC6 background.


White color preview on #A8CCC6 background

This text has white color on #A8CCC6 background.