COLOR #A4FAC6

HEX: #A4FAC6 RGB: (164,250,198)

Color info

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

RGB color model

#A4FAC6 color RGB value is (164,250,198).

RGB: (164,250,198) (64%, 98%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 250 of 255 = 98%
B 198 of 255 = 78%

164
250
198

R + G + B ~ 80%. #A4FAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 250 + 198 = 612 (100%)
R 164 of 612 ~ 26.8%
G 250 of 612 ~ 40.85%
B 198 of 612 ~ 32.35'%

%26.8
%40.85
%32.35

CMYK color model

#A4FAC6 color CMYK value is (34,0,21,2).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%

CMYK: (34,0,21,2)
C34M0Y21K2 (34%, 0%, 21%, 2%)
(0.34 / 0.00 / 0.21 / 0.02)

CMYK percentages

%34.4
%0
%20.8
%1.96

Codes

Color #A4FAC6 in popluar color models

A4 FA C6
RGB 164 250 198
HSL 144° 89.58% 81.18%
HSB/HSV 144° 34.40% 98.04%
CMYK 34.40% 0.00% 20.80%
1.96%

Color #A4FAC6 in popluar number systems.

HEX A4 FA C6
Decimal 164 250 198
Binary 10100100 11111010 11000110
Octal 244 372 306

Shades and tints

Shades of #A4FAC6

#A4FAC6
(164,250,198)
#96E4B4
(150,228,180)
#88CEA2
(136,206,162)
#7AB890
(122,184,144)
#6CA27E
(108,162,126)
#5E8C6C
(94,140,108)
#50765A
(80,118,90)
#426048
(66,96,72)
#344A36
(52,74,54)
#263424
(38,52,36)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #A4FAC6

#A4FAC6
(164,250,198)
#ACFACB
(172,250,203)
#B4FAD0
(180,250,208)
#BCFAD5
(188,250,213)
#C4FADA
(196,250,218)
#CCFADF
(204,250,223)
#D4FAE4
(212,250,228)
#DCFAE9
(220,250,233)
#E4FAEE
(228,250,238)
#ECFAF3
(236,250,243)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FAC6 color. Also use rgb(164,250,198) instead hex code.

Text Font Color

.myTextColor { color: #A4FAC6; }

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

This text font color is #A4FAC6.

Background Color

.myBgColor { background-color: #A4FAC6; }

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

This div background color is #A4FAC6.

Border color

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

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

This div border color is #A4FAC6.

Opacity

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

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

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

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

This text has shadow with #A4FAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FAC6.

Preview

Color preview on black background

This text has color #A4FAC6 on black background.


Color preview on white background

This text has color #A4FAC6 on white background.


Black color preview on #A4FAC6 background

This text has black color on #A4FAC6 background.


White color preview on #A4FAC6 background

This text has white color on #A4FAC6 background.


Related colors

Complementary color

Complementary color for #hex is #5B0539.


I love getcolorcode.com

Triadic colors

1 #C6A4FA and #FAC6A4 with #A4FAC6 are triadic colors.

2 #C6FAA4 and #FAA4C6 with #A4FAC6 are triadic colors.