COLOR #A3CCB7

HEX: #A3CCB7 RGB: (163,204,183)

Color info

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

RGB color model

#A3CCB7 color RGB value is (163,204,183).

RGB: (163,204,183) (64%, 80%, 72%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 183 of 255 = 72%

163
204
183

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 183 = 550 (100%)
R 163 of 550 ~ 29.64%
G 204 of 550 ~ 37.09%
B 183 of 550 ~ 33.27'%

%29.64
%37.09
%33.27

CMYK color model

#A3CCB7 color CMYK value is (20,0,10,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 20.00%

CMYK: (20,0,10,20)
C20M0Y10K20 (20%, 0%, 10%, 20%)
(0.20 / 0.00 / 0.10 / 0.20)

CMYK percentages

%20.1
%0
%10.29
%20

Codes

Color #A3CCB7 in popluar color models

A3 CC B7
RGB 163 204 183
HSL 149° 28.67% 71.96%
HSB/HSV 149° 20.10% 80.00%
CMYK 20.10% 0.00% 10.29%
20.00%

Color #A3CCB7 in popluar number systems.

HEX A3 CC B7
Decimal 163 204 183
Binary 10100011 11001100 10110111
Octal 243 314 267

Shades and tints

Shades of #A3CCB7

#A3CCB7
(163,204,183)
#95BAA7
(149,186,167)
#87A897
(135,168,151)
#799687
(121,150,135)
#6B8477
(107,132,119)
#5D7267
(93,114,103)
#4F6057
(79,96,87)
#414E47
(65,78,71)
#333C37
(51,60,55)
#252A27
(37,42,39)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #A3CCB7

#A3CCB7
(163,204,183)
#ABD0BD
(171,208,189)
#B3D4C3
(179,212,195)
#BBD8C9
(187,216,201)
#C3DCCF
(195,220,207)
#CBE0D5
(203,224,213)
#D3E4DB
(211,228,219)
#DBE8E1
(219,232,225)
#E3ECE7
(227,236,231)
#EBF0ED
(235,240,237)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCB7; }

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

This text font color is #A3CCB7.

Background Color

.myBgColor { background-color: #A3CCB7; }

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

This div background color is #A3CCB7.

Border color

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

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

This div border color is #A3CCB7.

Opacity

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

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

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

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

This text has shadow with #A3CCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCB7.

Preview

Color preview on black background

This text has color #A3CCB7 on black background.


Color preview on white background

This text has color #A3CCB7 on white background.


Black color preview on #A3CCB7 background

This text has black color on #A3CCB7 background.


White color preview on #A3CCB7 background

This text has white color on #A3CCB7 background.


Related colors

Complementary color

Complementary color for #hex is #5C3348.


I love getcolorcode.com

Triadic colors

1 #B7A3CC and #CCB7A3 with #A3CCB7 are triadic colors.

2 #B7CCA3 and #CCA3B7 with #A3CCB7 are triadic colors.