COLOR #A3C3B8

HEX: #A3C3B8 RGB: (163,195,184)

Color info

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

RGB color model

#A3C3B8 color RGB value is (163,195,184).

RGB: (163,195,184) (64%, 76%, 72%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 184 of 255 = 72%

163
195
184

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

Portions of RGB colors in percentages

R + G + B = 163 + 195 + 184 = 542 (100%)
R 163 of 542 ~ 30.07%
G 195 of 542 ~ 35.98%
B 184 of 542 ~ 33.95'%

%30.07
%35.98
%33.95

CMYK color model

#A3C3B8 color CMYK value is (16,0,6,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK: (16,0,6,24) C16M0Y6K24 (16%,0%,6%,24%) (0.16/0.00/0.06/0.24) 

CMYK percentages

%16.41
%0
%5.64
%23.53

Codes

Color #A3C3B8 in popluar color models

A3 C3 B8
RGB 163 195 184
HSL 159° 21.05% 70.20%
HSB/HSV 159° 16.41% 76.47%
CMYK 16.41% 0.00% 5.64%
23.53%

Color #A3C3B8 in popluar number systems.

HEX A3 C3 B8
Decimal 163 195 184
Binary 10100011 11000011 10111000
Octal 243 303 270

Shades and tints

Shades of #A3C3B8

#A3C3B8
(163,195,184)
#95B2A8
(149,178,168)
#87A198
(135,161,152)
#799088
(121,144,136)
#6B7F78
(107,127,120)
#5D6E68
(93,110,104)
#4F5D58
(79,93,88)
#414C48
(65,76,72)
#333B38
(51,59,56)
#252A28
(37,42,40)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #A3C3B8

#A3C3B8
(163,195,184)
#ABC8BE
(171,200,190)
#B3CDC4
(179,205,196)
#BBD2CA
(187,210,202)
#C3D7D0
(195,215,208)
#CBDCD6
(203,220,214)
#D3E1DC
(211,225,220)
#DBE6E2
(219,230,226)
#E3EBE8
(227,235,232)
#EBF0EE
(235,240,238)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C3B8 color. Also use rgb(163,195,184) instead hex code.

Text Font Color

.myTextColor { color: #A3C3B8; }

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

This text font color is #A3C3B8.

Background Color

.myBgColor { background-color: #A3C3B8; }

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

This div background color is #A3C3B8.

Border color

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

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

This div border color is #A3C3B8.

Opacity

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

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

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

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

This text has shadow with #A3C3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C3B8.

Preview

Color preview on black background

This text has color #A3C3B8 on black background.


Color preview on white background

This text has color #A3C3B8 on white background.


Black color preview on #A3C3B8 background

This text has black color on #A3C3B8 background.


White color preview on #A3C3B8 background

This text has white color on #A3C3B8 background.


Related colors

Complementary color

Complementary color for #hex is #5C3C47.


I love getcolorcode.com

Triadic colors

1 #B8A3C3 and #C3B8A3 with #A3C3B8 are triadic colors.

2 #B8C3A3 and #C3A3B8 with #A3C3B8 are triadic colors.