COLOR #A3C1AD

HEX: #A3C1AD
RGB: (163,193,173)

Color info

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

RGB color model

#A3C1AD color RGB value is (163,193,173).

  • red value is 163;
  • green value is 193;
  • blue value is 173.
RGB:
(163,193,173)
(64%,76%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 173 of 255 = 68%

163
193
173

R + G + B ~ 69%. #A3C1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 173 = 529 (100%)
R 163 of 529 ~ 30.81%
G 193 of 529 ~ 36.48%
B 173 of 529 ~ 32.7%

%30.81
%36.48
%32.7

CMYK color model

#A3C1AD color CMYK value is (16,0,10,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(16,0,10,24)
C16M0Y10K24 
(16%,0%,10%,24%)
(0.16/0.00/0.10/0.24)	

CMYK percentages

%15.54
%0
%10.36
%24.31

Codes

Color #A3C1AD in popluar color models

A3C1AD
RGB163193173
HSL140°19.48%69.80%
HSB/HSV140°15.54%75.69%
CMYK15.54%0.00%10.36%
24.31%

Color #A3C1AD in popluar number systems.

HEXA3C1AD
Decimal163193173
Binary101000111100000110101101
Octal243301255

Shades and tints

Shades of #A3C1AD

#A3C1AD
(163,193,173)
#95B09E
(149,176,158)
#879F8F
(135,159,143)
#798E80
(121,142,128)
#6B7D71
(107,125,113)
#5D6C62
(93,108,98)
#4F5B53
(79,91,83)
#414A44
(65,74,68)
#333935
(51,57,53)
#252826
(37,40,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #A3C1AD

#A3C1AD
(163,193,173)
#ABC6B4
(171,198,180)
#B3CBBB
(179,203,187)
#BBD0C2
(187,208,194)
#C3D5C9
(195,213,201)
#CBDAD0
(203,218,208)
#D3DFD7
(211,223,215)
#DBE4DE
(219,228,222)
#E3E9E5
(227,233,229)
#EBEEEC
(235,238,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C1AD color. Also use rgb(163,193,173) instead hex code.

Text Font Color

.myTextColor { color: #A3C1AD; }

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

This text font color is #A3C1AD.


Background Color

.myBgColor { background-color: #A3C1AD; }

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

This div background color is #A3C1AD.


Border color

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

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

This div border color is #A3C1AD.


Opacity

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

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

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

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

This text has shadow with #A3C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1AD on black background.


Color preview on white background

This text has color #A3C1AD on white background.



Black color preview on #A3C1AD background

This text has black color on #A3C1AD background.


White color preview on #A3C1AD background

This text has white color on #A3C1AD background.