COLOR #A5DCAD

HEX: #A5DCAD RGB: (165,220,173)

Color info

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

RGB color model

#A5DCAD color RGB value is (165,220,173).

RGB: (165,220,173) (65%, 86%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 173 of 255 = 68%

165
220
173

R + G + B ~ 73%. #A5DCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 220 + 173 = 558 (100%)
R 165 of 558 ~ 29.57%
G 220 of 558 ~ 39.43%
B 173 of 558 ~ 31'%

%29.57
%39.43
%31

CMYK color model

#A5DCAD color CMYK value is (25,0,21,14).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 13.73%
CMYK: (25,0,21,14) C25M0Y21K14 (25%,0%,21%,14%) (0.25/0.00/0.21/0.14) 

CMYK percentages

%25
%0
%21.36
%13.73

Codes

Color #A5DCAD in popluar color models

A5 DC AD
RGB 165 220 173
HSL 129° 44.00% 75.49%
HSB/HSV 129° 25.00% 86.27%
CMYK 25.00% 0.00% 21.36%
13.73%

Color #A5DCAD in popluar number systems.

HEX A5 DC AD
Decimal 165 220 173
Binary 10100101 11011100 10101101
Octal 245 334 255

Shades and tints

Shades of #A5DCAD

#A5DCAD
(165,220,173)
#96C89E
(150,200,158)
#87B48F
(135,180,143)
#78A080
(120,160,128)
#698C71
(105,140,113)
#5A7862
(90,120,98)
#4B6453
(75,100,83)
#3C5044
(60,80,68)
#2D3C35
(45,60,53)
#1E2826
(30,40,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5DCAD

#A5DCAD
(165,220,173)
#ADDFB4
(173,223,180)
#B5E2BB
(181,226,187)
#BDE5C2
(189,229,194)
#C5E8C9
(197,232,201)
#CDEBD0
(205,235,208)
#D5EED7
(213,238,215)
#DDF1DE
(221,241,222)
#E5F4E5
(229,244,229)
#EDF7EC
(237,247,236)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCAD; }

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

This text font color is #A5DCAD.

Background Color

.myBgColor { background-color: #A5DCAD; }

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

This div background color is #A5DCAD.

Border color

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

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

This div border color is #A5DCAD.

Opacity

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

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

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

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

This text has shadow with #A5DCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DCAD.

Preview

Color preview on black background

This text has color #A5DCAD on black background.


Color preview on white background

This text has color #A5DCAD on white background.


Black color preview on #A5DCAD background

This text has black color on #A5DCAD background.


White color preview on #A5DCAD background

This text has white color on #A5DCAD background.


Related colors

Complementary color

Complementary color for #hex is #5A2352.


I love getcolorcode.com

Triadic colors

1 #ADA5DC and #DCADA5 with #A5DCAD are triadic colors.

2 #ADDCA5 and #DCA5AD with #A5DCAD are triadic colors.