COLOR #A3F5D6

HEX: #A3F5D6 RGB: (163,245,214)

Color info

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

RGB color model

#A3F5D6 color RGB value is (163,245,214).

RGB: (163,245,214) (64%, 96%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 245 of 255 = 96%
B 214 of 255 = 84%

163
245
214

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

Portions of RGB colors in percentages

R + G + B = 163 + 245 + 214 = 622 (100%)
R 163 of 622 ~ 26.21%
G 245 of 622 ~ 39.39%
B 214 of 622 ~ 34.41'%

%26.21
%39.39
%34.41

CMYK color model

#A3F5D6 color CMYK value is (33,0,13,4).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 3.92%

CMYK: (33,0,13,4)
C33M0Y13K4 (33%, 0%, 13%, 4%)
(0.33 / 0.00 / 0.13 / 0.04)

CMYK percentages

%33.47
%0
%12.65
%3.92

Codes

Color #A3F5D6 in popluar color models

A3 F5 D6
RGB 163 245 214
HSL 157° 80.39% 80.00%
HSB/HSV 157° 33.47% 96.08%
CMYK 33.47% 0.00% 12.65%
3.92%

Color #A3F5D6 in popluar number systems.

HEX A3 F5 D6
Decimal 163 245 214
Binary 10100011 11110101 11010110
Octal 243 365 326

Shades and tints

Shades of #A3F5D6

#A3F5D6
(163,245,214)
#95DFC3
(149,223,195)
#87C9B0
(135,201,176)
#79B39D
(121,179,157)
#6B9D8A
(107,157,138)
#5D8777
(93,135,119)
#4F7164
(79,113,100)
#415B51
(65,91,81)
#33453E
(51,69,62)
#252F2B
(37,47,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #A3F5D6

#A3F5D6
(163,245,214)
#ABF5D9
(171,245,217)
#B3F5DC
(179,245,220)
#BBF5DF
(187,245,223)
#C3F5E2
(195,245,226)
#CBF5E5
(203,245,229)
#D3F5E8
(211,245,232)
#DBF5EB
(219,245,235)
#E3F5EE
(227,245,238)
#EBF5F1
(235,245,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F5D6 color. Also use rgb(163,245,214) instead hex code.

Text Font Color

.myTextColor { color: #A3F5D6; }

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

This text font color is #A3F5D6.

Background Color

.myBgColor { background-color: #A3F5D6; }

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

This div background color is #A3F5D6.

Border color

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

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

This div border color is #A3F5D6.

Opacity

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

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

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

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

This text has shadow with #A3F5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3F5D6.

Preview

Color preview on black background

This text has color #A3F5D6 on black background.


Color preview on white background

This text has color #A3F5D6 on white background.


Black color preview on #A3F5D6 background

This text has black color on #A3F5D6 background.


White color preview on #A3F5D6 background

This text has white color on #A3F5D6 background.


Related colors

Complementary color

Complementary color for #hex is #5C0A29.


I love getcolorcode.com

Triadic colors

1 #D6A3F5 and #F5D6A3 with #A3F5D6 are triadic colors.

2 #D6F5A3 and #F5A3D6 with #A3F5D6 are triadic colors.