COLOR #A5D9CA

HEX: #A5D9CA
RGB: (165,217,202)

Color info

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

RGB color model

#A5D9CA color RGB value is (165,217,202).

  • red value is 165;
  • green value is 217;
  • blue value is 202.
RGB:
(165,217,202)
(65%,85%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 217 of 255 = 85%
B 202 of 255 = 79%

165
217
202

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

Portions of RGB colors in percentages

R + G + B =
165 + 217 + 202 = 584 (100%)
R 165 of 584 ~ 28.25%
G 217 of 584 ~ 37.16%
B 202 of 584 ~ 34.59%

%28.25
%37.16
%34.59

CMYK color model

#A5D9CA color CMYK value is (24,0,7,15).

  • cyan value is 23.96%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 14.90%
CMYK:
(24,0,7,15)
C24M0Y7K15 
(24%,0%,7%,15%)
(0.24/0.00/0.07/0.15)	

CMYK percentages

%23.96
%0
%6.91
%14.9

Codes

Color #A5D9CA in popluar color models

A5D9CA
RGB165217202
HSL163°40.63%74.90%
HSB/HSV163°23.96%85.10%
CMYK23.96%0.00%6.91%
14.90%

Color #A5D9CA in popluar number systems.

HEXA5D9CA
Decimal165217202
Binary101001011101100111001010
Octal245331312

Shades and tints

Shades of #A5D9CA

#A5D9CA
(165,217,202)
#96C6B8
(150,198,184)
#87B3A6
(135,179,166)
#78A094
(120,160,148)
#698D82
(105,141,130)
#5A7A70
(90,122,112)
#4B675E
(75,103,94)
#3C544C
(60,84,76)
#2D413A
(45,65,58)
#1E2E28
(30,46,40)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #A5D9CA

#A5D9CA
(165,217,202)
#ADDCCE
(173,220,206)
#B5DFD2
(181,223,210)
#BDE2D6
(189,226,214)
#C5E5DA
(197,229,218)
#CDE8DE
(205,232,222)
#D5EBE2
(213,235,226)
#DDEEE6
(221,238,230)
#E5F1EA
(229,241,234)
#EDF4EE
(237,244,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D9CA color. Also use rgb(165,217,202) instead hex code.

Text Font Color

.myTextColor { color: #A5D9CA; }

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

This text font color is #A5D9CA.


Background Color

.myBgColor { background-color: #A5D9CA; }

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

This div background color is #A5D9CA.


Border color

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

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

This div border color is #A5D9CA.


Opacity

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

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

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

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

This text has shadow with #A5D9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D9CA on black background.


Color preview on white background

This text has color #A5D9CA on white background.



Black color preview on #A5D9CA background

This text has black color on #A5D9CA background.


White color preview on #A5D9CA background

This text has white color on #A5D9CA background.