COLOR #A8C8CD

HEX: #A8C8CD
RGB: (168,200,205)

Color info

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

RGB color model

#A8C8CD color RGB value is (168,200,205).

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

RGB channels and saturation

R 168 of 255 = 66%
G 200 of 255 = 78%
B 205 of 255 = 80%

168
200
205

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

Portions of RGB colors in percentages

R + G + B =
168 + 200 + 205 = 573 (100%)
R 168 of 573 ~ 29.32%
G 200 of 573 ~ 34.9%
B 205 of 573 ~ 35.78%

%29.32
%34.9
%35.78

CMYK color model

#A8C8CD color CMYK value is (18,2,0,20).

  • cyan value is 18.05%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,2,0,20)
C18M2Y0K20 
(18%,2%,0%,20%)
(0.18/0.02/0.00/0.20)	

CMYK percentages

%18.05
%2.44
%0
%19.61

Codes

Color #A8C8CD in popluar color models

A8C8CD
RGB168200205
HSL188°27.01%73.14%
HSB/HSV188°18.05%80.39%
CMYK18.05%2.44%0.00%
19.61%

Color #A8C8CD in popluar number systems.

HEXA8C8CD
Decimal168200205
Binary101010001100100011001101
Octal250310315

Shades and tints

Shades of #A8C8CD

#A8C8CD
(168,200,205)
#99B6BB
(153,182,187)
#8AA4A9
(138,164,169)
#7B9297
(123,146,151)
#6C8085
(108,128,133)
#5D6E73
(93,110,115)
#4E5C61
(78,92,97)
#3F4A4F
(63,74,79)
#30383D
(48,56,61)
#21262B
(33,38,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #A8C8CD

#A8C8CD
(168,200,205)
#AFCDD1
(175,205,209)
#B6D2D5
(182,210,213)
#BDD7D9
(189,215,217)
#C4DCDD
(196,220,221)
#CBE1E1
(203,225,225)
#D2E6E5
(210,230,229)
#D9EBE9
(217,235,233)
#E0F0ED
(224,240,237)
#E7F5F1
(231,245,241)
#EEFAF5
(238,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C8CD; }

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

This text font color is #A8C8CD.


Background Color

.myBgColor { background-color: #A8C8CD; }

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

This div background color is #A8C8CD.


Border color

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

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

This div border color is #A8C8CD.


Opacity

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

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

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

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

This text has shadow with #A8C8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C8CD on black background.


Color preview on white background

This text has color #A8C8CD on white background.



Black color preview on #A8C8CD background

This text has black color on #A8C8CD background.


White color preview on #A8C8CD background

This text has white color on #A8C8CD background.