COLOR #A9EFC4

HEX: #A9EFC4
RGB: (169,239,196)

Color info

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

RGB color model

#A9EFC4 color RGB value is (169,239,196).

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

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 196 of 255 = 77%

169
239
196

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

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 196 = 604 (100%)
R 169 of 604 ~ 27.98%
G 239 of 604 ~ 39.57%
B 196 of 604 ~ 32.45%

%27.98
%39.57
%32.45

CMYK color model

#A9EFC4 color CMYK value is (29,0,18,6).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 6.27%
CMYK:
(29,0,18,6)
C29M0Y18K6 
(29%,0%,18%,6%)
(0.29/0.00/0.18/0.06)	

CMYK percentages

%29.29
%0
%17.99
%6.27

Codes

Color #A9EFC4 in popluar color models

A9EFC4
RGB169239196
HSL143°68.63%80.00%
HSB/HSV143°29.29%93.73%
CMYK29.29%0.00%17.99%
6.27%

Color #A9EFC4 in popluar number systems.

HEXA9EFC4
Decimal169239196
Binary101010011110111111000100
Octal251357304

Shades and tints

Shades of #A9EFC4

#A9EFC4
(169,239,196)
#9ADAB3
(154,218,179)
#8BC5A2
(139,197,162)
#7CB091
(124,176,145)
#6D9B80
(109,155,128)
#5E866F
(94,134,111)
#4F715E
(79,113,94)
#405C4D
(64,92,77)
#31473C
(49,71,60)
#22322B
(34,50,43)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #A9EFC4

#A9EFC4
(169,239,196)
#B0F0C9
(176,240,201)
#B7F1CE
(183,241,206)
#BEF2D3
(190,242,211)
#C5F3D8
(197,243,216)
#CCF4DD
(204,244,221)
#D3F5E2
(211,245,226)
#DAF6E7
(218,246,231)
#E1F7EC
(225,247,236)
#E8F8F1
(232,248,241)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EFC4; }

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

This text font color is #A9EFC4.


Background Color

.myBgColor { background-color: #A9EFC4; }

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

This div background color is #A9EFC4.


Border color

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

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

This div border color is #A9EFC4.


Opacity

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

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

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

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

This text has shadow with #A9EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EFC4 on black background.


Color preview on white background

This text has color #A9EFC4 on white background.



Black color preview on #A9EFC4 background

This text has black color on #A9EFC4 background.


White color preview on #A9EFC4 background

This text has white color on #A9EFC4 background.