COLOR #A3C7BA

HEX: #A3C7BA
RGB: (163,199,186)

Color info

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

RGB color model

#A3C7BA color RGB value is (163,199,186).

  • red value is 163;
  • green value is 199;
  • blue value is 186.
RGB:
(163,199,186)
(64%,78%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 199 of 255 = 78%
B 186 of 255 = 73%

163
199
186

R + G + B ~ 72%. #A3C7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 199 + 186 = 548 (100%)
R 163 of 548 ~ 29.74%
G 199 of 548 ~ 36.31%
B 186 of 548 ~ 33.94%

%29.74
%36.31
%33.94

CMYK color model

#A3C7BA color CMYK value is (18,0,7,22).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(18,0,7,22)
C18M0Y7K22 
(18%,0%,7%,22%)
(0.18/0.00/0.07/0.22)	

CMYK percentages

%18.09
%0
%6.53
%21.96

Codes

Color #A3C7BA in popluar color models

A3C7BA
RGB163199186
HSL158°24.32%70.98%
HSB/HSV158°18.09%78.04%
CMYK18.09%0.00%6.53%
21.96%

Color #A3C7BA in popluar number systems.

HEXA3C7BA
Decimal163199186
Binary101000111100011110111010
Octal243307272

Shades and tints

Shades of #A3C7BA

#A3C7BA
(163,199,186)
#95B5AA
(149,181,170)
#87A39A
(135,163,154)
#79918A
(121,145,138)
#6B7F7A
(107,127,122)
#5D6D6A
(93,109,106)
#4F5B5A
(79,91,90)
#41494A
(65,73,74)
#33373A
(51,55,58)
#25252A
(37,37,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #A3C7BA

#A3C7BA
(163,199,186)
#ABCCC0
(171,204,192)
#B3D1C6
(179,209,198)
#BBD6CC
(187,214,204)
#C3DBD2
(195,219,210)
#CBE0D8
(203,224,216)
#D3E5DE
(211,229,222)
#DBEAE4
(219,234,228)
#E3EFEA
(227,239,234)
#EBF4F0
(235,244,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C7BA color. Also use rgb(163,199,186) instead hex code.

Text Font Color

.myTextColor { color: #A3C7BA; }

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

This text font color is #A3C7BA.


Background Color

.myBgColor { background-color: #A3C7BA; }

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

This div background color is #A3C7BA.


Border color

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

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

This div border color is #A3C7BA.


Opacity

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

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

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

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

This text has shadow with #A3C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C7BA on black background.


Color preview on white background

This text has color #A3C7BA on white background.



Black color preview on #A3C7BA background

This text has black color on #A3C7BA background.


White color preview on #A3C7BA background

This text has white color on #A3C7BA background.