COLOR #A3E0D5

HEX: #A3E0D5 RGB: (163,224,213)

Color info

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

RGB color model

#A3E0D5 color RGB value is (163,224,213).

RGB: (163,224,213) (64%, 88%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 213 of 255 = 84%

163
224
213

R + G + B ~ 79%. #A3E0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 224 + 213 = 600 (100%)
R 163 of 600 ~ 27.17%
G 224 of 600 ~ 37.33%
B 213 of 600 ~ 35.5'%

%27.17
%37.33
%35.5

CMYK color model

#A3E0D5 color CMYK value is (27,0,5,12).

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

CMYK: (27,0,5,12)
C27M0Y5K12 (27%, 0%, 5%, 12%)
(0.27 / 0.00 / 0.05 / 0.12)

CMYK percentages

%27.23
%0
%4.91
%12.16

Codes

Color #A3E0D5 in popluar color models

A3 E0 D5
RGB 163 224 213
HSL 169° 49.59% 75.88%
HSB/HSV 169° 27.23% 87.84%
CMYK 27.23% 0.00% 4.91%
12.16%

Color #A3E0D5 in popluar number systems.

HEX A3 E0 D5
Decimal 163 224 213
Binary 10100011 11100000 11010101
Octal 243 340 325

Shades and tints

Shades of #A3E0D5

#A3E0D5
(163,224,213)
#95CCC2
(149,204,194)
#87B8AF
(135,184,175)
#79A49C
(121,164,156)
#6B9089
(107,144,137)
#5D7C76
(93,124,118)
#4F6863
(79,104,99)
#415450
(65,84,80)
#33403D
(51,64,61)
#252C2A
(37,44,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #A3E0D5

#A3E0D5
(163,224,213)
#ABE2D8
(171,226,216)
#B3E4DB
(179,228,219)
#BBE6DE
(187,230,222)
#C3E8E1
(195,232,225)
#CBEAE4
(203,234,228)
#D3ECE7
(211,236,231)
#DBEEEA
(219,238,234)
#E3F0ED
(227,240,237)
#EBF2F0
(235,242,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E0D5; }

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

This text font color is #A3E0D5.

Background Color

.myBgColor { background-color: #A3E0D5; }

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

This div background color is #A3E0D5.

Border color

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

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

This div border color is #A3E0D5.

Opacity

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

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

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

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

This text has shadow with #A3E0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E0D5.

Preview

Color preview on black background

This text has color #A3E0D5 on black background.


Color preview on white background

This text has color #A3E0D5 on white background.


Black color preview on #A3E0D5 background

This text has black color on #A3E0D5 background.


White color preview on #A3E0D5 background

This text has white color on #A3E0D5 background.


Related colors

Complementary color

Complementary color for #hex is #5C1F2A.


I love getcolorcode.com

Triadic colors

1 #D5A3E0 and #E0D5A3 with #A3E0D5 are triadic colors.

2 #D5E0A3 and #E0A3D5 with #A3E0D5 are triadic colors.