COLOR #A4FDCB

HEX: #A4FDCB RGB: (164,253,203)

Color info

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

RGB color model

#A4FDCB color RGB value is (164,253,203).

RGB: (164,253,203) (64%, 99%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 253 of 255 = 99%
B 203 of 255 = 80%

164
253
203

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

Portions of RGB colors in percentages

R + G + B = 164 + 253 + 203 = 620 (100%)
R 164 of 620 ~ 26.45%
G 253 of 620 ~ 40.81%
B 203 of 620 ~ 32.74'%

%26.45
%40.81
%32.74

CMYK color model

#A4FDCB color CMYK value is (35,0,20,1).

  • cyan value is 35.18%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 0.78%

CMYK: (35,0,20,1)
C35M0Y20K1 (35%, 0%, 20%, 1%)
(0.35 / 0.00 / 0.20 / 0.01)

CMYK percentages

%35.18
%0
%19.76
%0.78

Codes

Color #A4FDCB in popluar color models

A4 FD CB
RGB 164 253 203
HSL 146° 95.70% 81.76%
HSB/HSV 146° 35.18% 99.22%
CMYK 35.18% 0.00% 19.76%
0.78%

Color #A4FDCB in popluar number systems.

HEX A4 FD CB
Decimal 164 253 203
Binary 10100100 11111101 11001011
Octal 244 375 313

Shades and tints

Shades of #A4FDCB

#A4FDCB
(164,253,203)
#96E6B9
(150,230,185)
#88CFA7
(136,207,167)
#7AB895
(122,184,149)
#6CA183
(108,161,131)
#5E8A71
(94,138,113)
#50735F
(80,115,95)
#425C4D
(66,92,77)
#34453B
(52,69,59)
#262E29
(38,46,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4FDCB

#A4FDCB
(164,253,203)
#ACFDCF
(172,253,207)
#B4FDD3
(180,253,211)
#BCFDD7
(188,253,215)
#C4FDDB
(196,253,219)
#CCFDDF
(204,253,223)
#D4FDE3
(212,253,227)
#DCFDE7
(220,253,231)
#E4FDEB
(228,253,235)
#ECFDEF
(236,253,239)
#F4FDF3
(244,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FDCB color. Also use rgb(164,253,203) instead hex code.

Text Font Color

.myTextColor { color: #A4FDCB; }

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

This text font color is #A4FDCB.

Background Color

.myBgColor { background-color: #A4FDCB; }

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

This div background color is #A4FDCB.

Border color

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

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

This div border color is #A4FDCB.

Opacity

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

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

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

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

This text has shadow with #A4FDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FDCB.

Preview

Color preview on black background

This text has color #A4FDCB on black background.


Color preview on white background

This text has color #A4FDCB on white background.


Black color preview on #A4FDCB background

This text has black color on #A4FDCB background.


White color preview on #A4FDCB background

This text has white color on #A4FDCB background.


Related colors

Complementary color

Complementary color for #hex is #5B0234.


I love getcolorcode.com

Triadic colors

1 #CBA4FD and #FDCBA4 with #A4FDCB are triadic colors.

2 #CBFDA4 and #FDA4CB with #A4FDCB are triadic colors.