COLOR #A5C2CA

HEX: #A5C2CA RGB: (165,194,202)

Color info

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

RGB color model

#A5C2CA color RGB value is (165,194,202).

RGB: (165,194,202) (65%, 76%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 202 of 255 = 79%

165
194
202

R + G + B ~ 73%. #A5C2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 194 + 202 = 561 (100%)
R 165 of 561 ~ 29.41%
G 194 of 561 ~ 34.58%
B 202 of 561 ~ 36.01'%

%29.41
%34.58
%36.01

CMYK color model

#A5C2CA color CMYK value is (18,4,0,21).

  • cyan value is 18.32%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (18,4,0,21) C18M4Y0K21 (18%,4%,0%,21%) (0.18/0.04/0.00/0.21) 

CMYK percentages

%18.32
%3.96
%0
%20.78

Codes

Color #A5C2CA in popluar color models

A5 C2 CA
RGB 165 194 202
HSL 193° 25.87% 71.96%
HSB/HSV 193° 18.32% 79.22%
CMYK 18.32% 3.96% 0.00%
20.78%

Color #A5C2CA in popluar number systems.

HEX A5 C2 CA
Decimal 165 194 202
Binary 10100101 11000010 11001010
Octal 245 302 312

Shades and tints

Shades of #A5C2CA

#A5C2CA
(165,194,202)
#96B1B8
(150,177,184)
#87A0A6
(135,160,166)
#788F94
(120,143,148)
#697E82
(105,126,130)
#5A6D70
(90,109,112)
#4B5C5E
(75,92,94)
#3C4B4C
(60,75,76)
#2D3A3A
(45,58,58)
#1E2928
(30,41,40)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5C2CA

#A5C2CA
(165,194,202)
#ADC7CE
(173,199,206)
#B5CCD2
(181,204,210)
#BDD1D6
(189,209,214)
#C5D6DA
(197,214,218)
#CDDBDE
(205,219,222)
#D5E0E2
(213,224,226)
#DDE5E6
(221,229,230)
#E5EAEA
(229,234,234)
#EDEFEE
(237,239,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C2CA; }

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

This text font color is #A5C2CA.

Background Color

.myBgColor { background-color: #A5C2CA; }

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

This div background color is #A5C2CA.

Border color

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

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

This div border color is #A5C2CA.

Opacity

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

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

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

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

This text has shadow with #A5C2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C2CA.

Preview

Color preview on black background

This text has color #A5C2CA on black background.


Color preview on white background

This text has color #A5C2CA on white background.


Black color preview on #A5C2CA background

This text has black color on #A5C2CA background.


White color preview on #A5C2CA background

This text has white color on #A5C2CA background.


Related colors

Complementary color

Complementary color for #hex is #5A3D35.


I love getcolorcode.com

Triadic colors

1 #CAA5C2 and #C2CAA5 with #A5C2CA are triadic colors.

2 #CAC2A5 and #C2A5CA with #A5C2CA are triadic colors.