COLOR #A3D9C3

HEX: #A3D9C3
RGB: (163,217,195)

Color info

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

RGB color model

#A3D9C3 color RGB value is (163,217,195).

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

RGB channels and saturation

R 163 of 255 = 64%
G 217 of 255 = 85%
B 195 of 255 = 76%

163
217
195

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

Portions of RGB colors in percentages

R + G + B =
163 + 217 + 195 = 575 (100%)
R 163 of 575 ~ 28.35%
G 217 of 575 ~ 37.74%
B 195 of 575 ~ 33.91%

%28.35
%37.74
%33.91

CMYK color model

#A3D9C3 color CMYK value is (25,0,10,15).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 14.90%
CMYK:
(25,0,10,15)
C25M0Y10K15 
(25%,0%,10%,15%)
(0.25/0.00/0.10/0.15)	

CMYK percentages

%24.88
%0
%10.14
%14.9

Codes

Color #A3D9C3 in popluar color models

A3D9C3
RGB163217195
HSL156°41.54%74.51%
HSB/HSV156°24.88%85.10%
CMYK24.88%0.00%10.14%
14.90%

Color #A3D9C3 in popluar number systems.

HEXA3D9C3
Decimal163217195
Binary101000111101100111000011
Octal243331303

Shades and tints

Shades of #A3D9C3

#A3D9C3
(163,217,195)
#95C6B2
(149,198,178)
#87B3A1
(135,179,161)
#79A090
(121,160,144)
#6B8D7F
(107,141,127)
#5D7A6E
(93,122,110)
#4F675D
(79,103,93)
#41544C
(65,84,76)
#33413B
(51,65,59)
#252E2A
(37,46,42)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #A3D9C3

#A3D9C3
(163,217,195)
#ABDCC8
(171,220,200)
#B3DFCD
(179,223,205)
#BBE2D2
(187,226,210)
#C3E5D7
(195,229,215)
#CBE8DC
(203,232,220)
#D3EBE1
(211,235,225)
#DBEEE6
(219,238,230)
#E3F1EB
(227,241,235)
#EBF4F0
(235,244,240)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D9C3; }

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

This text font color is #A3D9C3.


Background Color

.myBgColor { background-color: #A3D9C3; }

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

This div background color is #A3D9C3.


Border color

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

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

This div border color is #A3D9C3.


Opacity

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

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

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

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

This text has shadow with #A3D9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D9C3 on black background.


Color preview on white background

This text has color #A3D9C3 on white background.



Black color preview on #A3D9C3 background

This text has black color on #A3D9C3 background.


White color preview on #A3D9C3 background

This text has white color on #A3D9C3 background.