COLOR #A9CFB6

HEX: #A9CFB6
RGB: (169,207,182)

Color info

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

RGB color model

#A9CFB6 color RGB value is (169,207,182).

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

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 182 of 255 = 71%

169
207
182

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

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 182 = 558 (100%)
R 169 of 558 ~ 30.29%
G 207 of 558 ~ 37.1%
B 182 of 558 ~ 32.62%

%30.29
%37.1
%32.62

CMYK color model

#A9CFB6 color CMYK value is (18,0,12,19).

  • cyan value is 18.36%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(18,0,12,19)
C18M0Y12K19 
(18%,0%,12%,19%)
(0.18/0.00/0.12/0.19)	

CMYK percentages

%18.36
%0
%12.08
%18.82

Codes

Color #A9CFB6 in popluar color models

A9CFB6
RGB169207182
HSL141°28.36%73.73%
HSB/HSV141°18.36%81.18%
CMYK18.36%0.00%12.08%
18.82%

Color #A9CFB6 in popluar number systems.

HEXA9CFB6
Decimal169207182
Binary101010011100111110110110
Octal251317266

Shades and tints

Shades of #A9CFB6

#A9CFB6
(169,207,182)
#9ABDA6
(154,189,166)
#8BAB96
(139,171,150)
#7C9986
(124,153,134)
#6D8776
(109,135,118)
#5E7566
(94,117,102)
#4F6356
(79,99,86)
#405146
(64,81,70)
#313F36
(49,63,54)
#222D26
(34,45,38)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #A9CFB6

#A9CFB6
(169,207,182)
#B0D3BC
(176,211,188)
#B7D7C2
(183,215,194)
#BEDBC8
(190,219,200)
#C5DFCE
(197,223,206)
#CCE3D4
(204,227,212)
#D3E7DA
(211,231,218)
#DAEBE0
(218,235,224)
#E1EFE6
(225,239,230)
#E8F3EC
(232,243,236)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFB6; }

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

This text font color is #A9CFB6.


Background Color

.myBgColor { background-color: #A9CFB6; }

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

This div background color is #A9CFB6.


Border color

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

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

This div border color is #A9CFB6.


Opacity

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

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

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

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

This text has shadow with #A9CFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFB6 on black background.


Color preview on white background

This text has color #A9CFB6 on white background.



Black color preview on #A9CFB6 background

This text has black color on #A9CFB6 background.


White color preview on #A9CFB6 background

This text has white color on #A9CFB6 background.