COLOR #A4FFC6

HEX: #A4FFC6 RGB: (164,255,198)

Color info

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

RGB color model

#A4FFC6 color RGB value is (164,255,198).

RGB: (164,255,198) (64%, 100%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 255 of 255 = 100%
B 198 of 255 = 78%

164
255
198

R + G + B ~ 81%. #A4FFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 255 + 198 = 617 (100%)
R 164 of 617 ~ 26.58%
G 255 of 617 ~ 41.33%
B 198 of 617 ~ 32.09'%

%26.58
%41.33
%32.09

CMYK color model

#A4FFC6 color CMYK value is (36,0,22,0).

  • cyan value is 35.69%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%

CMYK: (36,0,22,0)
C36M0Y22K0 (36%, 0%, 22%, 0%)
(0.36 / 0.00 / 0.22 / 0.00)

CMYK percentages

%35.69
%0
%22.35
%0

Codes

Color #A4FFC6 in popluar color models

A4 FF C6
RGB 164 255 198
HSL 142° 100.00% 82.16%
HSB/HSV 142° 35.69% 100.00%
CMYK 35.69% 0.00% 22.35%
0.00%

Color #A4FFC6 in popluar number systems.

HEX A4 FF C6
Decimal 164 255 198
Binary 10100100 11111111 11000110
Octal 244 377 306

Shades and tints

Shades of #A4FFC6

#A4FFC6
(164,255,198)
#96E8B4
(150,232,180)
#88D1A2
(136,209,162)
#7ABA90
(122,186,144)
#6CA37E
(108,163,126)
#5E8C6C
(94,140,108)
#50755A
(80,117,90)
#425E48
(66,94,72)
#344736
(52,71,54)
#263024
(38,48,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #A4FFC6

#A4FFC6
(164,255,198)
#ACFFCB
(172,255,203)
#B4FFD0
(180,255,208)
#BCFFD5
(188,255,213)
#C4FFDA
(196,255,218)
#CCFFDF
(204,255,223)
#D4FFE4
(212,255,228)
#DCFFE9
(220,255,233)
#E4FFEE
(228,255,238)
#ECFFF3
(236,255,243)
#F4FFF8
(244,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4FFC6; }

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

This text font color is #A4FFC6.

Background Color

.myBgColor { background-color: #A4FFC6; }

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

This div background color is #A4FFC6.

Border color

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

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

This div border color is #A4FFC6.

Opacity

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

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

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

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

This text has shadow with #A4FFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FFC6.

Preview

Color preview on black background

This text has color #A4FFC6 on black background.


Color preview on white background

This text has color #A4FFC6 on white background.


Black color preview on #A4FFC6 background

This text has black color on #A4FFC6 background.


White color preview on #A4FFC6 background

This text has white color on #A4FFC6 background.


Related colors

Complementary color

Complementary color for #hex is #5B0039.


I love getcolorcode.com

Triadic colors

1 #C6A4FF and #FFC6A4 with #A4FFC6 are triadic colors.

2 #C6FFA4 and #FFA4C6 with #A4FFC6 are triadic colors.