COLOR #A4FACD

HEX: #A4FACD RGB: (164,250,205)

Color info

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

RGB color model

#A4FACD color RGB value is (164,250,205).

RGB: (164,250,205) (64%, 98%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 250 of 255 = 98%
B 205 of 255 = 80%

164
250
205

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

Portions of RGB colors in percentages

R + G + B = 164 + 250 + 205 = 619 (100%)
R 164 of 619 ~ 26.49%
G 250 of 619 ~ 40.39%
B 205 of 619 ~ 33.12'%

%26.49
%40.39
%33.12

CMYK color model

#A4FACD color CMYK value is (34,0,18,2).

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

CMYK: (34,0,18,2)
C34M0Y18K2 (34%, 0%, 18%, 2%)
(0.34 / 0.00 / 0.18 / 0.02)

CMYK percentages

%34.4
%0
%18
%1.96

Codes

Color #A4FACD in popluar color models

A4 FA CD
RGB 164 250 205
HSL 149° 89.58% 81.18%
HSB/HSV 149° 34.40% 98.04%
CMYK 34.40% 0.00% 18.00%
1.96%

Color #A4FACD in popluar number systems.

HEX A4 FA CD
Decimal 164 250 205
Binary 10100100 11111010 11001101
Octal 244 372 315

Shades and tints

Shades of #A4FACD

#A4FACD
(164,250,205)
#96E4BB
(150,228,187)
#88CEA9
(136,206,169)
#7AB897
(122,184,151)
#6CA285
(108,162,133)
#5E8C73
(94,140,115)
#507661
(80,118,97)
#42604F
(66,96,79)
#344A3D
(52,74,61)
#26342B
(38,52,43)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #A4FACD

#A4FACD
(164,250,205)
#ACFAD1
(172,250,209)
#B4FAD5
(180,250,213)
#BCFAD9
(188,250,217)
#C4FADD
(196,250,221)
#CCFAE1
(204,250,225)
#D4FAE5
(212,250,229)
#DCFAE9
(220,250,233)
#E4FAED
(228,250,237)
#ECFAF1
(236,250,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4FACD; }

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

This text font color is #A4FACD.

Background Color

.myBgColor { background-color: #A4FACD; }

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

This div background color is #A4FACD.

Border color

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

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

This div border color is #A4FACD.

Opacity

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

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

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

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

This text has shadow with #A4FACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FACD.

Preview

Color preview on black background

This text has color #A4FACD on black background.


Color preview on white background

This text has color #A4FACD on white background.


Black color preview on #A4FACD background

This text has black color on #A4FACD background.


White color preview on #A4FACD background

This text has white color on #A4FACD background.


Related colors

Complementary color

Complementary color for #hex is #5B0532.


I love getcolorcode.com

Triadic colors

1 #CDA4FA and #FACDA4 with #A4FACD are triadic colors.

2 #CDFAA4 and #FAA4CD with #A4FACD are triadic colors.