COLOR #A5DFA7

HEX: #A5DFA7
RGB: (165,223,167)

Color info

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

RGB color model

#A5DFA7 color RGB value is (165,223,167).

  • red value is 165;
  • green value is 223;
  • blue value is 167.
RGB:
(165,223,167)
(65%,87%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 167 of 255 = 65%

165
223
167

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

Portions of RGB colors in percentages

R + G + B =
165 + 223 + 167 = 555 (100%)
R 165 of 555 ~ 29.73%
G 223 of 555 ~ 40.18%
B 167 of 555 ~ 30.09%

%29.73
%40.18
%30.09

CMYK color model

#A5DFA7 color CMYK value is (26,0,25,13).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(26,0,25,13)
C26M0Y25K13 
(26%,0%,25%,13%)
(0.26/0.00/0.25/0.13)	

CMYK percentages

%26.01
%0
%25.11
%12.55

Codes

Color #A5DFA7 in popluar color models

A5DFA7
RGB165223167
HSL122°47.54%76.08%
HSB/HSV122°26.01%87.45%
CMYK26.01%0.00%25.11%
12.55%

Color #A5DFA7 in popluar number systems.

HEXA5DFA7
Decimal165223167
Binary101001011101111110100111
Octal245337247

Shades and tints

Shades of #A5DFA7

#A5DFA7
(165,223,167)
#96CB98
(150,203,152)
#87B789
(135,183,137)
#78A37A
(120,163,122)
#698F6B
(105,143,107)
#5A7B5C
(90,123,92)
#4B674D
(75,103,77)
#3C533E
(60,83,62)
#2D3F2F
(45,63,47)
#1E2B20
(30,43,32)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5DFA7

#A5DFA7
(165,223,167)
#ADE1AF
(173,225,175)
#B5E3B7
(181,227,183)
#BDE5BF
(189,229,191)
#C5E7C7
(197,231,199)
#CDE9CF
(205,233,207)
#D5EBD7
(213,235,215)
#DDEDDF
(221,237,223)
#E5EFE7
(229,239,231)
#EDF1EF
(237,241,239)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DFA7 color. Also use rgb(165,223,167) instead hex code.

Text Font Color

.myTextColor { color: #A5DFA7; }

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

This text font color is #A5DFA7.


Background Color

.myBgColor { background-color: #A5DFA7; }

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

This div background color is #A5DFA7.


Border color

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

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

This div border color is #A5DFA7.


Opacity

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

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

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

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

This text has shadow with #A5DFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DFA7 on black background.


Color preview on white background

This text has color #A5DFA7 on white background.



Black color preview on #A5DFA7 background

This text has black color on #A5DFA7 background.


White color preview on #A5DFA7 background

This text has white color on #A5DFA7 background.