COLOR #A5C9CA

HEX: #A5C9CA RGB: (165,201,202)

Color info

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

RGB color model

#A5C9CA color RGB value is (165,201,202).

RGB: (165,201,202) (65%, 79%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 202 of 255 = 79%

165
201
202

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

Portions of RGB colors in percentages

R + G + B = 165 + 201 + 202 = 568 (100%)
R 165 of 568 ~ 29.05%
G 201 of 568 ~ 35.39%
B 202 of 568 ~ 35.56'%

%29.05
%35.39
%35.56

CMYK color model

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

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

CMYK: (18,0,0,21)
C18M0Y0K21 (18%, 0%, 0%, 21%)
(0.18 / 0.00 / 0.00 / 0.21)

CMYK percentages

%18.32
%0.5
%0
%20.78

Codes

Color #A5C9CA in popluar color models

A5 C9 CA
RGB 165 201 202
HSL 182° 25.87% 71.96%
HSB/HSV 182° 18.32% 79.22%
CMYK 18.32% 0.50% 0.00%
20.78%

Color #A5C9CA in popluar number systems.

HEX A5 C9 CA
Decimal 165 201 202
Binary 10100101 11001001 11001010
Octal 245 311 312

Shades and tints

Shades of #A5C9CA

#A5C9CA
(165,201,202)
#96B7B8
(150,183,184)
#87A5A6
(135,165,166)
#789394
(120,147,148)
#698182
(105,129,130)
#5A6F70
(90,111,112)
#4B5D5E
(75,93,94)
#3C4B4C
(60,75,76)
#2D393A
(45,57,58)
#1E2728
(30,39,40)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5C9CA

#A5C9CA
(165,201,202)
#ADCDCE
(173,205,206)
#B5D1D2
(181,209,210)
#BDD5D6
(189,213,214)
#C5D9DA
(197,217,218)
#CDDDDE
(205,221,222)
#D5E1E2
(213,225,226)
#DDE5E6
(221,229,230)
#E5E9EA
(229,233,234)
#EDEDEE
(237,237,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C9CA; }

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

This text font color is #A5C9CA.

Background Color

.myBgColor { background-color: #A5C9CA; }

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

This div background color is #A5C9CA.

Border color

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

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

This div border color is #A5C9CA.

Opacity

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

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

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

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

This text has shadow with #A5C9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C9CA.

Preview

Color preview on black background

This text has color #A5C9CA on black background.


Color preview on white background

This text has color #A5C9CA on white background.


Black color preview on #A5C9CA background

This text has black color on #A5C9CA background.


White color preview on #A5C9CA background

This text has white color on #A5C9CA background.


Related colors

Complementary color

Complementary color for #hex is #5A3635.


I love getcolorcode.com

Triadic colors

1 #CAA5C9 and #C9CAA5 with #A5C9CA are triadic colors.

2 #CAC9A5 and #C9A5CA with #A5C9CA are triadic colors.