COLOR #A5CDCD

HEX: #A5CDCD RGB: (165,205,205)

Color info

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

RGB color model

#A5CDCD color RGB value is (165,205,205).

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

RGB channels and saturation

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

165
205
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 205 + 205 = 575 (100%)
R 165 of 575 ~ 28.7%
G 205 of 575 ~ 35.65%
B 205 of 575 ~ 35.65'%

%28.7
%35.65
%35.65

CMYK color model

#A5CDCD color CMYK value is (20,0,0,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (20,0,0,20) C20M0Y0K20 (20%,0%,0%,20%) (0.20/0.00/0.00/0.20) 

CMYK percentages

%19.51
%0
%0
%19.61

Codes

Color #A5CDCD in popluar color models

A5 CD CD
RGB 165 205 205
HSL 180° 28.57% 72.55%
HSB/HSV 180° 19.51% 80.39%
CMYK 19.51% 0.00% 0.00%
19.61%

Color #A5CDCD in popluar number systems.

HEX A5 CD CD
Decimal 165 205 205
Binary 10100101 11001101 11001101
Octal 245 315 315

Shades and tints

Shades of #A5CDCD

#A5CDCD
(165,205,205)
#96BBBB
(150,187,187)
#87A9A9
(135,169,169)
#789797
(120,151,151)
#698585
(105,133,133)
#5A7373
(90,115,115)
#4B6161
(75,97,97)
#3C4F4F
(60,79,79)
#2D3D3D
(45,61,61)
#1E2B2B
(30,43,43)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5CDCD

#A5CDCD
(165,205,205)
#ADD1D1
(173,209,209)
#B5D5D5
(181,213,213)
#BDD9D9
(189,217,217)
#C5DDDD
(197,221,221)
#CDE1E1
(205,225,225)
#D5E5E5
(213,229,229)
#DDE9E9
(221,233,233)
#E5EDED
(229,237,237)
#EDF1F1
(237,241,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDCD; }

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

This text font color is #A5CDCD.

Background Color

.myBgColor { background-color: #A5CDCD; }

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

This div background color is #A5CDCD.

Border color

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

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

This div border color is #A5CDCD.

Opacity

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

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

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

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

This text has shadow with #A5CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CDCD.

Preview

Color preview on black background

This text has color #A5CDCD on black background.


Color preview on white background

This text has color #A5CDCD on white background.


Black color preview on #A5CDCD background

This text has black color on #A5CDCD background.


White color preview on #A5CDCD background

This text has white color on #A5CDCD background.


Related colors

Complementary color

Complementary color for #hex is #5A3232.


I love getcolorcode.com