COLOR #A9CFB9

HEX: #A9CFB9
RGB: (169,207,185)

Color info

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

RGB color model

#A9CFB9 color RGB value is (169,207,185).

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

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 185 of 255 = 73%

169
207
185

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

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 185 = 561 (100%)
R 169 of 561 ~ 30.12%
G 207 of 561 ~ 36.9%
B 185 of 561 ~ 32.98%

%30.12
%36.9
%32.98

CMYK color model

#A9CFB9 color CMYK value is (18,0,11,19).

  • cyan value is 18.36%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 18.82%
CMYK:
(18,0,11,19)
C18M0Y11K19 
(18%,0%,11%,19%)
(0.18/0.00/0.11/0.19)	

CMYK percentages

%18.36
%0
%10.63
%18.82

Codes

Color #A9CFB9 in popluar color models

A9CFB9
RGB169207185
HSL145°28.36%73.73%
HSB/HSV145°18.36%81.18%
CMYK18.36%0.00%10.63%
18.82%

Color #A9CFB9 in popluar number systems.

HEXA9CFB9
Decimal169207185
Binary101010011100111110111001
Octal251317271

Shades and tints

Shades of #A9CFB9

#A9CFB9
(169,207,185)
#9ABDA9
(154,189,169)
#8BAB99
(139,171,153)
#7C9989
(124,153,137)
#6D8779
(109,135,121)
#5E7569
(94,117,105)
#4F6359
(79,99,89)
#405149
(64,81,73)
#313F39
(49,63,57)
#222D29
(34,45,41)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9CFB9

#A9CFB9
(169,207,185)
#B0D3BF
(176,211,191)
#B7D7C5
(183,215,197)
#BEDBCB
(190,219,203)
#C5DFD1
(197,223,209)
#CCE3D7
(204,227,215)
#D3E7DD
(211,231,221)
#DAEBE3
(218,235,227)
#E1EFE9
(225,239,233)
#E8F3EF
(232,243,239)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFB9; }

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

This text font color is #A9CFB9.


Background Color

.myBgColor { background-color: #A9CFB9; }

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

This div background color is #A9CFB9.


Border color

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

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

This div border color is #A9CFB9.


Opacity

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

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

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

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

This text has shadow with #A9CFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFB9 on black background.


Color preview on white background

This text has color #A9CFB9 on white background.



Black color preview on #A9CFB9 background

This text has black color on #A9CFB9 background.


White color preview on #A9CFB9 background

This text has white color on #A9CFB9 background.