COLOR #A3E0D2

HEX: #A3E0D2 RGB: (163,224,210)

Color info

#A3E0D2 contains mainly green and blue colors. Web safe color of #A3E0D2 is #99CCCC (or #9CC).

RGB color model

#A3E0D2 color RGB value is (163,224,210).

RGB: (163,224,210) (64%, 88%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 210 of 255 = 82%

163
224
210

R + G + B ~ 78%. #A3E0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 224 + 210 = 597 (100%)
R 163 of 597 ~ 27.3%
G 224 of 597 ~ 37.52%
B 210 of 597 ~ 35.18'%

%27.3
%37.52
%35.18

CMYK color model

#A3E0D2 color CMYK value is (27,0,6,12).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 12.16%

CMYK: (27,0,6,12)
C27M0Y6K12 (27%, 0%, 6%, 12%)
(0.27 / 0.00 / 0.06 / 0.12)

CMYK percentages

%27.23
%0
%6.25
%12.16

Codes

Color #A3E0D2 in popluar color models

A3 E0 D2
RGB 163 224 210
HSL 166° 49.59% 75.88%
HSB/HSV 166° 27.23% 87.84%
CMYK 27.23% 0.00% 6.25%
12.16%

Color #A3E0D2 in popluar number systems.

HEX A3 E0 D2
Decimal 163 224 210
Binary 10100011 11100000 11010010
Octal 243 340 322

Shades and tints

Shades of #A3E0D2

#A3E0D2
(163,224,210)
#95CCBF
(149,204,191)
#87B8AC
(135,184,172)
#79A499
(121,164,153)
#6B9086
(107,144,134)
#5D7C73
(93,124,115)
#4F6860
(79,104,96)
#41544D
(65,84,77)
#33403A
(51,64,58)
#252C27
(37,44,39)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #A3E0D2

#A3E0D2
(163,224,210)
#ABE2D6
(171,226,214)
#B3E4DA
(179,228,218)
#BBE6DE
(187,230,222)
#C3E8E2
(195,232,226)
#CBEAE6
(203,234,230)
#D3ECEA
(211,236,234)
#DBEEEE
(219,238,238)
#E3F0F2
(227,240,242)
#EBF2F6
(235,242,246)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E0D2 color. Also use rgb(163,224,210) instead hex code.

Text Font Color

.myTextColor { color: #A3E0D2; }

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

This text font color is #A3E0D2.

Background Color

.myBgColor { background-color: #A3E0D2; }

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

This div background color is #A3E0D2.

Border color

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

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

This div border color is #A3E0D2.

Opacity

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

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

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

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

This text has shadow with #A3E0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E0D2.

Preview

Color preview on black background

This text has color #A3E0D2 on black background.


Color preview on white background

This text has color #A3E0D2 on white background.


Black color preview on #A3E0D2 background

This text has black color on #A3E0D2 background.


White color preview on #A3E0D2 background

This text has white color on #A3E0D2 background.


Related colors

Complementary color

Complementary color for #hex is #5C1F2D.


I love getcolorcode.com

Triadic colors

1 #D2A3E0 and #E0D2A3 with #A3E0D2 are triadic colors.

2 #D2E0A3 and #E0A3D2 with #A3E0D2 are triadic colors.