COLOR #A5D1AD

HEX: #A5D1AD RGB: (165,209,173)

Color info

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

RGB color model

#A5D1AD color RGB value is (165,209,173).

RGB: (165,209,173) (65%, 82%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 209 of 255 = 82%
B 173 of 255 = 68%

165
209
173

R + G + B ~ 72%. #A5D1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 209 + 173 = 547 (100%)
R 165 of 547 ~ 30.16%
G 209 of 547 ~ 38.21%
B 173 of 547 ~ 31.63'%

%30.16
%38.21
%31.63

CMYK color model

#A5D1AD color CMYK value is (21,0,17,18).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%
CMYK: (21,0,17,18) C21M0Y17K18 (21%,0%,17%,18%) (0.21/0.00/0.17/0.18) 

CMYK percentages

%21.05
%0
%17.22
%18.04

Codes

Color #A5D1AD in popluar color models

A5 D1 AD
RGB 165 209 173
HSL 131° 32.35% 73.33%
HSB/HSV 131° 21.05% 81.96%
CMYK 21.05% 0.00% 17.22%
18.04%

Color #A5D1AD in popluar number systems.

HEX A5 D1 AD
Decimal 165 209 173
Binary 10100101 11010001 10101101
Octal 245 321 255

Shades and tints

Shades of #A5D1AD

#A5D1AD
(165,209,173)
#96BE9E
(150,190,158)
#87AB8F
(135,171,143)
#789880
(120,152,128)
#698571
(105,133,113)
#5A7262
(90,114,98)
#4B5F53
(75,95,83)
#3C4C44
(60,76,68)
#2D3935
(45,57,53)
#1E2626
(30,38,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5D1AD

#A5D1AD
(165,209,173)
#ADD5B4
(173,213,180)
#B5D9BB
(181,217,187)
#BDDDC2
(189,221,194)
#C5E1C9
(197,225,201)
#CDE5D0
(205,229,208)
#D5E9D7
(213,233,215)
#DDEDDE
(221,237,222)
#E5F1E5
(229,241,229)
#EDF5EC
(237,245,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D1AD; }

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

This text font color is #A5D1AD.

Background Color

.myBgColor { background-color: #A5D1AD; }

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

This div background color is #A5D1AD.

Border color

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

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

This div border color is #A5D1AD.

Opacity

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

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

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

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

This text has shadow with #A5D1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D1AD.

Preview

Color preview on black background

This text has color #A5D1AD on black background.


Color preview on white background

This text has color #A5D1AD on white background.


Black color preview on #A5D1AD background

This text has black color on #A5D1AD background.


White color preview on #A5D1AD background

This text has white color on #A5D1AD background.


Related colors

Complementary color

Complementary color for #hex is #5A2E52.


I love getcolorcode.com

Triadic colors

1 #ADA5D1 and #D1ADA5 with #A5D1AD are triadic colors.

2 #ADD1A5 and #D1A5AD with #A5D1AD are triadic colors.