COLOR #A3BCAD

HEX: #A3BCAD RGB: (163,188,173)

Color info

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

RGB color model

#A3BCAD color RGB value is (163,188,173).

RGB: (163,188,173) (64%, 74%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 188 of 255 = 74%
B 173 of 255 = 68%

163
188
173

R + G + B ~ 69%. #A3BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 188 + 173 = 524 (100%)
R 163 of 524 ~ 31.11%
G 188 of 524 ~ 35.88%
B 173 of 524 ~ 33.02'%

%31.11
%35.88
%33.02

CMYK color model

#A3BCAD color CMYK value is (13,0,8,26).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%

CMYK: (13,0,8,26)
C13M0Y8K26 (13%, 0%, 8%, 26%)
(0.13 / 0.00 / 0.08 / 0.26)

CMYK percentages

%13.3
%0
%7.98
%26.27

Codes

Color #A3BCAD in popluar color models

A3 BC AD
RGB 163 188 173
HSL 144° 15.72% 68.82%
HSB/HSV 144° 13.30% 73.73%
CMYK 13.30% 0.00% 7.98%
26.27%

Color #A3BCAD in popluar number systems.

HEX A3 BC AD
Decimal 163 188 173
Binary 10100011 10111100 10101101
Octal 243 274 255

Shades and tints

Shades of #A3BCAD

#A3BCAD
(163,188,173)
#95AB9E
(149,171,158)
#879A8F
(135,154,143)
#798980
(121,137,128)
#6B7871
(107,120,113)
#5D6762
(93,103,98)
#4F5653
(79,86,83)
#414544
(65,69,68)
#333435
(51,52,53)
#252326
(37,35,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A3BCAD

#A3BCAD
(163,188,173)
#ABC2B4
(171,194,180)
#B3C8BB
(179,200,187)
#BBCEC2
(187,206,194)
#C3D4C9
(195,212,201)
#CBDAD0
(203,218,208)
#D3E0D7
(211,224,215)
#DBE6DE
(219,230,222)
#E3ECE5
(227,236,229)
#EBF2EC
(235,242,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BCAD color. Also use rgb(163,188,173) instead hex code.

Text Font Color

.myTextColor { color: #A3BCAD; }

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

This text font color is #A3BCAD.

Background Color

.myBgColor { background-color: #A3BCAD; }

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

This div background color is #A3BCAD.

Border color

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

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

This div border color is #A3BCAD.

Opacity

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

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

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

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

This text has shadow with #A3BCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BCAD.

Preview

Color preview on black background

This text has color #A3BCAD on black background.


Color preview on white background

This text has color #A3BCAD on white background.


Black color preview on #A3BCAD background

This text has black color on #A3BCAD background.


White color preview on #A3BCAD background

This text has white color on #A3BCAD background.


Related colors

Complementary color

Complementary color for #hex is #5C4352.


I love getcolorcode.com

Triadic colors

1 #ADA3BC and #BCADA3 with #A3BCAD are triadic colors.

2 #ADBCA3 and #BCA3AD with #A3BCAD are triadic colors.