COLOR #A8C1C7

HEX: #A8C1C7
RGB: (168,193,199)

Color info

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

RGB color model

#A8C1C7 color RGB value is (168,193,199).

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

RGB channels and saturation

R 168 of 255 = 66%
G 193 of 255 = 76%
B 199 of 255 = 78%

168
193
199

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

Portions of RGB colors in percentages

R + G + B =
168 + 193 + 199 = 560 (100%)
R 168 of 560 ~ 30%
G 193 of 560 ~ 34.46%
B 199 of 560 ~ 35.54%

%30
%34.46
%35.54

CMYK color model

#A8C1C7 color CMYK value is (16,3,0,22).

  • cyan value is 15.58%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(16,3,0,22)
C16M3Y0K22 
(16%,3%,0%,22%)
(0.16/0.03/0.00/0.22)	

CMYK percentages

%15.58
%3.02
%0
%21.96

Codes

Color #A8C1C7 in popluar color models

A8C1C7
RGB168193199
HSL192°21.68%71.96%
HSB/HSV192°15.58%78.04%
CMYK15.58%3.02%0.00%
21.96%

Color #A8C1C7 in popluar number systems.

HEXA8C1C7
Decimal168193199
Binary101010001100000111000111
Octal250301307

Shades and tints

Shades of #A8C1C7

#A8C1C7
(168,193,199)
#99B0B5
(153,176,181)
#8A9FA3
(138,159,163)
#7B8E91
(123,142,145)
#6C7D7F
(108,125,127)
#5D6C6D
(93,108,109)
#4E5B5B
(78,91,91)
#3F4A49
(63,74,73)
#303937
(48,57,55)
#212825
(33,40,37)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #A8C1C7

#A8C1C7
(168,193,199)
#AFC6CC
(175,198,204)
#B6CBD1
(182,203,209)
#BDD0D6
(189,208,214)
#C4D5DB
(196,213,219)
#CBDAE0
(203,218,224)
#D2DFE5
(210,223,229)
#D9E4EA
(217,228,234)
#E0E9EF
(224,233,239)
#E7EEF4
(231,238,244)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C1C7; }

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

This text font color is #A8C1C7.


Background Color

.myBgColor { background-color: #A8C1C7; }

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

This div background color is #A8C1C7.


Border color

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

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

This div border color is #A8C1C7.


Opacity

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

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

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

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

This text has shadow with #A8C1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C1C7 on black background.


Color preview on white background

This text has color #A8C1C7 on white background.



Black color preview on #A8C1C7 background

This text has black color on #A8C1C7 background.


White color preview on #A8C1C7 background

This text has white color on #A8C1C7 background.