COLOR #A3D1C5

HEX: #A3D1C5
RGB: (163,209,197)

Color info

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

RGB color model

#A3D1C5 color RGB value is (163,209,197).

  • red value is 163;
  • green value is 209;
  • blue value is 197.
RGB:
(163,209,197)
(64%,82%,77%)

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 197 of 255 = 77%

163
209
197

R + G + B ~ 74%. #A3D1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 197 = 569 (100%)
R 163 of 569 ~ 28.65%
G 209 of 569 ~ 36.73%
B 197 of 569 ~ 34.62%

%28.65
%36.73
%34.62

CMYK color model

#A3D1C5 color CMYK value is (22,0,6,18).

  • cyan value is 22.01%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(22,0,6,18)
C22M0Y6K18 
(22%,0%,6%,18%)
(0.22/0.00/0.06/0.18)	

CMYK percentages

%22.01
%0
%5.74
%18.04

Codes

Color #A3D1C5 in popluar color models

A3D1C5
RGB163209197
HSL164°33.33%72.94%
HSB/HSV164°22.01%81.96%
CMYK22.01%0.00%5.74%
18.04%

Color #A3D1C5 in popluar number systems.

HEXA3D1C5
Decimal163209197
Binary101000111101000111000101
Octal243321305

Shades and tints

Shades of #A3D1C5

#A3D1C5
(163,209,197)
#95BEB4
(149,190,180)
#87ABA3
(135,171,163)
#799892
(121,152,146)
#6B8581
(107,133,129)
#5D7270
(93,114,112)
#4F5F5F
(79,95,95)
#414C4E
(65,76,78)
#33393D
(51,57,61)
#25262C
(37,38,44)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #A3D1C5

#A3D1C5
(163,209,197)
#ABD5CA
(171,213,202)
#B3D9CF
(179,217,207)
#BBDDD4
(187,221,212)
#C3E1D9
(195,225,217)
#CBE5DE
(203,229,222)
#D3E9E3
(211,233,227)
#DBEDE8
(219,237,232)
#E3F1ED
(227,241,237)
#EBF5F2
(235,245,242)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D1C5; }

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

This text font color is #A3D1C5.


Background Color

.myBgColor { background-color: #A3D1C5; }

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

This div background color is #A3D1C5.


Border color

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

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

This div border color is #A3D1C5.


Opacity

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

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

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

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

This text has shadow with #A3D1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D1C5 on black background.


Color preview on white background

This text has color #A3D1C5 on white background.



Black color preview on #A3D1C5 background

This text has black color on #A3D1C5 background.


White color preview on #A3D1C5 background

This text has white color on #A3D1C5 background.