COLOR #A5C7D9

HEX: #A5C7D9 RGB: (165,199,217)

Color info

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

RGB color model

#A5C7D9 color RGB value is (165,199,217).

RGB: (165,199,217) (65%, 78%, 85%)

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 217 of 255 = 85%

165
199
217

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

Portions of RGB colors in percentages

R + G + B = 165 + 199 + 217 = 581 (100%)
R 165 of 581 ~ 28.4%
G 199 of 581 ~ 34.25%
B 217 of 581 ~ 37.35'%

%28.4
%34.25
%37.35

CMYK color model

#A5C7D9 color CMYK value is (24,8,0,15).

  • cyan value is 23.96%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (24,8,0,15) C24M8Y0K15 (24%,8%,0%,15%) (0.24/0.08/0.00/0.15) 

CMYK percentages

%23.96
%8.29
%0
%14.9

Codes

Color #A5C7D9 in popluar color models

A5 C7 D9
RGB 165 199 217
HSL 201° 40.63% 74.90%
HSB/HSV 201° 23.96% 85.10%
CMYK 23.96% 8.29% 0.00%
14.90%

Color #A5C7D9 in popluar number systems.

HEX A5 C7 D9
Decimal 165 199 217
Binary 10100101 11000111 11011001
Octal 245 307 331

Shades and tints

Shades of #A5C7D9

#A5C7D9
(165,199,217)
#96B5C6
(150,181,198)
#87A3B3
(135,163,179)
#7891A0
(120,145,160)
#697F8D
(105,127,141)
#5A6D7A
(90,109,122)
#4B5B67
(75,91,103)
#3C4954
(60,73,84)
#2D3741
(45,55,65)
#1E252E
(30,37,46)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #A5C7D9

#A5C7D9
(165,199,217)
#ADCCDC
(173,204,220)
#B5D1DF
(181,209,223)
#BDD6E2
(189,214,226)
#C5DBE5
(197,219,229)
#CDE0E8
(205,224,232)
#D5E5EB
(213,229,235)
#DDEAEE
(221,234,238)
#E5EFF1
(229,239,241)
#EDF4F4
(237,244,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7D9; }

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

This text font color is #A5C7D9.

Background Color

.myBgColor { background-color: #A5C7D9; }

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

This div background color is #A5C7D9.

Border color

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

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

This div border color is #A5C7D9.

Opacity

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

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

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

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

This text has shadow with #A5C7D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C7D9.

Preview

Color preview on black background

This text has color #A5C7D9 on black background.


Color preview on white background

This text has color #A5C7D9 on white background.


Black color preview on #A5C7D9 background

This text has black color on #A5C7D9 background.


White color preview on #A5C7D9 background

This text has white color on #A5C7D9 background.


Related colors

Complementary color

Complementary color for #hex is #5A3826.


I love getcolorcode.com

Triadic colors

1 #D9A5C7 and #C7D9A5 with #A5C7D9 are triadic colors.

2 #D9C7A5 and #C7A5D9 with #A5C7D9 are triadic colors.