COLOR #A3D9CC

HEX: #A3D9CC
RGB: (163,217,204)

Color info

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

RGB color model

#A3D9CC color RGB value is (163,217,204).

  • red value is 163;
  • green value is 217;
  • blue value is 204.
RGB:
(163,217,204)
(64%,85%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 204 of 255 = 80%

163
217
204

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

Portions of RGB colors in percentages

R + G + B =
163 + 217 + 204 = 584 (100%)
R 163 of 584 ~ 27.91%
G 217 of 584 ~ 37.16%
B 204 of 584 ~ 34.93%

%27.91
%37.16
%34.93

CMYK color model

#A3D9CC color CMYK value is (25,0,6,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(25,0,6,15)
C25M0Y6K15 
(25%,0%,6%,15%)
(0.25/0.00/0.06/0.15)	

CMYK percentages

%24.88
%0
%5.99
%14.9

Codes

Color #A3D9CC in popluar color models

A3D9CC
RGB163217204
HSL166°41.54%74.51%
HSB/HSV166°24.88%85.10%
CMYK24.88%0.00%5.99%
14.90%

Color #A3D9CC in popluar number systems.

HEXA3D9CC
Decimal163217204
Binary101000111101100111001100
Octal243331314

Shades and tints

Shades of #A3D9CC

#A3D9CC
(163,217,204)
#95C6BA
(149,198,186)
#87B3A8
(135,179,168)
#79A096
(121,160,150)
#6B8D84
(107,141,132)
#5D7A72
(93,122,114)
#4F6760
(79,103,96)
#41544E
(65,84,78)
#33413C
(51,65,60)
#252E2A
(37,46,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #A3D9CC

#A3D9CC
(163,217,204)
#ABDCD0
(171,220,208)
#B3DFD4
(179,223,212)
#BBE2D8
(187,226,216)
#C3E5DC
(195,229,220)
#CBE8E0
(203,232,224)
#D3EBE4
(211,235,228)
#DBEEE8
(219,238,232)
#E3F1EC
(227,241,236)
#EBF4F0
(235,244,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D9CC; }

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

This text font color is #A3D9CC.


Background Color

.myBgColor { background-color: #A3D9CC; }

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

This div background color is #A3D9CC.


Border color

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

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

This div border color is #A3D9CC.


Opacity

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

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

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

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

This text has shadow with #A3D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D9CC on black background.


Color preview on white background

This text has color #A3D9CC on white background.



Black color preview on #A3D9CC background

This text has black color on #A3D9CC background.


White color preview on #A3D9CC background

This text has white color on #A3D9CC background.