COLOR #A3D9C0

HEX: #A3D9C0 RGB: (163,217,192)

Color info

#A3D9C0 contains red, green and blue colors in about the same proportion. Web safe color of #A3D9C0 is #99CCCC (or #9CC).

RGB color model

#A3D9C0 color RGB value is (163,217,192).

RGB: (163,217,192) (64%, 85%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 192 of 255 = 75%

163
217
192

R + G + B ~ 75%. #A3D9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 217 + 192 = 572 (100%)
R 163 of 572 ~ 28.5%
G 217 of 572 ~ 37.94%
B 192 of 572 ~ 33.57'%

%28.5
%37.94
%33.57

CMYK color model

#A3D9C0 color CMYK value is (25,0,12,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 14.90%

CMYK: (25,0,12,15)
C25M0Y12K15 (25%, 0%, 12%, 15%)
(0.25 / 0.00 / 0.12 / 0.15)

CMYK percentages

%24.88
%0
%11.52
%14.9

Codes

Color #A3D9C0 in popluar color models

A3 D9 C0
RGB 163 217 192
HSL 152° 41.54% 74.51%
HSB/HSV 152° 24.88% 85.10%
CMYK 24.88% 0.00% 11.52%
14.90%

Color #A3D9C0 in popluar number systems.

HEX A3 D9 C0
Decimal 163 217 192
Binary 10100011 11011001 11000000
Octal 243 331 300

Shades and tints

Shades of #A3D9C0

#A3D9C0
(163,217,192)
#95C6AF
(149,198,175)
#87B39E
(135,179,158)
#79A08D
(121,160,141)
#6B8D7C
(107,141,124)
#5D7A6B
(93,122,107)
#4F675A
(79,103,90)
#415449
(65,84,73)
#334138
(51,65,56)
#252E27
(37,46,39)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #A3D9C0

#A3D9C0
(163,217,192)
#ABDCC5
(171,220,197)
#B3DFCA
(179,223,202)
#BBE2CF
(187,226,207)
#C3E5D4
(195,229,212)
#CBE8D9
(203,232,217)
#D3EBDE
(211,235,222)
#DBEEE3
(219,238,227)
#E3F1E8
(227,241,232)
#EBF4ED
(235,244,237)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D9C0 color. Also use rgb(163,217,192) instead hex code.

Text Font Color

.myTextColor { color: #A3D9C0; }

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

This text font color is #A3D9C0.

Background Color

.myBgColor { background-color: #A3D9C0; }

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

This div background color is #A3D9C0.

Border color

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

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

This div border color is #A3D9C0.

Opacity

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

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

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

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

This text has shadow with #A3D9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D9C0.

Preview

Color preview on black background

This text has color #A3D9C0 on black background.


Color preview on white background

This text has color #A3D9C0 on white background.


Black color preview on #A3D9C0 background

This text has black color on #A3D9C0 background.


White color preview on #A3D9C0 background

This text has white color on #A3D9C0 background.


Related colors

Complementary color

Complementary color for #hex is #5C263F.


I love getcolorcode.com

Triadic colors

1 #C0A3D9 and #D9C0A3 with #A3D9C0 are triadic colors.

2 #C0D9A3 and #D9A3C0 with #A3D9C0 are triadic colors.