COLOR #A5D1AE

HEX: #A5D1AE
RGB: (165,209,174)

Color info

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

RGB color model

#A5D1AE color RGB value is (165,209,174).

  • red value is 165;
  • green value is 209;
  • blue value is 174.
RGB:
(165,209,174)
(65%,82%,68%)

RGB channels and saturation

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

165
209
174

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

Portions of RGB colors in percentages

R + G + B =
165 + 209 + 174 = 548 (100%)
R 165 of 548 ~ 30.11%
G 209 of 548 ~ 38.14%
B 174 of 548 ~ 31.75%

%30.11
%38.14
%31.75

CMYK color model

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

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • 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
%16.75
%18.04

Codes

Color #A5D1AE in popluar color models

A5D1AE
RGB165209174
HSL132°32.35%73.33%
HSB/HSV132°21.05%81.96%
CMYK21.05%0.00%16.75%
18.04%

Color #A5D1AE in popluar number systems.

HEXA5D1AE
Decimal165209174
Binary101001011101000110101110
Octal245321256

Shades and tints

Shades of #A5D1AE

#A5D1AE
(165,209,174)
#96BE9F
(150,190,159)
#87AB90
(135,171,144)
#789881
(120,152,129)
#698572
(105,133,114)
#5A7263
(90,114,99)
#4B5F54
(75,95,84)
#3C4C45
(60,76,69)
#2D3936
(45,57,54)
#1E2627
(30,38,39)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #A5D1AE

#A5D1AE
(165,209,174)
#ADD5B5
(173,213,181)
#B5D9BC
(181,217,188)
#BDDDC3
(189,221,195)
#C5E1CA
(197,225,202)
#CDE5D1
(205,229,209)
#D5E9D8
(213,233,216)
#DDEDDF
(221,237,223)
#E5F1E6
(229,241,230)
#EDF5ED
(237,245,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D1AE; }

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

This text font color is #A5D1AE.


Background Color

.myBgColor { background-color: #A5D1AE; }

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

This div background color is #A5D1AE.


Border color

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

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

This div border color is #A5D1AE.


Opacity

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

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

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

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

This text has shadow with #A5D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D1AE on black background.


Color preview on white background

This text has color #A5D1AE on white background.



Black color preview on #A5D1AE background

This text has black color on #A5D1AE background.


White color preview on #A5D1AE background

This text has white color on #A5D1AE background.