COLOR #A3FDE1

HEX: #A3FDE1 RGB: (163,253,225)

Color info

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

RGB color model

#A3FDE1 color RGB value is (163,253,225).

RGB: (163,253,225) (64%, 99%, 88%)

RGB channels and saturation

R 163 of 255 = 64%
G 253 of 255 = 99%
B 225 of 255 = 88%

163
253
225

R + G + B ~ 84%. #A3FDE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 253 + 225 = 641 (100%)
R 163 of 641 ~ 25.43%
G 253 of 641 ~ 39.47%
B 225 of 641 ~ 35.1'%

%25.43
%39.47
%35.1

CMYK color model

#A3FDE1 color CMYK value is (36,0,11,1).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 0.78%

CMYK: (36,0,11,1)
C36M0Y11K1 (36%, 0%, 11%, 1%)
(0.36 / 0.00 / 0.11 / 0.01)

CMYK percentages

%35.57
%0
%11.07
%0.78

Codes

Color #A3FDE1 in popluar color models

A3 FD E1
RGB 163 253 225
HSL 161° 95.74% 81.57%
HSB/HSV 161° 35.57% 99.22%
CMYK 35.57% 0.00% 11.07%
0.78%

Color #A3FDE1 in popluar number systems.

HEX A3 FD E1
Decimal 163 253 225
Binary 10100011 11111101 11100001
Octal 243 375 341

Shades and tints

Shades of #A3FDE1

#A3FDE1
(163,253,225)
#95E6CD
(149,230,205)
#87CFB9
(135,207,185)
#79B8A5
(121,184,165)
#6BA191
(107,161,145)
#5D8A7D
(93,138,125)
#4F7369
(79,115,105)
#415C55
(65,92,85)
#334541
(51,69,65)
#252E2D
(37,46,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #A3FDE1

#A3FDE1
(163,253,225)
#ABFDE3
(171,253,227)
#B3FDE5
(179,253,229)
#BBFDE7
(187,253,231)
#C3FDE9
(195,253,233)
#CBFDEB
(203,253,235)
#D3FDED
(211,253,237)
#DBFDEF
(219,253,239)
#E3FDF1
(227,253,241)
#EBFDF3
(235,253,243)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3FDE1 color. Also use rgb(163,253,225) instead hex code.

Text Font Color

.myTextColor { color: #A3FDE1; }

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

This text font color is #A3FDE1.

Background Color

.myBgColor { background-color: #A3FDE1; }

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

This div background color is #A3FDE1.

Border color

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

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

This div border color is #A3FDE1.

Opacity

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

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

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

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

This text has shadow with #A3FDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3FDE1.

Preview

Color preview on black background

This text has color #A3FDE1 on black background.


Color preview on white background

This text has color #A3FDE1 on white background.


Black color preview on #A3FDE1 background

This text has black color on #A3FDE1 background.


White color preview on #A3FDE1 background

This text has white color on #A3FDE1 background.


Related colors

Complementary color

Complementary color for #hex is #5C021E.


I love getcolorcode.com

Triadic colors

1 #E1A3FD and #FDE1A3 with #A3FDE1 are triadic colors.

2 #E1FDA3 and #FDA3E1 with #A3FDE1 are triadic colors.