COLOR #A5DDD1

HEX: #A5DDD1 RGB: (165,221,209)

Color info

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

RGB color model

#A5DDD1 color RGB value is (165,221,209).

RGB: (165,221,209) (65%, 87%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 209 of 255 = 82%

165
221
209

R + G + B ~ 78%. #A5DDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 221 + 209 = 595 (100%)
R 165 of 595 ~ 27.73%
G 221 of 595 ~ 37.14%
B 209 of 595 ~ 35.13'%

%27.73
%37.14
%35.13

CMYK color model

#A5DDD1 color CMYK value is (25,0,5,13).

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

CMYK: (25,0,5,13)
C25M0Y5K13 (25%, 0%, 5%, 13%)
(0.25 / 0.00 / 0.05 / 0.13)

CMYK percentages

%25.34
%0
%5.43
%13.33

Codes

Color #A5DDD1 in popluar color models

A5 DD D1
RGB 165 221 209
HSL 167° 45.16% 75.69%
HSB/HSV 167° 25.34% 86.67%
CMYK 25.34% 0.00% 5.43%
13.33%

Color #A5DDD1 in popluar number systems.

HEX A5 DD D1
Decimal 165 221 209
Binary 10100101 11011101 11010001
Octal 245 335 321

Shades and tints

Shades of #A5DDD1

#A5DDD1
(165,221,209)
#96C9BE
(150,201,190)
#87B5AB
(135,181,171)
#78A198
(120,161,152)
#698D85
(105,141,133)
#5A7972
(90,121,114)
#4B655F
(75,101,95)
#3C514C
(60,81,76)
#2D3D39
(45,61,57)
#1E2926
(30,41,38)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5DDD1

#A5DDD1
(165,221,209)
#ADE0D5
(173,224,213)
#B5E3D9
(181,227,217)
#BDE6DD
(189,230,221)
#C5E9E1
(197,233,225)
#CDECE5
(205,236,229)
#D5EFE9
(213,239,233)
#DDF2ED
(221,242,237)
#E5F5F1
(229,245,241)
#EDF8F5
(237,248,245)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDD1; }

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

This text font color is #A5DDD1.

Background Color

.myBgColor { background-color: #A5DDD1; }

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

This div background color is #A5DDD1.

Border color

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

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

This div border color is #A5DDD1.

Opacity

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

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

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

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

This text has shadow with #A5DDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DDD1.

Preview

Color preview on black background

This text has color #A5DDD1 on black background.


Color preview on white background

This text has color #A5DDD1 on white background.


Black color preview on #A5DDD1 background

This text has black color on #A5DDD1 background.


White color preview on #A5DDD1 background

This text has white color on #A5DDD1 background.


Related colors

Complementary color

Complementary color for #hex is #5A222E.


I love getcolorcode.com

Triadic colors

1 #D1A5DD and #DDD1A5 with #A5DDD1 are triadic colors.

2 #D1DDA5 and #DDA5D1 with #A5DDD1 are triadic colors.