COLOR #A9C8C2

HEX: #A9C8C2
RGB: (169,200,194)

Color info

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

RGB color model

#A9C8C2 color RGB value is (169,200,194).

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

RGB channels and saturation

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

169
200
194

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

Portions of RGB colors in percentages

R + G + B =
169 + 200 + 194 = 563 (100%)
R 169 of 563 ~ 30.02%
G 200 of 563 ~ 35.52%
B 194 of 563 ~ 34.46%

%30.02
%35.52
%34.46

CMYK color model

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

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

CMYK percentages

%15.5
%0
%3
%21.57

Codes

Color #A9C8C2 in popluar color models

A9C8C2
RGB169200194
HSL168°21.99%72.35%
HSB/HSV168°15.50%78.43%
CMYK15.50%0.00%3.00%
21.57%

Color #A9C8C2 in popluar number systems.

HEXA9C8C2
Decimal169200194
Binary101010011100100011000010
Octal251310302

Shades and tints

Shades of #A9C8C2

#A9C8C2
(169,200,194)
#9AB6B1
(154,182,177)
#8BA4A0
(139,164,160)
#7C928F
(124,146,143)
#6D807E
(109,128,126)
#5E6E6D
(94,110,109)
#4F5C5C
(79,92,92)
#404A4B
(64,74,75)
#31383A
(49,56,58)
#222629
(34,38,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A9C8C2

#A9C8C2
(169,200,194)
#B0CDC7
(176,205,199)
#B7D2CC
(183,210,204)
#BED7D1
(190,215,209)
#C5DCD6
(197,220,214)
#CCE1DB
(204,225,219)
#D3E6E0
(211,230,224)
#DAEBE5
(218,235,229)
#E1F0EA
(225,240,234)
#E8F5EF
(232,245,239)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C8C2; }

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

This text font color is #A9C8C2.


Background Color

.myBgColor { background-color: #A9C8C2; }

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

This div background color is #A9C8C2.


Border color

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

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

This div border color is #A9C8C2.


Opacity

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

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

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

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

This text has shadow with #A9C8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C8C2 on black background.


Color preview on white background

This text has color #A9C8C2 on white background.



Black color preview on #A9C8C2 background

This text has black color on #A9C8C2 background.


White color preview on #A9C8C2 background

This text has white color on #A9C8C2 background.