COLOR #A8C2C8

HEX: #A8C2C8
RGB: (168,194,200)

Color info

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

RGB color model

#A8C2C8 color RGB value is (168,194,200).

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

RGB channels and saturation

R 168 of 255 = 66%
G 194 of 255 = 76%
B 200 of 255 = 78%

168
194
200

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

Portions of RGB colors in percentages

R + G + B =
168 + 194 + 200 = 562 (100%)
R 168 of 562 ~ 29.89%
G 194 of 562 ~ 34.52%
B 200 of 562 ~ 35.59%

%29.89
%34.52
%35.59

CMYK color model

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

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

CMYK percentages

%16
%3
%0
%21.57

Codes

Color #A8C2C8 in popluar color models

A8C2C8
RGB168194200
HSL191°22.54%72.16%
HSB/HSV191°16.00%78.43%
CMYK16.00%3.00%0.00%
21.57%

Color #A8C2C8 in popluar number systems.

HEXA8C2C8
Decimal168194200
Binary101010001100001011001000
Octal250302310

Shades and tints

Shades of #A8C2C8

#A8C2C8
(168,194,200)
#99B1B6
(153,177,182)
#8AA0A4
(138,160,164)
#7B8F92
(123,143,146)
#6C7E80
(108,126,128)
#5D6D6E
(93,109,110)
#4E5C5C
(78,92,92)
#3F4B4A
(63,75,74)
#303A38
(48,58,56)
#212926
(33,41,38)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #A8C2C8

#A8C2C8
(168,194,200)
#AFC7CD
(175,199,205)
#B6CCD2
(182,204,210)
#BDD1D7
(189,209,215)
#C4D6DC
(196,214,220)
#CBDBE1
(203,219,225)
#D2E0E6
(210,224,230)
#D9E5EB
(217,229,235)
#E0EAF0
(224,234,240)
#E7EFF5
(231,239,245)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C2C8; }

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

This text font color is #A8C2C8.


Background Color

.myBgColor { background-color: #A8C2C8; }

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

This div background color is #A8C2C8.


Border color

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

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

This div border color is #A8C2C8.


Opacity

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

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

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

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

This text has shadow with #A8C2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C2C8 on black background.


Color preview on white background

This text has color #A8C2C8 on white background.



Black color preview on #A8C2C8 background

This text has black color on #A8C2C8 background.


White color preview on #A8C2C8 background

This text has white color on #A8C2C8 background.