COLOR #A5CDB6

HEX: #A5CDB6 RGB: (165,205,182)

Color info

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

RGB color model

#A5CDB6 color RGB value is (165,205,182).

RGB: (165,205,182) (65%, 80%, 71%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 182 of 255 = 71%

165
205
182

R + G + B ~ 72%. #A5CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 182 = 552 (100%)
R 165 of 552 ~ 29.89%
G 205 of 552 ~ 37.14%
B 182 of 552 ~ 32.97'%

%29.89
%37.14
%32.97

CMYK color model

#A5CDB6 color CMYK value is (20,0,11,20).

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

CMYK: (20,0,11,20)
C20M0Y11K20 (20%, 0%, 11%, 20%)
(0.20 / 0.00 / 0.11 / 0.20)

CMYK percentages

%19.51
%0
%11.22
%19.61

Codes

Color #A5CDB6 in popluar color models

A5 CD B6
RGB 165 205 182
HSL 146° 28.57% 72.55%
HSB/HSV 146° 19.51% 80.39%
CMYK 19.51% 0.00% 11.22%
19.61%

Color #A5CDB6 in popluar number systems.

HEX A5 CD B6
Decimal 165 205 182
Binary 10100101 11001101 10110110
Octal 245 315 266

Shades and tints

Shades of #A5CDB6

#A5CDB6
(165,205,182)
#96BBA6
(150,187,166)
#87A996
(135,169,150)
#789786
(120,151,134)
#698576
(105,133,118)
#5A7366
(90,115,102)
#4B6156
(75,97,86)
#3C4F46
(60,79,70)
#2D3D36
(45,61,54)
#1E2B26
(30,43,38)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5CDB6

#A5CDB6
(165,205,182)
#ADD1BC
(173,209,188)
#B5D5C2
(181,213,194)
#BDD9C8
(189,217,200)
#C5DDCE
(197,221,206)
#CDE1D4
(205,225,212)
#D5E5DA
(213,229,218)
#DDE9E0
(221,233,224)
#E5EDE6
(229,237,230)
#EDF1EC
(237,241,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDB6; }

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

This text font color is #A5CDB6.

Background Color

.myBgColor { background-color: #A5CDB6; }

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

This div background color is #A5CDB6.

Border color

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

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

This div border color is #A5CDB6.

Opacity

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

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

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

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

This text has shadow with #A5CDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDB6.

Preview

Color preview on black background

This text has color #A5CDB6 on black background.


Color preview on white background

This text has color #A5CDB6 on white background.


Black color preview on #A5CDB6 background

This text has black color on #A5CDB6 background.


White color preview on #A5CDB6 background

This text has white color on #A5CDB6 background.


Related colors

Complementary color

Complementary color for #hex is #5A3249.


I love getcolorcode.com

Triadic colors

1 #B6A5CD and #CDB6A5 with #A5CDB6 are triadic colors.

2 #B6CDA5 and #CDA5B6 with #A5CDB6 are triadic colors.