COLOR #A4FFCD

HEX: #A4FFCD RGB: (164,255,205)

Color info

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

RGB color model

#A4FFCD color RGB value is (164,255,205).

RGB: (164,255,205) (64%, 100%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 255 of 255 = 100%
B 205 of 255 = 80%

164
255
205

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

Portions of RGB colors in percentages

R + G + B = 164 + 255 + 205 = 624 (100%)
R 164 of 624 ~ 26.28%
G 255 of 624 ~ 40.87%
B 205 of 624 ~ 32.85'%

%26.28
%40.87
%32.85

CMYK color model

#A4FFCD color CMYK value is (36,0,20,0).

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

CMYK: (36,0,20,0)
C36M0Y20K0 (36%, 0%, 20%, 0%)
(0.36 / 0.00 / 0.20 / 0.00)

CMYK percentages

%35.69
%0
%19.61
%0

Codes

Color #A4FFCD in popluar color models

A4 FF CD
RGB 164 255 205
HSL 147° 100.00% 82.16%
HSB/HSV 147° 35.69% 100.00%
CMYK 35.69% 0.00% 19.61%
0.00%

Color #A4FFCD in popluar number systems.

HEX A4 FF CD
Decimal 164 255 205
Binary 10100100 11111111 11001101
Octal 244 377 315

Shades and tints

Shades of #A4FFCD

#A4FFCD
(164,255,205)
#96E8BB
(150,232,187)
#88D1A9
(136,209,169)
#7ABA97
(122,186,151)
#6CA385
(108,163,133)
#5E8C73
(94,140,115)
#507561
(80,117,97)
#425E4F
(66,94,79)
#34473D
(52,71,61)
#26302B
(38,48,43)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4FFCD

#A4FFCD
(164,255,205)
#ACFFD1
(172,255,209)
#B4FFD5
(180,255,213)
#BCFFD9
(188,255,217)
#C4FFDD
(196,255,221)
#CCFFE1
(204,255,225)
#D4FFE5
(212,255,229)
#DCFFE9
(220,255,233)
#E4FFED
(228,255,237)
#ECFFF1
(236,255,241)
#F4FFF5
(244,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4FFCD; }

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

This text font color is #A4FFCD.

Background Color

.myBgColor { background-color: #A4FFCD; }

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

This div background color is #A4FFCD.

Border color

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

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

This div border color is #A4FFCD.

Opacity

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

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

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

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

This text has shadow with #A4FFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FFCD.

Preview

Color preview on black background

This text has color #A4FFCD on black background.


Color preview on white background

This text has color #A4FFCD on white background.


Black color preview on #A4FFCD background

This text has black color on #A4FFCD background.


White color preview on #A4FFCD background

This text has white color on #A4FFCD background.


Related colors

Complementary color

Complementary color for #hex is #5B0032.


I love getcolorcode.com

Triadic colors

1 #CDA4FF and #FFCDA4 with #A4FFCD are triadic colors.

2 #CDFFA4 and #FFA4CD with #A4FFCD are triadic colors.