COLOR #A5CFAD

HEX: #A5CFAD RGB: (165,207,173)

Color info

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

RGB color model

#A5CFAD color RGB value is (165,207,173).

RGB: (165,207,173) (65%, 81%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 173 of 255 = 68%

165
207
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 173 = 545 (100%)
R 165 of 545 ~ 30.28%
G 207 of 545 ~ 37.98%
B 173 of 545 ~ 31.74'%

%30.28
%37.98
%31.74

CMYK color model

#A5CFAD color CMYK value is (20,0,16,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK: (20,0,16,19) C20M0Y16K19 (20%,0%,16%,19%) (0.20/0.00/0.16/0.19) 

CMYK percentages

%20.29
%0
%16.43
%18.82

Codes

Color #A5CFAD in popluar color models

A5 CF AD
RGB 165 207 173
HSL 131° 30.43% 72.94%
HSB/HSV 131° 20.29% 81.18%
CMYK 20.29% 0.00% 16.43%
18.82%

Color #A5CFAD in popluar number systems.

HEX A5 CF AD
Decimal 165 207 173
Binary 10100101 11001111 10101101
Octal 245 317 255

Shades and tints

Shades of #A5CFAD

#A5CFAD
(165,207,173)
#96BD9E
(150,189,158)
#87AB8F
(135,171,143)
#789980
(120,153,128)
#698771
(105,135,113)
#5A7562
(90,117,98)
#4B6353
(75,99,83)
#3C5144
(60,81,68)
#2D3F35
(45,63,53)
#1E2D26
(30,45,38)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #A5CFAD

#A5CFAD
(165,207,173)
#ADD3B4
(173,211,180)
#B5D7BB
(181,215,187)
#BDDBC2
(189,219,194)
#C5DFC9
(197,223,201)
#CDE3D0
(205,227,208)
#D5E7D7
(213,231,215)
#DDEBDE
(221,235,222)
#E5EFE5
(229,239,229)
#EDF3EC
(237,243,236)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CFAD color. Also use rgb(165,207,173) instead hex code.

Text Font Color

.myTextColor { color: #A5CFAD; }

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

This text font color is #A5CFAD.

Background Color

.myBgColor { background-color: #A5CFAD; }

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

This div background color is #A5CFAD.

Border color

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

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

This div border color is #A5CFAD.

Opacity

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

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

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

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

This text has shadow with #A5CFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CFAD.

Preview

Color preview on black background

This text has color #A5CFAD on black background.


Color preview on white background

This text has color #A5CFAD on white background.


Black color preview on #A5CFAD background

This text has black color on #A5CFAD background.


White color preview on #A5CFAD background

This text has white color on #A5CFAD background.


Related colors

Complementary color

Complementary color for #hex is #5A3052.


I love getcolorcode.com

Triadic colors

1 #ADA5CF and #CFADA5 with #A5CFAD are triadic colors.

2 #ADCFA5 and #CFA5AD with #A5CFAD are triadic colors.