COLOR #A9CFAC

HEX: #A9CFAC
RGB: (169,207,172)

Color info

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

RGB color model

#A9CFAC color RGB value is (169,207,172).

  • red value is 169;
  • green value is 207;
  • blue value is 172.
RGB:
(169,207,172)
(66%,81%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 172 of 255 = 67%

169
207
172

R + G + B ~ 71%. #A9CFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 172 = 548 (100%)
R 169 of 548 ~ 30.84%
G 207 of 548 ~ 37.77%
B 172 of 548 ~ 31.39%

%30.84
%37.77
%31.39

CMYK color model

#A9CFAC color CMYK value is (18,0,17,19).

  • cyan value is 18.36%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 18.82%
CMYK:
(18,0,17,19)
C18M0Y17K19 
(18%,0%,17%,19%)
(0.18/0.00/0.17/0.19)	

CMYK percentages

%18.36
%0
%16.91
%18.82

Codes

Color #A9CFAC in popluar color models

A9CFAC
RGB169207172
HSL125°28.36%73.73%
HSB/HSV125°18.36%81.18%
CMYK18.36%0.00%16.91%
18.82%

Color #A9CFAC in popluar number systems.

HEXA9CFAC
Decimal169207172
Binary101010011100111110101100
Octal251317254

Shades and tints

Shades of #A9CFAC

#A9CFAC
(169,207,172)
#9ABD9D
(154,189,157)
#8BAB8E
(139,171,142)
#7C997F
(124,153,127)
#6D8770
(109,135,112)
#5E7561
(94,117,97)
#4F6352
(79,99,82)
#405143
(64,81,67)
#313F34
(49,63,52)
#222D25
(34,45,37)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9CFAC

#A9CFAC
(169,207,172)
#B0D3B3
(176,211,179)
#B7D7BA
(183,215,186)
#BEDBC1
(190,219,193)
#C5DFC8
(197,223,200)
#CCE3CF
(204,227,207)
#D3E7D6
(211,231,214)
#DAEBDD
(218,235,221)
#E1EFE4
(225,239,228)
#E8F3EB
(232,243,235)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CFAC color. Also use rgb(169,207,172) instead hex code.

Text Font Color

.myTextColor { color: #A9CFAC; }

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

This text font color is #A9CFAC.


Background Color

.myBgColor { background-color: #A9CFAC; }

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

This div background color is #A9CFAC.


Border color

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

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

This div border color is #A9CFAC.


Opacity

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

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

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

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

This text has shadow with #A9CFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFAC on black background.


Color preview on white background

This text has color #A9CFAC on white background.



Black color preview on #A9CFAC background

This text has black color on #A9CFAC background.


White color preview on #A9CFAC background

This text has white color on #A9CFAC background.