COLOR #A5D0D4

HEX: #A5D0D4
RGB: (165,208,212)

Color info

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

RGB color model

#A5D0D4 color RGB value is (165,208,212).

  • red value is 165;
  • green value is 208;
  • blue value is 212.
RGB:
(165,208,212)
(65%,82%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 208 of 255 = 82%
B 212 of 255 = 83%

165
208
212

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

Portions of RGB colors in percentages

R + G + B =
165 + 208 + 212 = 585 (100%)
R 165 of 585 ~ 28.21%
G 208 of 585 ~ 35.56%
B 212 of 585 ~ 36.24%

%28.21
%35.56
%36.24

CMYK color model

#A5D0D4 color CMYK value is (22,2,0,17).

  • cyan value is 22.17%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,2,0,17)
C22M2Y0K17 
(22%,2%,0%,17%)
(0.22/0.02/0.00/0.17)	

CMYK percentages

%22.17
%1.89
%0
%16.86

Codes

Color #A5D0D4 in popluar color models

A5D0D4
RGB165208212
HSL185°35.34%73.92%
HSB/HSV185°22.17%83.14%
CMYK22.17%1.89%0.00%
16.86%

Color #A5D0D4 in popluar number systems.

HEXA5D0D4
Decimal165208212
Binary101001011101000011010100
Octal245320324

Shades and tints

Shades of #A5D0D4

#A5D0D4
(165,208,212)
#96BEC1
(150,190,193)
#87ACAE
(135,172,174)
#789A9B
(120,154,155)
#698888
(105,136,136)
#5A7675
(90,118,117)
#4B6462
(75,100,98)
#3C524F
(60,82,79)
#2D403C
(45,64,60)
#1E2E29
(30,46,41)
#0F1C16
(15,28,22)
#000000
(0,0,0)

Tints of #A5D0D4

#A5D0D4
(165,208,212)
#ADD4D7
(173,212,215)
#B5D8DA
(181,216,218)
#BDDCDD
(189,220,221)
#C5E0E0
(197,224,224)
#CDE4E3
(205,228,227)
#D5E8E6
(213,232,230)
#DDECE9
(221,236,233)
#E5F0EC
(229,240,236)
#EDF4EF
(237,244,239)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D0D4 color. Also use rgb(165,208,212) instead hex code.

Text Font Color

.myTextColor { color: #A5D0D4; }

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

This text font color is #A5D0D4.


Background Color

.myBgColor { background-color: #A5D0D4; }

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

This div background color is #A5D0D4.


Border color

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

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

This div border color is #A5D0D4.


Opacity

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

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

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

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

This text has shadow with #A5D0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D0D4 on black background.


Color preview on white background

This text has color #A5D0D4 on white background.



Black color preview on #A5D0D4 background

This text has black color on #A5D0D4 background.


White color preview on #A5D0D4 background

This text has white color on #A5D0D4 background.