COLOR #A5DDB8

HEX: #A5DDB8 RGB: (165,221,184)

Color info

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

RGB color model

#A5DDB8 color RGB value is (165,221,184).

RGB: (165,221,184) (65%, 87%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 184 of 255 = 72%

165
221
184

R + G + B ~ 75%. #A5DDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 221 + 184 = 570 (100%)
R 165 of 570 ~ 28.95%
G 221 of 570 ~ 38.77%
B 184 of 570 ~ 32.28'%

%28.95
%38.77
%32.28

CMYK color model

#A5DDB8 color CMYK value is (25,0,17,13).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 13.33%

CMYK: (25,0,17,13)
C25M0Y17K13 (25%, 0%, 17%, 13%)
(0.25 / 0.00 / 0.17 / 0.13)

CMYK percentages

%25.34
%0
%16.74
%13.33

Codes

Color #A5DDB8 in popluar color models

A5 DD B8
RGB 165 221 184
HSL 140° 45.16% 75.69%
HSB/HSV 140° 25.34% 86.67%
CMYK 25.34% 0.00% 16.74%
13.33%

Color #A5DDB8 in popluar number systems.

HEX A5 DD B8
Decimal 165 221 184
Binary 10100101 11011101 10111000
Octal 245 335 270

Shades and tints

Shades of #A5DDB8

#A5DDB8
(165,221,184)
#96C9A8
(150,201,168)
#87B598
(135,181,152)
#78A188
(120,161,136)
#698D78
(105,141,120)
#5A7968
(90,121,104)
#4B6558
(75,101,88)
#3C5148
(60,81,72)
#2D3D38
(45,61,56)
#1E2928
(30,41,40)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5DDB8

#A5DDB8
(165,221,184)
#ADE0BE
(173,224,190)
#B5E3C4
(181,227,196)
#BDE6CA
(189,230,202)
#C5E9D0
(197,233,208)
#CDECD6
(205,236,214)
#D5EFDC
(213,239,220)
#DDF2E2
(221,242,226)
#E5F5E8
(229,245,232)
#EDF8EE
(237,248,238)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDB8; }

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

This text font color is #A5DDB8.

Background Color

.myBgColor { background-color: #A5DDB8; }

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

This div background color is #A5DDB8.

Border color

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

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

This div border color is #A5DDB8.

Opacity

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

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

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

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

This text has shadow with #A5DDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DDB8.

Preview

Color preview on black background

This text has color #A5DDB8 on black background.


Color preview on white background

This text has color #A5DDB8 on white background.


Black color preview on #A5DDB8 background

This text has black color on #A5DDB8 background.


White color preview on #A5DDB8 background

This text has white color on #A5DDB8 background.


Related colors

Complementary color

Complementary color for #hex is #5A2247.


I love getcolorcode.com

Triadic colors

1 #B8A5DD and #DDB8A5 with #A5DDB8 are triadic colors.

2 #B8DDA5 and #DDA5B8 with #A5DDB8 are triadic colors.