COLOR #A5CAB3

HEX: #A5CAB3 RGB: (165,202,179)

Color info

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

RGB color model

#A5CAB3 color RGB value is (165,202,179).

RGB: (165,202,179) (65%, 79%, 70%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 179 of 255 = 70%

165
202
179

R + G + B ~ 71%. #A5CAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 202 + 179 = 546 (100%)
R 165 of 546 ~ 30.22%
G 202 of 546 ~ 37%
B 179 of 546 ~ 32.78'%

%30.22
%37
%32.78

CMYK color model

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

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

CMYK: (18,0,11,21)
C18M0Y11K21 (18%, 0%, 11%, 21%)
(0.18 / 0.00 / 0.11 / 0.21)

CMYK percentages

%18.32
%0
%11.39
%20.78

Codes

Color #A5CAB3 in popluar color models

A5 CA B3
RGB 165 202 179
HSL 143° 25.87% 71.96%
HSB/HSV 143° 18.32% 79.22%
CMYK 18.32% 0.00% 11.39%
20.78%

Color #A5CAB3 in popluar number systems.

HEX A5 CA B3
Decimal 165 202 179
Binary 10100101 11001010 10110011
Octal 245 312 263

Shades and tints

Shades of #A5CAB3

#A5CAB3
(165,202,179)
#96B8A3
(150,184,163)
#87A693
(135,166,147)
#789483
(120,148,131)
#698273
(105,130,115)
#5A7063
(90,112,99)
#4B5E53
(75,94,83)
#3C4C43
(60,76,67)
#2D3A33
(45,58,51)
#1E2823
(30,40,35)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5CAB3

#A5CAB3
(165,202,179)
#ADCEB9
(173,206,185)
#B5D2BF
(181,210,191)
#BDD6C5
(189,214,197)
#C5DACB
(197,218,203)
#CDDED1
(205,222,209)
#D5E2D7
(213,226,215)
#DDE6DD
(221,230,221)
#E5EAE3
(229,234,227)
#EDEEE9
(237,238,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CAB3; }

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

This text font color is #A5CAB3.

Background Color

.myBgColor { background-color: #A5CAB3; }

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

This div background color is #A5CAB3.

Border color

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

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

This div border color is #A5CAB3.

Opacity

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

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

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

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

This text has shadow with #A5CAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CAB3.

Preview

Color preview on black background

This text has color #A5CAB3 on black background.


Color preview on white background

This text has color #A5CAB3 on white background.


Black color preview on #A5CAB3 background

This text has black color on #A5CAB3 background.


White color preview on #A5CAB3 background

This text has white color on #A5CAB3 background.


Related colors

Complementary color

Complementary color for #hex is #5A354C.


I love getcolorcode.com

Triadic colors

1 #B3A5CA and #CAB3A5 with #A5CAB3 are triadic colors.

2 #B3CAA5 and #CAA5B3 with #A5CAB3 are triadic colors.