COLOR #A3C2BD

HEX: #A3C2BD RGB: (163,194,189)

Color info

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

RGB color model

#A3C2BD color RGB value is (163,194,189).

RGB: (163,194,189) (64%, 76%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 189 of 255 = 74%

163
194
189

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

Portions of RGB colors in percentages

R + G + B = 163 + 194 + 189 = 546 (100%)
R 163 of 546 ~ 29.85%
G 194 of 546 ~ 35.53%
B 189 of 546 ~ 34.62'%

%29.85
%35.53
%34.62

CMYK color model

#A3C2BD color CMYK value is (16,0,3,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%

CMYK: (16,0,3,24)
C16M0Y3K24 (16%, 0%, 3%, 24%)
(0.16 / 0.00 / 0.03 / 0.24)

CMYK percentages

%15.98
%0
%2.58
%23.92

Codes

Color #A3C2BD in popluar color models

A3 C2 BD
RGB 163 194 189
HSL 170° 20.26% 70.00%
HSB/HSV 170° 15.98% 76.08%
CMYK 15.98% 0.00% 2.58%
23.92%

Color #A3C2BD in popluar number systems.

HEX A3 C2 BD
Decimal 163 194 189
Binary 10100011 11000010 10111101
Octal 243 302 275

Shades and tints

Shades of #A3C2BD

#A3C2BD
(163,194,189)
#95B1AC
(149,177,172)
#87A09B
(135,160,155)
#798F8A
(121,143,138)
#6B7E79
(107,126,121)
#5D6D68
(93,109,104)
#4F5C57
(79,92,87)
#414B46
(65,75,70)
#333A35
(51,58,53)
#252924
(37,41,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #A3C2BD

#A3C2BD
(163,194,189)
#ABC7C3
(171,199,195)
#B3CCC9
(179,204,201)
#BBD1CF
(187,209,207)
#C3D6D5
(195,214,213)
#CBDBDB
(203,219,219)
#D3E0E1
(211,224,225)
#DBE5E7
(219,229,231)
#E3EAED
(227,234,237)
#EBEFF3
(235,239,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C2BD color. Also use rgb(163,194,189) instead hex code.

Text Font Color

.myTextColor { color: #A3C2BD; }

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

This text font color is #A3C2BD.

Background Color

.myBgColor { background-color: #A3C2BD; }

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

This div background color is #A3C2BD.

Border color

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

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

This div border color is #A3C2BD.

Opacity

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

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

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

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

This text has shadow with #A3C2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C2BD.

Preview

Color preview on black background

This text has color #A3C2BD on black background.


Color preview on white background

This text has color #A3C2BD on white background.


Black color preview on #A3C2BD background

This text has black color on #A3C2BD background.


White color preview on #A3C2BD background

This text has white color on #A3C2BD background.


Related colors

Complementary color

Complementary color for #hex is #5C3D42.


I love getcolorcode.com

Triadic colors

1 #BDA3C2 and #C2BDA3 with #A3C2BD are triadic colors.

2 #BDC2A3 and #C2A3BD with #A3C2BD are triadic colors.