COLOR #A3D3CA

HEX: #A3D3CA
RGB: (163,211,202)

Color info

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

RGB color model

#A3D3CA color RGB value is (163,211,202).

  • red value is 163;
  • green value is 211;
  • blue value is 202.
RGB:
(163,211,202)
(64%,83%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 211 of 255 = 83%
B 202 of 255 = 79%

163
211
202

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

Portions of RGB colors in percentages

R + G + B =
163 + 211 + 202 = 576 (100%)
R 163 of 576 ~ 28.3%
G 211 of 576 ~ 36.63%
B 202 of 576 ~ 35.07%

%28.3
%36.63
%35.07

CMYK color model

#A3D3CA color CMYK value is (23,0,4,17).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 17.25%
CMYK:
(23,0,4,17)
C23M0Y4K17 
(23%,0%,4%,17%)
(0.23/0.00/0.04/0.17)	

CMYK percentages

%22.75
%0
%4.27
%17.25

Codes

Color #A3D3CA in popluar color models

A3D3CA
RGB163211202
HSL169°35.29%73.33%
HSB/HSV169°22.75%82.75%
CMYK22.75%0.00%4.27%
17.25%

Color #A3D3CA in popluar number systems.

HEXA3D3CA
Decimal163211202
Binary101000111101001111001010
Octal243323312

Shades and tints

Shades of #A3D3CA

#A3D3CA
(163,211,202)
#95C0B8
(149,192,184)
#87ADA6
(135,173,166)
#799A94
(121,154,148)
#6B8782
(107,135,130)
#5D7470
(93,116,112)
#4F615E
(79,97,94)
#414E4C
(65,78,76)
#333B3A
(51,59,58)
#252828
(37,40,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3D3CA

#A3D3CA
(163,211,202)
#ABD7CE
(171,215,206)
#B3DBD2
(179,219,210)
#BBDFD6
(187,223,214)
#C3E3DA
(195,227,218)
#CBE7DE
(203,231,222)
#D3EBE2
(211,235,226)
#DBEFE6
(219,239,230)
#E3F3EA
(227,243,234)
#EBF7EE
(235,247,238)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D3CA color. Also use rgb(163,211,202) instead hex code.

Text Font Color

.myTextColor { color: #A3D3CA; }

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

This text font color is #A3D3CA.


Background Color

.myBgColor { background-color: #A3D3CA; }

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

This div background color is #A3D3CA.


Border color

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

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

This div border color is #A3D3CA.


Opacity

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

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

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

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

This text has shadow with #A3D3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D3CA on black background.


Color preview on white background

This text has color #A3D3CA on white background.



Black color preview on #A3D3CA background

This text has black color on #A3D3CA background.


White color preview on #A3D3CA background

This text has white color on #A3D3CA background.