COLOR #A9EFC7

HEX: #A9EFC7
RGB: (169,239,199)

Color info

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

RGB color model

#A9EFC7 color RGB value is (169,239,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 199 of 255 = 78%

169
239
199

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

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 199 = 607 (100%)
R 169 of 607 ~ 27.84%
G 239 of 607 ~ 39.37%
B 199 of 607 ~ 32.78%

%27.84
%39.37
%32.78

CMYK color model

#A9EFC7 color CMYK value is (29,0,17,6).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 6.27%
CMYK: (29,0,17,6) C29M0Y17K6 (29%,0%,17%,6%) (0.29/0.00/0.17/0.06)

CMYK percentages

%29.29
%0
%16.74
%6.27

Codes

Color #A9EFC7 in popluar color models

A9EFC7
RGB169239199
HSL146°68.63%80.00%
HSB/HSV146°29.29%93.73%
CMYK29.29%0.00%16.74%
6.27%

Color #A9EFC7 in popluar number systems.

HEXA9EFC7
Decimal169239199
Binary101010011110111111000111
Octal251357307

Shades and tints

Shades of #A9EFC7

#A9EFC7
(169,239,199)
#9ADAB5
(154,218,181)
#8BC5A3
(139,197,163)
#7CB091
(124,176,145)
#6D9B7F
(109,155,127)
#5E866D
(94,134,109)
#4F715B
(79,113,91)
#405C49
(64,92,73)
#314737
(49,71,55)
#223225
(34,50,37)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #A9EFC7

#A9EFC7
(169,239,199)
#B0F0CC
(176,240,204)
#B7F1D1
(183,241,209)
#BEF2D6
(190,242,214)
#C5F3DB
(197,243,219)
#CCF4E0
(204,244,224)
#D3F5E5
(211,245,229)
#DAF6EA
(218,246,234)
#E1F7EF
(225,247,239)
#E8F8F4
(232,248,244)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EFC7; }

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

This text font color is #A9EFC7.


Background Color

.myBgColor { background-color: #A9EFC7; }

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

This div background color is #A9EFC7.


Border color

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

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

This div border color is #A9EFC7.


Opacity

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

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

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

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

This text has shadow with #A9EFC7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9EFC7 on black background.


Color preview on white background

This text has color #A9EFC7 on white background.



Black color preview on #A9EFC7 background

This text has black color on #A9EFC7 background.


White color preview on #A9EFC7 background

This text has white color on #A9EFC7 background.