COLOR #A3C4AF

HEX: #A3C4AF
RGB: (163,196,175)

Color info

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

RGB color model

#A3C4AF color RGB value is (163,196,175).

  • red value is 163;
  • green value is 196;
  • blue value is 175.
RGB:
(163,196,175)
(64%,77%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 175 of 255 = 69%

163
196
175

R + G + B ~ 70%. #A3C4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 196 + 175 = 534 (100%)
R 163 of 534 ~ 30.52%
G 196 of 534 ~ 36.7%
B 175 of 534 ~ 32.77%

%30.52
%36.7
%32.77

CMYK color model

#A3C4AF color CMYK value is (17,0,11,23).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(17,0,11,23)
C17M0Y11K23 
(17%,0%,11%,23%)
(0.17/0.00/0.11/0.23)	

CMYK percentages

%16.84
%0
%10.71
%23.14

Codes

Color #A3C4AF in popluar color models

A3C4AF
RGB163196175
HSL142°21.85%70.39%
HSB/HSV142°16.84%76.86%
CMYK16.84%0.00%10.71%
23.14%

Color #A3C4AF in popluar number systems.

HEXA3C4AF
Decimal163196175
Binary101000111100010010101111
Octal243304257

Shades and tints

Shades of #A3C4AF

#A3C4AF
(163,196,175)
#95B3A0
(149,179,160)
#87A291
(135,162,145)
#799182
(121,145,130)
#6B8073
(107,128,115)
#5D6F64
(93,111,100)
#4F5E55
(79,94,85)
#414D46
(65,77,70)
#333C37
(51,60,55)
#252B28
(37,43,40)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #A3C4AF

#A3C4AF
(163,196,175)
#ABC9B6
(171,201,182)
#B3CEBD
(179,206,189)
#BBD3C4
(187,211,196)
#C3D8CB
(195,216,203)
#CBDDD2
(203,221,210)
#D3E2D9
(211,226,217)
#DBE7E0
(219,231,224)
#E3ECE7
(227,236,231)
#EBF1EE
(235,241,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C4AF color. Also use rgb(163,196,175) instead hex code.

Text Font Color

.myTextColor { color: #A3C4AF; }

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

This text font color is #A3C4AF.


Background Color

.myBgColor { background-color: #A3C4AF; }

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

This div background color is #A3C4AF.


Border color

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

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

This div border color is #A3C4AF.


Opacity

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

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

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

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

This text has shadow with #A3C4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C4AF on black background.


Color preview on white background

This text has color #A3C4AF on white background.



Black color preview on #A3C4AF background

This text has black color on #A3C4AF background.


White color preview on #A3C4AF background

This text has white color on #A3C4AF background.