COLOR #A5C7D1

HEX: #A5C7D1
RGB: (165,199,209)

Color info

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

RGB color model

#A5C7D1 color RGB value is (165,199,209).

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

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 209 of 255 = 82%

165
199
209

R + G + B ~ 75%. #A5C7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 199 + 209 = 573 (100%)
R 165 of 573 ~ 28.8%
G 199 of 573 ~ 34.73%
B 209 of 573 ~ 36.47%

%28.8
%34.73
%36.47

CMYK color model

#A5C7D1 color CMYK value is (21,5,0,18).

  • cyan value is 21.05%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,5,0,18)
C21M5Y0K18 
(21%,5%,0%,18%)
(0.21/0.05/0.00/0.18)	

CMYK percentages

%21.05
%4.78
%0
%18.04

Codes

Color #A5C7D1 in popluar color models

A5C7D1
RGB165199209
HSL194°32.35%73.33%
HSB/HSV194°21.05%81.96%
CMYK21.05%4.78%0.00%
18.04%

Color #A5C7D1 in popluar number systems.

HEXA5C7D1
Decimal165199209
Binary101001011100011111010001
Octal245307321

Shades and tints

Shades of #A5C7D1

#A5C7D1
(165,199,209)
#96B5BE
(150,181,190)
#87A3AB
(135,163,171)
#789198
(120,145,152)
#697F85
(105,127,133)
#5A6D72
(90,109,114)
#4B5B5F
(75,91,95)
#3C494C
(60,73,76)
#2D3739
(45,55,57)
#1E2526
(30,37,38)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5C7D1

#A5C7D1
(165,199,209)
#ADCCD5
(173,204,213)
#B5D1D9
(181,209,217)
#BDD6DD
(189,214,221)
#C5DBE1
(197,219,225)
#CDE0E5
(205,224,229)
#D5E5E9
(213,229,233)
#DDEAED
(221,234,237)
#E5EFF1
(229,239,241)
#EDF4F5
(237,244,245)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7D1; }

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

This text font color is #A5C7D1.


Background Color

.myBgColor { background-color: #A5C7D1; }

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

This div background color is #A5C7D1.


Border color

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

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

This div border color is #A5C7D1.


Opacity

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

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

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

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

This text has shadow with #A5C7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C7D1 on black background.


Color preview on white background

This text has color #A5C7D1 on white background.



Black color preview on #A5C7D1 background

This text has black color on #A5C7D1 background.


White color preview on #A5C7D1 background

This text has white color on #A5C7D1 background.