COLOR #A5CCAF

HEX: #A5CCAF RGB: (165,204,175)

Color info

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

RGB color model

#A5CCAF color RGB value is (165,204,175).

RGB: (165,204,175) (65%, 80%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 175 of 255 = 69%

165
204
175

R + G + B ~ 71%. #A5CCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 204 + 175 = 544 (100%)
R 165 of 544 ~ 30.33%
G 204 of 544 ~ 37.5%
B 175 of 544 ~ 32.17'%

%30.33
%37.5
%32.17

CMYK color model

#A5CCAF color CMYK value is (19,0,14,20).

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

CMYK: (19,0,14,20)
C19M0Y14K20 (19%, 0%, 14%, 20%)
(0.19 / 0.00 / 0.14 / 0.20)

CMYK percentages

%19.12
%0
%14.22
%20

Codes

Color #A5CCAF in popluar color models

A5 CC AF
RGB 165 204 175
HSL 135° 27.66% 72.35%
HSB/HSV 135° 19.12% 80.00%
CMYK 19.12% 0.00% 14.22%
20.00%

Color #A5CCAF in popluar number systems.

HEX A5 CC AF
Decimal 165 204 175
Binary 10100101 11001100 10101111
Octal 245 314 257

Shades and tints

Shades of #A5CCAF

#A5CCAF
(165,204,175)
#96BAA0
(150,186,160)
#87A891
(135,168,145)
#789682
(120,150,130)
#698473
(105,132,115)
#5A7264
(90,114,100)
#4B6055
(75,96,85)
#3C4E46
(60,78,70)
#2D3C37
(45,60,55)
#1E2A28
(30,42,40)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5CCAF

#A5CCAF
(165,204,175)
#ADD0B6
(173,208,182)
#B5D4BD
(181,212,189)
#BDD8C4
(189,216,196)
#C5DCCB
(197,220,203)
#CDE0D2
(205,224,210)
#D5E4D9
(213,228,217)
#DDE8E0
(221,232,224)
#E5ECE7
(229,236,231)
#EDF0EE
(237,240,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCAF; }

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

This text font color is #A5CCAF.

Background Color

.myBgColor { background-color: #A5CCAF; }

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

This div background color is #A5CCAF.

Border color

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

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

This div border color is #A5CCAF.

Opacity

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

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

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

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

This text has shadow with #A5CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CCAF.

Preview

Color preview on black background

This text has color #A5CCAF on black background.


Color preview on white background

This text has color #A5CCAF on white background.


Black color preview on #A5CCAF background

This text has black color on #A5CCAF background.


White color preview on #A5CCAF background

This text has white color on #A5CCAF background.


Related colors

Complementary color

Complementary color for #hex is #5A3350.


I love getcolorcode.com

Triadic colors

1 #AFA5CC and #CCAFA5 with #A5CCAF are triadic colors.

2 #AFCCA5 and #CCA5AF with #A5CCAF are triadic colors.