COLOR #A5CCA7

HEX: #A5CCA7 RGB: (165,204,167)

Color info

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

RGB color model

#A5CCA7 color RGB value is (165,204,167).

RGB: (165,204,167) (65%, 80%, 65%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 167 of 255 = 65%

165
204
167

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

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 167 = 536 (100%)
R 165 of 536 ~ 30.78%
G 204 of 536 ~ 38.06%
B 167 of 536 ~ 31.16'%

%30.78
%38.06
%31.16

CMYK color model

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

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 20.00%

CMYK: (19,0,18,20)
C19M0Y18K20 (19%, 0%, 18%, 20%)
(0.19 / 0.00 / 0.18 / 0.20)

CMYK percentages

%19.12
%0
%18.14
%20

Codes

Color #A5CCA7 in popluar color models

A5 CC A7
RGB 165 204 167
HSL 123° 27.66% 72.35%
HSB/HSV 123° 19.12% 80.00%
CMYK 19.12% 0.00% 18.14%
20.00%

Color #A5CCA7 in popluar number systems.

HEX A5 CC A7
Decimal 165 204 167
Binary 10100101 11001100 10100111
Octal 245 314 247

Shades and tints

Shades of #A5CCA7

#A5CCA7
(165,204,167)
#96BA98
(150,186,152)
#87A889
(135,168,137)
#78967A
(120,150,122)
#69846B
(105,132,107)
#5A725C
(90,114,92)
#4B604D
(75,96,77)
#3C4E3E
(60,78,62)
#2D3C2F
(45,60,47)
#1E2A20
(30,42,32)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5CCA7

#A5CCA7
(165,204,167)
#ADD0AF
(173,208,175)
#B5D4B7
(181,212,183)
#BDD8BF
(189,216,191)
#C5DCC7
(197,220,199)
#CDE0CF
(205,224,207)
#D5E4D7
(213,228,215)
#DDE8DF
(221,232,223)
#E5ECE7
(229,236,231)
#EDF0EF
(237,240,239)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCA7; }

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

This text font color is #A5CCA7.

Background Color

.myBgColor { background-color: #A5CCA7; }

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

This div background color is #A5CCA7.

Border color

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

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

This div border color is #A5CCA7.

Opacity

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

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

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

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

This text has shadow with #A5CCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCA7.

Preview

Color preview on black background

This text has color #A5CCA7 on black background.


Color preview on white background

This text has color #A5CCA7 on white background.


Black color preview on #A5CCA7 background

This text has black color on #A5CCA7 background.


White color preview on #A5CCA7 background

This text has white color on #A5CCA7 background.


Related colors

Complementary color

Complementary color for #hex is #5A3358.


I love getcolorcode.com

Triadic colors

1 #A7A5CC and #CCA7A5 with #A5CCA7 are triadic colors.

2 #A7CCA5 and #CCA5A7 with #A5CCA7 are triadic colors.