COLOR #A5C5CA

HEX: #A5C5CA RGB: (165,197,202)

Color info

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

RGB color model

#A5C5CA color RGB value is (165,197,202).

RGB: (165,197,202) (65%, 77%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 202 of 255 = 79%

165
197
202

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

Portions of RGB colors in percentages

R + G + B = 165 + 197 + 202 = 564 (100%)
R 165 of 564 ~ 29.26%
G 197 of 564 ~ 34.93%
B 202 of 564 ~ 35.82'%

%29.26
%34.93
%35.82

CMYK color model

#A5C5CA color CMYK value is (18,2,0,21).

  • cyan value is 18.32%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (18,2,0,21)
C18M2Y0K21 (18%, 2%, 0%, 21%)
(0.18 / 0.02 / 0.00 / 0.21)

CMYK percentages

%18.32
%2.48
%0
%20.78

Codes

Color #A5C5CA in popluar color models

A5 C5 CA
RGB 165 197 202
HSL 188° 25.87% 71.96%
HSB/HSV 188° 18.32% 79.22%
CMYK 18.32% 2.48% 0.00%
20.78%

Color #A5C5CA in popluar number systems.

HEX A5 C5 CA
Decimal 165 197 202
Binary 10100101 11000101 11001010
Octal 245 305 312

Shades and tints

Shades of #A5C5CA

#A5C5CA
(165,197,202)
#96B4B8
(150,180,184)
#87A3A6
(135,163,166)
#789294
(120,146,148)
#698182
(105,129,130)
#5A7070
(90,112,112)
#4B5F5E
(75,95,94)
#3C4E4C
(60,78,76)
#2D3D3A
(45,61,58)
#1E2C28
(30,44,40)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #A5C5CA

#A5C5CA
(165,197,202)
#ADCACE
(173,202,206)
#B5CFD2
(181,207,210)
#BDD4D6
(189,212,214)
#C5D9DA
(197,217,218)
#CDDEDE
(205,222,222)
#D5E3E2
(213,227,226)
#DDE8E6
(221,232,230)
#E5EDEA
(229,237,234)
#EDF2EE
(237,242,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C5CA; }

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

This text font color is #A5C5CA.

Background Color

.myBgColor { background-color: #A5C5CA; }

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

This div background color is #A5C5CA.

Border color

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

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

This div border color is #A5C5CA.

Opacity

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

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

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

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

This text has shadow with #A5C5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C5CA.

Preview

Color preview on black background

This text has color #A5C5CA on black background.


Color preview on white background

This text has color #A5C5CA on white background.


Black color preview on #A5C5CA background

This text has black color on #A5C5CA background.


White color preview on #A5C5CA background

This text has white color on #A5C5CA background.


Related colors

Complementary color

Complementary color for #hex is #5A3A35.


I love getcolorcode.com

Triadic colors

1 #CAA5C5 and #C5CAA5 with #A5C5CA are triadic colors.

2 #CAC5A5 and #C5A5CA with #A5C5CA are triadic colors.