COLOR #A3D4D1

HEX: #A3D4D1 RGB: (163,212,209)

Color info

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

RGB color model

#A3D4D1 color RGB value is (163,212,209).

RGB: (163,212,209) (64%, 83%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 212 of 255 = 83%
B 209 of 255 = 82%

163
212
209

R + G + B ~ 76%. #A3D4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 212 + 209 = 584 (100%)
R 163 of 584 ~ 27.91%
G 212 of 584 ~ 36.3%
B 209 of 584 ~ 35.79'%

%27.91
%36.3
%35.79

CMYK color model

#A3D4D1 color CMYK value is (23,0,1,17).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 1.42%
  • key color value is 16.86%
CMYK: (23,0,1,17) C23M0Y1K17 (23%,0%,1%,17%) (0.23/0.00/0.01/0.17) 

CMYK percentages

%23.11
%0
%1.42
%16.86

Codes

Color #A3D4D1 in popluar color models

A3 D4 D1
RGB 163 212 209
HSL 176° 36.30% 73.53%
HSB/HSV 176° 23.11% 83.14%
CMYK 23.11% 0.00% 1.42%
16.86%

Color #A3D4D1 in popluar number systems.

HEX A3 D4 D1
Decimal 163 212 209
Binary 10100011 11010100 11010001
Octal 243 324 321

Shades and tints

Shades of #A3D4D1

#A3D4D1
(163,212,209)
#95C1BE
(149,193,190)
#87AEAB
(135,174,171)
#799B98
(121,155,152)
#6B8885
(107,136,133)
#5D7572
(93,117,114)
#4F625F
(79,98,95)
#414F4C
(65,79,76)
#333C39
(51,60,57)
#252926
(37,41,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A3D4D1

#A3D4D1
(163,212,209)
#ABD7D5
(171,215,213)
#B3DAD9
(179,218,217)
#BBDDDD
(187,221,221)
#C3E0E1
(195,224,225)
#CBE3E5
(203,227,229)
#D3E6E9
(211,230,233)
#DBE9ED
(219,233,237)
#E3ECF1
(227,236,241)
#EBEFF5
(235,239,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D4D1 color. Also use rgb(163,212,209) instead hex code.

Text Font Color

.myTextColor { color: #A3D4D1; }

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

This text font color is #A3D4D1.

Background Color

.myBgColor { background-color: #A3D4D1; }

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

This div background color is #A3D4D1.

Border color

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

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

This div border color is #A3D4D1.

Opacity

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

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

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

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

This text has shadow with #A3D4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D4D1.

Preview

Color preview on black background

This text has color #A3D4D1 on black background.


Color preview on white background

This text has color #A3D4D1 on white background.


Black color preview on #A3D4D1 background

This text has black color on #A3D4D1 background.


White color preview on #A3D4D1 background

This text has white color on #A3D4D1 background.


Related colors

Complementary color

Complementary color for #hex is #5C2B2E.


I love getcolorcode.com

Triadic colors

1 #D1A3D4 and #D4D1A3 with #A3D4D1 are triadic colors.

2 #D1D4A3 and #D4A3D1 with #A3D4D1 are triadic colors.