COLOR #A5D0CE

HEX: #A5D0CE
RGB: (165,208,206)

Color info

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

RGB color model

#A5D0CE color RGB value is (165,208,206).

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

RGB channels and saturation

R 165 of 255 = 65%
G 208 of 255 = 82%
B 206 of 255 = 81%

165
208
206

R + G + B ~ 76%. #A5D0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 208 + 206 = 579 (100%)
R 165 of 579 ~ 28.5%
G 208 of 579 ~ 35.92%
B 206 of 579 ~ 35.58%

%28.5
%35.92
%35.58

CMYK color model

#A5D0CE color CMYK value is (21,0,1,18).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 0.96%
  • key color value is 18.43%
CMYK:
(21,0,1,18)
C21M0Y1K18 
(21%,0%,1%,18%)
(0.21/0.00/0.01/0.18)	

CMYK percentages

%20.67
%0
%0.96
%18.43

Codes

Color #A5D0CE in popluar color models

A5D0CE
RGB165208206
HSL177°31.39%73.14%
HSB/HSV177°20.67%81.57%
CMYK20.67%0.00%0.96%
18.43%

Color #A5D0CE in popluar number systems.

HEXA5D0CE
Decimal165208206
Binary101001011101000011001110
Octal245320316

Shades and tints

Shades of #A5D0CE

#A5D0CE
(165,208,206)
#96BEBC
(150,190,188)
#87ACAA
(135,172,170)
#789A98
(120,154,152)
#698886
(105,136,134)
#5A7674
(90,118,116)
#4B6462
(75,100,98)
#3C5250
(60,82,80)
#2D403E
(45,64,62)
#1E2E2C
(30,46,44)
#0F1C1A
(15,28,26)
#000000
(0,0,0)

Tints of #A5D0CE

#A5D0CE
(165,208,206)
#ADD4D2
(173,212,210)
#B5D8D6
(181,216,214)
#BDDCDA
(189,220,218)
#C5E0DE
(197,224,222)
#CDE4E2
(205,228,226)
#D5E8E6
(213,232,230)
#DDECEA
(221,236,234)
#E5F0EE
(229,240,238)
#EDF4F2
(237,244,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D0CE; }

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

This text font color is #A5D0CE.


Background Color

.myBgColor { background-color: #A5D0CE; }

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

This div background color is #A5D0CE.


Border color

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

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

This div border color is #A5D0CE.


Opacity

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

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

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

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

This text has shadow with #A5D0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D0CE on black background.


Color preview on white background

This text has color #A5D0CE on white background.



Black color preview on #A5D0CE background

This text has black color on #A5D0CE background.


White color preview on #A5D0CE background

This text has white color on #A5D0CE background.