COLOR #A3C3B5

HEX: #A3C3B5 RGB: (163,195,181)

Color info

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

RGB color model

#A3C3B5 color RGB value is (163,195,181).

RGB: (163,195,181) (64%, 76%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 181 of 255 = 71%

163
195
181

R + G + B ~ 70%. #A3C3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 195 + 181 = 539 (100%)
R 163 of 539 ~ 30.24%
G 195 of 539 ~ 36.18%
B 181 of 539 ~ 33.58'%

%30.24
%36.18
%33.58

CMYK color model

#A3C3B5 color CMYK value is (16,0,7,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 23.53%
CMYK: (16,0,7,24) C16M0Y7K24 (16%,0%,7%,24%) (0.16/0.00/0.07/0.24) 

CMYK percentages

%16.41
%0
%7.18
%23.53

Codes

Color #A3C3B5 in popluar color models

A3 C3 B5
RGB 163 195 181
HSL 154° 21.05% 70.20%
HSB/HSV 154° 16.41% 76.47%
CMYK 16.41% 0.00% 7.18%
23.53%

Color #A3C3B5 in popluar number systems.

HEX A3 C3 B5
Decimal 163 195 181
Binary 10100011 11000011 10110101
Octal 243 303 265

Shades and tints

Shades of #A3C3B5

#A3C3B5
(163,195,181)
#95B2A5
(149,178,165)
#87A195
(135,161,149)
#799085
(121,144,133)
#6B7F75
(107,127,117)
#5D6E65
(93,110,101)
#4F5D55
(79,93,85)
#414C45
(65,76,69)
#333B35
(51,59,53)
#252A25
(37,42,37)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #A3C3B5

#A3C3B5
(163,195,181)
#ABC8BB
(171,200,187)
#B3CDC1
(179,205,193)
#BBD2C7
(187,210,199)
#C3D7CD
(195,215,205)
#CBDCD3
(203,220,211)
#D3E1D9
(211,225,217)
#DBE6DF
(219,230,223)
#E3EBE5
(227,235,229)
#EBF0EB
(235,240,235)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C3B5; }

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

This text font color is #A3C3B5.

Background Color

.myBgColor { background-color: #A3C3B5; }

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

This div background color is #A3C3B5.

Border color

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

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

This div border color is #A3C3B5.

Opacity

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

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

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

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

This text has shadow with #A3C3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C3B5.

Preview

Color preview on black background

This text has color #A3C3B5 on black background.


Color preview on white background

This text has color #A3C3B5 on white background.


Black color preview on #A3C3B5 background

This text has black color on #A3C3B5 background.


White color preview on #A3C3B5 background

This text has white color on #A3C3B5 background.


Related colors

Complementary color

Complementary color for #hex is #5C3C4A.


I love getcolorcode.com

Triadic colors

1 #B5A3C3 and #C3B5A3 with #A3C3B5 are triadic colors.

2 #B5C3A3 and #C3A3B5 with #A3C3B5 are triadic colors.