COLOR #A5CF9D

HEX: #A5CF9D RGB: (165,207,157)

Color info

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

RGB color model

#A5CF9D color RGB value is (165,207,157).

RGB: (165,207,157) (65%, 81%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 157 of 255 = 62%

165
207
157

R + G + B ~ 69%. #A5CF9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 207 + 157 = 529 (100%)
R 165 of 529 ~ 31.19%
G 207 of 529 ~ 39.13%
B 157 of 529 ~ 29.68'%

%31.19
%39.13
%29.68

CMYK color model

#A5CF9D color CMYK value is (20,0,24,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 24.15%
  • key color value is 18.82%
CMYK: (20,0,24,19) C20M0Y24K19 (20%,0%,24%,19%) (0.20/0.00/0.24/0.19) 

CMYK percentages

%20.29
%0
%24.15
%18.82

Codes

Color #A5CF9D in popluar color models

A5 CF 9D
RGB 165 207 157
HSL 110° 34.25% 71.37%
HSB/HSV 110° 24.15% 81.18%
CMYK 20.29% 0.00% 24.15%
18.82%

Color #A5CF9D in popluar number systems.

HEX A5 CF 9D
Decimal 165 207 157
Binary 10100101 11001111 10011101
Octal 245 317 235

Shades and tints

Shades of #A5CF9D

#A5CF9D
(165,207,157)
#96BD8F
(150,189,143)
#87AB81
(135,171,129)
#789973
(120,153,115)
#698765
(105,135,101)
#5A7557
(90,117,87)
#4B6349
(75,99,73)
#3C513B
(60,81,59)
#2D3F2D
(45,63,45)
#1E2D1F
(30,45,31)
#0F1B11
(15,27,17)
#000000
(0,0,0)

Tints of #A5CF9D

#A5CF9D
(165,207,157)
#ADD3A5
(173,211,165)
#B5D7AD
(181,215,173)
#BDDBB5
(189,219,181)
#C5DFBD
(197,223,189)
#CDE3C5
(205,227,197)
#D5E7CD
(213,231,205)
#DDEBD5
(221,235,213)
#E5EFDD
(229,239,221)
#EDF3E5
(237,243,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CF9D; }

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

This text font color is #A5CF9D.

Background Color

.myBgColor { background-color: #A5CF9D; }

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

This div background color is #A5CF9D.

Border color

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

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

This div border color is #A5CF9D.

Opacity

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

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

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

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

This text has shadow with #A5CF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CF9D.

Preview

Color preview on black background

This text has color #A5CF9D on black background.


Color preview on white background

This text has color #A5CF9D on white background.


Black color preview on #A5CF9D background

This text has black color on #A5CF9D background.


White color preview on #A5CF9D background

This text has white color on #A5CF9D background.


Related colors

Complementary color

Complementary color for #hex is #5A3062.


I love getcolorcode.com

Triadic colors

1 #9DA5CF and #CF9DA5 with #A5CF9D are triadic colors.

2 #9DCFA5 and #CFA59D with #A5CF9D are triadic colors.