COLOR #A5C8AF

HEX: #A5C8AF RGB: (165,200,175)

Color info

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

RGB color model

#A5C8AF color RGB value is (165,200,175).

RGB: (165,200,175) (65%, 78%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 175 of 255 = 69%

165
200
175

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

Portions of RGB colors in percentages

R + G + B = 165 + 200 + 175 = 540 (100%)
R 165 of 540 ~ 30.56%
G 200 of 540 ~ 37.04%
B 175 of 540 ~ 32.41'%

%30.56
%37.04
%32.41

CMYK color model

#A5C8AF color CMYK value is (18,0,13,22).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 21.57%

CMYK: (18,0,13,22)
C18M0Y13K22 (18%, 0%, 13%, 22%)
(0.18 / 0.00 / 0.13 / 0.22)

CMYK percentages

%17.5
%0
%12.5
%21.57

Codes

Color #A5C8AF in popluar color models

A5 C8 AF
RGB 165 200 175
HSL 137° 24.14% 71.57%
HSB/HSV 137° 17.50% 78.43%
CMYK 17.50% 0.00% 12.50%
21.57%

Color #A5C8AF in popluar number systems.

HEX A5 C8 AF
Decimal 165 200 175
Binary 10100101 11001000 10101111
Octal 245 310 257

Shades and tints

Shades of #A5C8AF

#A5C8AF
(165,200,175)
#96B6A0
(150,182,160)
#87A491
(135,164,145)
#789282
(120,146,130)
#698073
(105,128,115)
#5A6E64
(90,110,100)
#4B5C55
(75,92,85)
#3C4A46
(60,74,70)
#2D3837
(45,56,55)
#1E2628
(30,38,40)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5C8AF

#A5C8AF
(165,200,175)
#ADCDB6
(173,205,182)
#B5D2BD
(181,210,189)
#BDD7C4
(189,215,196)
#C5DCCB
(197,220,203)
#CDE1D2
(205,225,210)
#D5E6D9
(213,230,217)
#DDEBE0
(221,235,224)
#E5F0E7
(229,240,231)
#EDF5EE
(237,245,238)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C8AF; }

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

This text font color is #A5C8AF.

Background Color

.myBgColor { background-color: #A5C8AF; }

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

This div background color is #A5C8AF.

Border color

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

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

This div border color is #A5C8AF.

Opacity

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

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

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

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

This text has shadow with #A5C8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C8AF.

Preview

Color preview on black background

This text has color #A5C8AF on black background.


Color preview on white background

This text has color #A5C8AF on white background.


Black color preview on #A5C8AF background

This text has black color on #A5C8AF background.


White color preview on #A5C8AF background

This text has white color on #A5C8AF background.


Related colors

Complementary color

Complementary color for #hex is #5A3750.


I love getcolorcode.com

Triadic colors

1 #AFA5C8 and #C8AFA5 with #A5C8AF are triadic colors.

2 #AFC8A5 and #C8A5AF with #A5C8AF are triadic colors.