COLOR #A3D1CE

HEX: #A3D1CE RGB: (163,209,206)

Color info

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

RGB color model

#A3D1CE color RGB value is (163,209,206).

RGB: (163,209,206) (64%, 82%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 206 of 255 = 81%

163
209
206

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

Portions of RGB colors in percentages

R + G + B = 163 + 209 + 206 = 578 (100%)
R 163 of 578 ~ 28.2%
G 209 of 578 ~ 36.16%
B 206 of 578 ~ 35.64'%

%28.2
%36.16
%35.64

CMYK color model

#A3D1CE color CMYK value is (22,0,1,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK: (22,0,1,18) C22M0Y1K18 (22%,0%,1%,18%) (0.22/0.00/0.01/0.18) 

CMYK percentages

%22.01
%0
%1.44
%18.04

Codes

Color #A3D1CE in popluar color models

A3 D1 CE
RGB 163 209 206
HSL 176° 33.33% 72.94%
HSB/HSV 176° 22.01% 81.96%
CMYK 22.01% 0.00% 1.44%
18.04%

Color #A3D1CE in popluar number systems.

HEX A3 D1 CE
Decimal 163 209 206
Binary 10100011 11010001 11001110
Octal 243 321 316

Shades and tints

Shades of #A3D1CE

#A3D1CE
(163,209,206)
#95BEBC
(149,190,188)
#87ABAA
(135,171,170)
#799898
(121,152,152)
#6B8586
(107,133,134)
#5D7274
(93,114,116)
#4F5F62
(79,95,98)
#414C50
(65,76,80)
#33393E
(51,57,62)
#25262C
(37,38,44)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #A3D1CE

#A3D1CE
(163,209,206)
#ABD5D2
(171,213,210)
#B3D9D6
(179,217,214)
#BBDDDA
(187,221,218)
#C3E1DE
(195,225,222)
#CBE5E2
(203,229,226)
#D3E9E6
(211,233,230)
#DBEDEA
(219,237,234)
#E3F1EE
(227,241,238)
#EBF5F2
(235,245,242)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D1CE; }

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

This text font color is #A3D1CE.

Background Color

.myBgColor { background-color: #A3D1CE; }

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

This div background color is #A3D1CE.

Border color

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

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

This div border color is #A3D1CE.

Opacity

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

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

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

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

This text has shadow with #A3D1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D1CE.

Preview

Color preview on black background

This text has color #A3D1CE on black background.


Color preview on white background

This text has color #A3D1CE on white background.


Black color preview on #A3D1CE background

This text has black color on #A3D1CE background.


White color preview on #A3D1CE background

This text has white color on #A3D1CE background.


Related colors

Complementary color

Complementary color for #hex is #5C2E31.


I love getcolorcode.com

Triadic colors

1 #CEA3D1 and #D1CEA3 with #A3D1CE are triadic colors.

2 #CED1A3 and #D1A3CE with #A3D1CE are triadic colors.