COLOR #A9F0C8

HEX: #A9F0C8
RGB: (169,240,200)

Color info

#A9F0C8 contains mainly green and blue colors. Web safe color of #A9F0C8 is #99FFCC (or #9FC).

RGB color model

#A9F0C8 color RGB value is (169,240,200).

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

RGB channels and saturation

R 169 of 255 = 66%
G 240 of 255 = 94%
B 200 of 255 = 78%

169
240
200

R + G + B ~ 79%. #A9F0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 240 + 200 = 609 (100%)
R 169 of 609 ~ 27.75%
G 240 of 609 ~ 39.41%
B 200 of 609 ~ 32.84%

%27.75
%39.41
%32.84

CMYK color model

#A9F0C8 color CMYK value is (30,0,17,6).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 5.88%
CMYK:
(30,0,17,6)
C30M0Y17K6 
(30%,0%,17%,6%)
(0.30/0.00/0.17/0.06)	

CMYK percentages

%29.58
%0
%16.67
%5.88

Codes

Color #A9F0C8 in popluar color models

A9F0C8
RGB169240200
HSL146°70.30%80.20%
HSB/HSV146°29.58%94.12%
CMYK29.58%0.00%16.67%
5.88%

Color #A9F0C8 in popluar number systems.

HEXA9F0C8
Decimal169240200
Binary101010011111000011001000
Octal251360310

Shades and tints

Shades of #A9F0C8

#A9F0C8
(169,240,200)
#9ADBB6
(154,219,182)
#8BC6A4
(139,198,164)
#7CB192
(124,177,146)
#6D9C80
(109,156,128)
#5E876E
(94,135,110)
#4F725C
(79,114,92)
#405D4A
(64,93,74)
#314838
(49,72,56)
#223326
(34,51,38)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #A9F0C8

#A9F0C8
(169,240,200)
#B0F1CD
(176,241,205)
#B7F2D2
(183,242,210)
#BEF3D7
(190,243,215)
#C5F4DC
(197,244,220)
#CCF5E1
(204,245,225)
#D3F6E6
(211,246,230)
#DAF7EB
(218,247,235)
#E1F8F0
(225,248,240)
#E8F9F5
(232,249,245)
#EFFAFA
(239,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F0C8; }

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

This text font color is #A9F0C8.


Background Color

.myBgColor { background-color: #A9F0C8; }

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

This div background color is #A9F0C8.


Border color

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

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

This div border color is #A9F0C8.


Opacity

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

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

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

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

This text has shadow with #A9F0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F0C8 on black background.


Color preview on white background

This text has color #A9F0C8 on white background.



Black color preview on #A9F0C8 background

This text has black color on #A9F0C8 background.


White color preview on #A9F0C8 background

This text has white color on #A9F0C8 background.