COLOR #A5C7D5

HEX: #A5C7D5 RGB: (165,199,213)

Color info

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

RGB color model

#A5C7D5 color RGB value is (165,199,213).

RGB: (165,199,213) (65%, 78%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 199 of 255 = 78%
B 213 of 255 = 84%

165
199
213

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

Portions of RGB colors in percentages

R + G + B = 165 + 199 + 213 = 577 (100%)
R 165 of 577 ~ 28.6%
G 199 of 577 ~ 34.49%
B 213 of 577 ~ 36.92'%

%28.6
%34.49
%36.92

CMYK color model

#A5C7D5 color CMYK value is (23,7,0,16).

  • cyan value is 22.54%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (23,7,0,16) C23M7Y0K16 (23%,7%,0%,16%) (0.23/0.07/0.00/0.16) 

CMYK percentages

%22.54
%6.57
%0
%16.47

Codes

Color #A5C7D5 in popluar color models

A5 C7 D5
RGB 165 199 213
HSL 198° 36.36% 74.12%
HSB/HSV 198° 22.54% 83.53%
CMYK 22.54% 6.57% 0.00%
16.47%

Color #A5C7D5 in popluar number systems.

HEX A5 C7 D5
Decimal 165 199 213
Binary 10100101 11000111 11010101
Octal 245 307 325

Shades and tints

Shades of #A5C7D5

#A5C7D5
(165,199,213)
#96B5C2
(150,181,194)
#87A3AF
(135,163,175)
#78919C
(120,145,156)
#697F89
(105,127,137)
#5A6D76
(90,109,118)
#4B5B63
(75,91,99)
#3C4950
(60,73,80)
#2D373D
(45,55,61)
#1E252A
(30,37,42)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5C7D5

#A5C7D5
(165,199,213)
#ADCCD8
(173,204,216)
#B5D1DB
(181,209,219)
#BDD6DE
(189,214,222)
#C5DBE1
(197,219,225)
#CDE0E4
(205,224,228)
#D5E5E7
(213,229,231)
#DDEAEA
(221,234,234)
#E5EFED
(229,239,237)
#EDF4F0
(237,244,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C7D5; }

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

This text font color is #A5C7D5.

Background Color

.myBgColor { background-color: #A5C7D5; }

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

This div background color is #A5C7D5.

Border color

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

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

This div border color is #A5C7D5.

Opacity

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

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

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

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

This text has shadow with #A5C7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C7D5.

Preview

Color preview on black background

This text has color #A5C7D5 on black background.


Color preview on white background

This text has color #A5C7D5 on white background.


Black color preview on #A5C7D5 background

This text has black color on #A5C7D5 background.


White color preview on #A5C7D5 background

This text has white color on #A5C7D5 background.


Related colors

Complementary color

Complementary color for #hex is #5A382A.


I love getcolorcode.com

Triadic colors

1 #D5A5C7 and #C7D5A5 with #A5C7D5 are triadic colors.

2 #D5C7A5 and #C7A5D5 with #A5C7D5 are triadic colors.