COLOR #A5DDC7

HEX: #A5DDC7
RGB: (165,221,199)

Color info

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

RGB color model

#A5DDC7 color RGB value is (165,221,199).

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

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 199 of 255 = 78%

165
221
199

R + G + B ~ 77%. #A5DDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 199 = 585 (100%)
R 165 of 585 ~ 28.21%
G 221 of 585 ~ 37.78%
B 199 of 585 ~ 34.02%

%28.21
%37.78
%34.02

CMYK color model

#A5DDC7 color CMYK value is (25,0,10,13).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(25,0,10,13)
C25M0Y10K13 
(25%,0%,10%,13%)
(0.25/0.00/0.10/0.13)	

CMYK percentages

%25.34
%0
%9.95
%13.33

Codes

Color #A5DDC7 in popluar color models

A5DDC7
RGB165221199
HSL156°45.16%75.69%
HSB/HSV156°25.34%86.67%
CMYK25.34%0.00%9.95%
13.33%

Color #A5DDC7 in popluar number systems.

HEXA5DDC7
Decimal165221199
Binary101001011101110111000111
Octal245335307

Shades and tints

Shades of #A5DDC7

#A5DDC7
(165,221,199)
#96C9B5
(150,201,181)
#87B5A3
(135,181,163)
#78A191
(120,161,145)
#698D7F
(105,141,127)
#5A796D
(90,121,109)
#4B655B
(75,101,91)
#3C5149
(60,81,73)
#2D3D37
(45,61,55)
#1E2925
(30,41,37)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5DDC7

#A5DDC7
(165,221,199)
#ADE0CC
(173,224,204)
#B5E3D1
(181,227,209)
#BDE6D6
(189,230,214)
#C5E9DB
(197,233,219)
#CDECE0
(205,236,224)
#D5EFE5
(213,239,229)
#DDF2EA
(221,242,234)
#E5F5EF
(229,245,239)
#EDF8F4
(237,248,244)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDC7; }

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

This text font color is #A5DDC7.


Background Color

.myBgColor { background-color: #A5DDC7; }

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

This div background color is #A5DDC7.


Border color

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

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

This div border color is #A5DDC7.


Opacity

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

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

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

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

This text has shadow with #A5DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDC7 on black background.


Color preview on white background

This text has color #A5DDC7 on white background.



Black color preview on #A5DDC7 background

This text has black color on #A5DDC7 background.


White color preview on #A5DDC7 background

This text has white color on #A5DDC7 background.