COLOR #A9EFC0

HEX: #A9EFC0
RGB: (169,239,192)

Color info

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

RGB color model

#A9EFC0 color RGB value is (169,239,192).

  • red value is 169;
  • green value is 239;
  • blue value is 192.
RGB:
(169,239,192)
(66%,94%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 192 of 255 = 75%

169
239
192

R + G + B ~ 78%. #A9EFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 192 = 600 (100%)
R 169 of 600 ~ 28.17%
G 239 of 600 ~ 39.83%
B 192 of 600 ~ 32%

%28.17
%39.83
%32

CMYK color model

#A9EFC0 color CMYK value is (29,0,20,6).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(29,0,20,6)
C29M0Y20K6 
(29%,0%,20%,6%)
(0.29/0.00/0.20/0.06)	

CMYK percentages

%29.29
%0
%19.67
%6.27

Codes

Color #A9EFC0 in popluar color models

A9EFC0
RGB169239192
HSL140°68.63%80.00%
HSB/HSV140°29.29%93.73%
CMYK29.29%0.00%19.67%
6.27%

Color #A9EFC0 in popluar number systems.

HEXA9EFC0
Decimal169239192
Binary101010011110111111000000
Octal251357300

Shades and tints

Shades of #A9EFC0

#A9EFC0
(169,239,192)
#9ADAAF
(154,218,175)
#8BC59E
(139,197,158)
#7CB08D
(124,176,141)
#6D9B7C
(109,155,124)
#5E866B
(94,134,107)
#4F715A
(79,113,90)
#405C49
(64,92,73)
#314738
(49,71,56)
#223227
(34,50,39)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #A9EFC0

#A9EFC0
(169,239,192)
#B0F0C5
(176,240,197)
#B7F1CA
(183,241,202)
#BEF2CF
(190,242,207)
#C5F3D4
(197,243,212)
#CCF4D9
(204,244,217)
#D3F5DE
(211,245,222)
#DAF6E3
(218,246,227)
#E1F7E8
(225,247,232)
#E8F8ED
(232,248,237)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EFC0 color. Also use rgb(169,239,192) instead hex code.

Text Font Color

.myTextColor { color: #A9EFC0; }

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

This text font color is #A9EFC0.


Background Color

.myBgColor { background-color: #A9EFC0; }

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

This div background color is #A9EFC0.


Border color

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

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

This div border color is #A9EFC0.


Opacity

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

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

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

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

This text has shadow with #A9EFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EFC0 on black background.


Color preview on white background

This text has color #A9EFC0 on white background.



Black color preview on #A9EFC0 background

This text has black color on #A9EFC0 background.


White color preview on #A9EFC0 background

This text has white color on #A9EFC0 background.