COLOR #A5DDA3

HEX: #A5DDA3
RGB: (165,221,163)

Color info

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

RGB color model

#A5DDA3 color RGB value is (165,221,163).

  • red value is 165;
  • green value is 221;
  • blue value is 163.
RGB:
(165,221,163)
(65%,87%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 163 of 255 = 64%

165
221
163

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

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 163 = 549 (100%)
R 165 of 549 ~ 30.05%
G 221 of 549 ~ 40.26%
B 163 of 549 ~ 29.69%

%30.05
%40.26
%29.69

CMYK color model

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

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 13.33%
CMYK:
(25,0,26,13)
C25M0Y26K13 
(25%,0%,26%,13%)
(0.25/0.00/0.26/0.13)	

CMYK percentages

%25.34
%0
%26.24
%13.33

Codes

Color #A5DDA3 in popluar color models

A5DDA3
RGB165221163
HSL118°46.03%75.29%
HSB/HSV118°26.24%86.67%
CMYK25.34%0.00%26.24%
13.33%

Color #A5DDA3 in popluar number systems.

HEXA5DDA3
Decimal165221163
Binary101001011101110110100011
Octal245335243

Shades and tints

Shades of #A5DDA3

#A5DDA3
(165,221,163)
#96C995
(150,201,149)
#87B587
(135,181,135)
#78A179
(120,161,121)
#698D6B
(105,141,107)
#5A795D
(90,121,93)
#4B654F
(75,101,79)
#3C5141
(60,81,65)
#2D3D33
(45,61,51)
#1E2925
(30,41,37)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5DDA3

#A5DDA3
(165,221,163)
#ADE0AB
(173,224,171)
#B5E3B3
(181,227,179)
#BDE6BB
(189,230,187)
#C5E9C3
(197,233,195)
#CDECCB
(205,236,203)
#D5EFD3
(213,239,211)
#DDF2DB
(221,242,219)
#E5F5E3
(229,245,227)
#EDF8EB
(237,248,235)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DDA3 color. Also use rgb(165,221,163) instead hex code.

Text Font Color

.myTextColor { color: #A5DDA3; }

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

This text font color is #A5DDA3.


Background Color

.myBgColor { background-color: #A5DDA3; }

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

This div background color is #A5DDA3.


Border color

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

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

This div border color is #A5DDA3.


Opacity

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

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

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

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

This text has shadow with #A5DDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDA3 on black background.


Color preview on white background

This text has color #A5DDA3 on white background.



Black color preview on #A5DDA3 background

This text has black color on #A5DDA3 background.


White color preview on #A5DDA3 background

This text has white color on #A5DDA3 background.