COLOR #A5CDC6

HEX: #A5CDC6 RGB: (165,205,198)

Color info

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

RGB color model

#A5CDC6 color RGB value is (165,205,198).

RGB: (165,205,198) (65%, 80%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 198 of 255 = 78%

165
205
198

R + G + B ~ 74%. #A5CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 198 = 568 (100%)
R 165 of 568 ~ 29.05%
G 205 of 568 ~ 36.09%
B 198 of 568 ~ 34.86'%

%29.05
%36.09
%34.86

CMYK color model

#A5CDC6 color CMYK value is (20,0,3,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%

CMYK: (20,0,3,20)
C20M0Y3K20 (20%, 0%, 3%, 20%)
(0.20 / 0.00 / 0.03 / 0.20)

CMYK percentages

%19.51
%0
%3.41
%19.61

Codes

Color #A5CDC6 in popluar color models

A5 CD C6
RGB 165 205 198
HSL 170° 28.57% 72.55%
HSB/HSV 170° 19.51% 80.39%
CMYK 19.51% 0.00% 3.41%
19.61%

Color #A5CDC6 in popluar number systems.

HEX A5 CD C6
Decimal 165 205 198
Binary 10100101 11001101 11000110
Octal 245 315 306

Shades and tints

Shades of #A5CDC6

#A5CDC6
(165,205,198)
#96BBB4
(150,187,180)
#87A9A2
(135,169,162)
#789790
(120,151,144)
#69857E
(105,133,126)
#5A736C
(90,115,108)
#4B615A
(75,97,90)
#3C4F48
(60,79,72)
#2D3D36
(45,61,54)
#1E2B24
(30,43,36)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5CDC6

#A5CDC6
(165,205,198)
#ADD1CB
(173,209,203)
#B5D5D0
(181,213,208)
#BDD9D5
(189,217,213)
#C5DDDA
(197,221,218)
#CDE1DF
(205,225,223)
#D5E5E4
(213,229,228)
#DDE9E9
(221,233,233)
#E5EDEE
(229,237,238)
#EDF1F3
(237,241,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CDC6 color. Also use rgb(165,205,198) instead hex code.

Text Font Color

.myTextColor { color: #A5CDC6; }

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

This text font color is #A5CDC6.

Background Color

.myBgColor { background-color: #A5CDC6; }

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

This div background color is #A5CDC6.

Border color

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

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

This div border color is #A5CDC6.

Opacity

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

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

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

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

This text has shadow with #A5CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDC6.

Preview

Color preview on black background

This text has color #A5CDC6 on black background.


Color preview on white background

This text has color #A5CDC6 on white background.


Black color preview on #A5CDC6 background

This text has black color on #A5CDC6 background.


White color preview on #A5CDC6 background

This text has white color on #A5CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #5A3239.


I love getcolorcode.com

Triadic colors

1 #C6A5CD and #CDC6A5 with #A5CDC6 are triadic colors.

2 #C6CDA5 and #CDA5C6 with #A5CDC6 are triadic colors.