COLOR #A5DDC6

HEX: #A5DDC6
RGB: (165,221,198)

Color info

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

RGB color model

#A5DDC6 color RGB value is (165,221,198).

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

RGB channels and saturation

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

165
221
198

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

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 198 = 584 (100%)
R 165 of 584 ~ 28.25%
G 221 of 584 ~ 37.84%
B 198 of 584 ~ 33.9%

%28.25
%37.84
%33.9

CMYK color model

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

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • 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
%10.41
%13.33

Codes

Color #A5DDC6 in popluar color models

A5DDC6
RGB165221198
HSL155°45.16%75.69%
HSB/HSV155°25.34%86.67%
CMYK25.34%0.00%10.41%
13.33%

Color #A5DDC6 in popluar number systems.

HEXA5DDC6
Decimal165221198
Binary101001011101110111000110
Octal245335306

Shades and tints

Shades of #A5DDC6

#A5DDC6
(165,221,198)
#96C9B4
(150,201,180)
#87B5A2
(135,181,162)
#78A190
(120,161,144)
#698D7E
(105,141,126)
#5A796C
(90,121,108)
#4B655A
(75,101,90)
#3C5148
(60,81,72)
#2D3D36
(45,61,54)
#1E2924
(30,41,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5DDC6

#A5DDC6
(165,221,198)
#ADE0CB
(173,224,203)
#B5E3D0
(181,227,208)
#BDE6D5
(189,230,213)
#C5E9DA
(197,233,218)
#CDECDF
(205,236,223)
#D5EFE4
(213,239,228)
#DDF2E9
(221,242,233)
#E5F5EE
(229,245,238)
#EDF8F3
(237,248,243)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDC6; }

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

This text font color is #A5DDC6.


Background Color

.myBgColor { background-color: #A5DDC6; }

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

This div background color is #A5DDC6.


Border color

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

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

This div border color is #A5DDC6.


Opacity

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

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

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

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

This text has shadow with #A5DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDC6 on black background.


Color preview on white background

This text has color #A5DDC6 on white background.



Black color preview on #A5DDC6 background

This text has black color on #A5DDC6 background.


White color preview on #A5DDC6 background

This text has white color on #A5DDC6 background.