COLOR #A8C6C7

HEX: #A8C6C7
RGB: (168,198,199)

Color info

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

RGB color model

#A8C6C7 color RGB value is (168,198,199).

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

RGB channels and saturation

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

168
198
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 199 = 565 (100%)
R 168 of 565 ~ 29.73%
G 198 of 565 ~ 35.04%
B 199 of 565 ~ 35.22%

%29.73
%35.04
%35.22

CMYK color model

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

  • cyan value is 15.58%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,1,0,22)
C16M1Y0K22 
(16%,1%,0%,22%)
(0.16/0.01/0.00/0.22)	

CMYK percentages

%15.58
%0.5
%0
%21.96

Codes

Color #A8C6C7 in popluar color models

A8C6C7
RGB168198199
HSL182°21.68%71.96%
HSB/HSV182°15.58%78.04%
CMYK15.58%0.50%0.00%
21.96%

Color #A8C6C7 in popluar number systems.

HEXA8C6C7
Decimal168198199
Binary101010001100011011000111
Octal250306307

Shades and tints

Shades of #A8C6C7

#A8C6C7
(168,198,199)
#99B4B5
(153,180,181)
#8AA2A3
(138,162,163)
#7B9091
(123,144,145)
#6C7E7F
(108,126,127)
#5D6C6D
(93,108,109)
#4E5A5B
(78,90,91)
#3F4849
(63,72,73)
#303637
(48,54,55)
#212425
(33,36,37)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8C6C7

#A8C6C7
(168,198,199)
#AFCBCC
(175,203,204)
#B6D0D1
(182,208,209)
#BDD5D6
(189,213,214)
#C4DADB
(196,218,219)
#CBDFE0
(203,223,224)
#D2E4E5
(210,228,229)
#D9E9EA
(217,233,234)
#E0EEEF
(224,238,239)
#E7F3F4
(231,243,244)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C6C7; }

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

This text font color is #A8C6C7.


Background Color

.myBgColor { background-color: #A8C6C7; }

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

This div background color is #A8C6C7.


Border color

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

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

This div border color is #A8C6C7.


Opacity

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

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

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

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

This text has shadow with #A8C6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C6C7 on black background.


Color preview on white background

This text has color #A8C6C7 on white background.



Black color preview on #A8C6C7 background

This text has black color on #A8C6C7 background.


White color preview on #A8C6C7 background

This text has white color on #A8C6C7 background.