COLOR #A3CCB9

HEX: #A3CCB9 RGB: (163,204,185)

Color info

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

RGB color model

#A3CCB9 color RGB value is (163,204,185).

RGB: (163,204,185) (64%, 80%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 185 of 255 = 73%

163
204
185

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 185 = 552 (100%)
R 163 of 552 ~ 29.53%
G 204 of 552 ~ 36.96%
B 185 of 552 ~ 33.51'%

%29.53
%36.96
%33.51

CMYK color model

#A3CCB9 color CMYK value is (20,0,9,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK: (20,0,9,20) C20M0Y9K20 (20%,0%,9%,20%) (0.20/0.00/0.09/0.20) 

CMYK percentages

%20.1
%0
%9.31
%20

Codes

Color #A3CCB9 in popluar color models

A3 CC B9
RGB 163 204 185
HSL 152° 28.67% 71.96%
HSB/HSV 152° 20.10% 80.00%
CMYK 20.10% 0.00% 9.31%
20.00%

Color #A3CCB9 in popluar number systems.

HEX A3 CC B9
Decimal 163 204 185
Binary 10100011 11001100 10111001
Octal 243 314 271

Shades and tints

Shades of #A3CCB9

#A3CCB9
(163,204,185)
#95BAA9
(149,186,169)
#87A899
(135,168,153)
#799689
(121,150,137)
#6B8479
(107,132,121)
#5D7269
(93,114,105)
#4F6059
(79,96,89)
#414E49
(65,78,73)
#333C39
(51,60,57)
#252A29
(37,42,41)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #A3CCB9

#A3CCB9
(163,204,185)
#ABD0BF
(171,208,191)
#B3D4C5
(179,212,197)
#BBD8CB
(187,216,203)
#C3DCD1
(195,220,209)
#CBE0D7
(203,224,215)
#D3E4DD
(211,228,221)
#DBE8E3
(219,232,227)
#E3ECE9
(227,236,233)
#EBF0EF
(235,240,239)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CCB9 color. Also use rgb(163,204,185) instead hex code.

Text Font Color

.myTextColor { color: #A3CCB9; }

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

This text font color is #A3CCB9.

Background Color

.myBgColor { background-color: #A3CCB9; }

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

This div background color is #A3CCB9.

Border color

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

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

This div border color is #A3CCB9.

Opacity

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

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

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

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

This text has shadow with #A3CCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCB9.

Preview

Color preview on black background

This text has color #A3CCB9 on black background.


Color preview on white background

This text has color #A3CCB9 on white background.


Black color preview on #A3CCB9 background

This text has black color on #A3CCB9 background.


White color preview on #A3CCB9 background

This text has white color on #A3CCB9 background.


Related colors

Complementary color

Complementary color for #hex is #5C3346.


I love getcolorcode.com

Triadic colors

1 #B9A3CC and #CCB9A3 with #A3CCB9 are triadic colors.

2 #B9CCA3 and #CCA3B9 with #A3CCB9 are triadic colors.