COLOR #A4CCA7

HEX: #A4CCA7 RGB: (164,204,167)

Color info

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

RGB color model

#A4CCA7 color RGB value is (164,204,167).

RGB: (164,204,167) (64%, 80%, 65%)

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 167 of 255 = 65%

164
204
167

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

Portions of RGB colors in percentages

R + G + B = 164 + 204 + 167 = 535 (100%)
R 164 of 535 ~ 30.65%
G 204 of 535 ~ 38.13%
B 167 of 535 ~ 31.21'%

%30.65
%38.13
%31.21

CMYK color model

#A4CCA7 color CMYK value is (20,0,18,20).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%
CMYK: (20,0,18,20) C20M0Y18K20 (20%,0%,18%,20%) (0.20/0.00/0.18/0.20) 

CMYK percentages

%19.61
%0
%18.14
%20

Codes

Color #A4CCA7 in popluar color models

A4 CC A7
RGB 164 204 167
HSL 125° 28.17% 72.16%
HSB/HSV 125° 19.61% 80.00%
CMYK 19.61% 0.00% 18.14%
20.00%

Color #A4CCA7 in popluar number systems.

HEX A4 CC A7
Decimal 164 204 167
Binary 10100100 11001100 10100111
Octal 244 314 247

Shades and tints

Shades of #A4CCA7

#A4CCA7
(164,204,167)
#96BA98
(150,186,152)
#88A889
(136,168,137)
#7A967A
(122,150,122)
#6C846B
(108,132,107)
#5E725C
(94,114,92)
#50604D
(80,96,77)
#424E3E
(66,78,62)
#343C2F
(52,60,47)
#262A20
(38,42,32)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4CCA7

#A4CCA7
(164,204,167)
#ACD0AF
(172,208,175)
#B4D4B7
(180,212,183)
#BCD8BF
(188,216,191)
#C4DCC7
(196,220,199)
#CCE0CF
(204,224,207)
#D4E4D7
(212,228,215)
#DCE8DF
(220,232,223)
#E4ECE7
(228,236,231)
#ECF0EF
(236,240,239)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CCA7 color. Also use rgb(164,204,167) instead hex code.

Text Font Color

.myTextColor { color: #A4CCA7; }

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

This text font color is #A4CCA7.

Background Color

.myBgColor { background-color: #A4CCA7; }

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

This div background color is #A4CCA7.

Border color

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

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

This div border color is #A4CCA7.

Opacity

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

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

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

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

This text has shadow with #A4CCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CCA7.

Preview

Color preview on black background

This text has color #A4CCA7 on black background.


Color preview on white background

This text has color #A4CCA7 on white background.


Black color preview on #A4CCA7 background

This text has black color on #A4CCA7 background.


White color preview on #A4CCA7 background

This text has white color on #A4CCA7 background.


Related colors

Complementary color

Complementary color for #hex is #5B3358.


I love getcolorcode.com

Triadic colors

1 #A7A4CC and #CCA7A4 with #A4CCA7 are triadic colors.

2 #A7CCA4 and #CCA4A7 with #A4CCA7 are triadic colors.