COLOR #A3CAB4

HEX: #A3CAB4 RGB: (163,202,180)

Color info

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

RGB color model

#A3CAB4 color RGB value is (163,202,180).

RGB: (163,202,180) (64%, 79%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 180 of 255 = 71%

163
202
180

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

Portions of RGB colors in percentages

R + G + B = 163 + 202 + 180 = 545 (100%)
R 163 of 545 ~ 29.91%
G 202 of 545 ~ 37.06%
B 180 of 545 ~ 33.03'%

%29.91
%37.06
%33.03

CMYK color model

#A3CAB4 color CMYK value is (19,0,11,21).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%

CMYK: (19,0,11,21)
C19M0Y11K21 (19%, 0%, 11%, 21%)
(0.19 / 0.00 / 0.11 / 0.21)

CMYK percentages

%19.31
%0
%10.89
%20.78

Codes

Color #A3CAB4 in popluar color models

A3 CA B4
RGB 163 202 180
HSL 146° 26.90% 71.57%
HSB/HSV 146° 19.31% 79.22%
CMYK 19.31% 0.00% 10.89%
20.78%

Color #A3CAB4 in popluar number systems.

HEX A3 CA B4
Decimal 163 202 180
Binary 10100011 11001010 10110100
Octal 243 312 264

Shades and tints

Shades of #A3CAB4

#A3CAB4
(163,202,180)
#95B8A4
(149,184,164)
#87A694
(135,166,148)
#799484
(121,148,132)
#6B8274
(107,130,116)
#5D7064
(93,112,100)
#4F5E54
(79,94,84)
#414C44
(65,76,68)
#333A34
(51,58,52)
#252824
(37,40,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3CAB4

#A3CAB4
(163,202,180)
#ABCEBA
(171,206,186)
#B3D2C0
(179,210,192)
#BBD6C6
(187,214,198)
#C3DACC
(195,218,204)
#CBDED2
(203,222,210)
#D3E2D8
(211,226,216)
#DBE6DE
(219,230,222)
#E3EAE4
(227,234,228)
#EBEEEA
(235,238,234)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CAB4 color. Also use rgb(163,202,180) instead hex code.

Text Font Color

.myTextColor { color: #A3CAB4; }

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

This text font color is #A3CAB4.

Background Color

.myBgColor { background-color: #A3CAB4; }

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

This div background color is #A3CAB4.

Border color

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

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

This div border color is #A3CAB4.

Opacity

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

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

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

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

This text has shadow with #A3CAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CAB4.

Preview

Color preview on black background

This text has color #A3CAB4 on black background.


Color preview on white background

This text has color #A3CAB4 on white background.


Black color preview on #A3CAB4 background

This text has black color on #A3CAB4 background.


White color preview on #A3CAB4 background

This text has white color on #A3CAB4 background.


Related colors

Complementary color

Complementary color for #hex is #5C354B.


I love getcolorcode.com

Triadic colors

1 #B4A3CA and #CAB4A3 with #A3CAB4 are triadic colors.

2 #B4CAA3 and #CAA3B4 with #A3CAB4 are triadic colors.