COLOR #A4C3CC

HEX: #A4C3CC RGB: (164,195,204)

Color info

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

RGB color model

#A4C3CC color RGB value is (164,195,204).

RGB: (164,195,204) (64%, 76%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 195 of 255 = 76%
B 204 of 255 = 80%

164
195
204

R + G + B ~ 73%. #A4C3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 195 + 204 = 563 (100%)
R 164 of 563 ~ 29.13%
G 195 of 563 ~ 34.64%
B 204 of 563 ~ 36.23'%

%29.13
%34.64
%36.23

CMYK color model

#A4C3CC color CMYK value is (20,4,0,20).

  • cyan value is 19.61%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (20,4,0,20)
C20M4Y0K20 (20%, 4%, 0%, 20%)
(0.20 / 0.04 / 0.00 / 0.20)

CMYK percentages

%19.61
%4.41
%0
%20

Codes

Color #A4C3CC in popluar color models

A4 C3 CC
RGB 164 195 204
HSL 194° 28.17% 72.16%
HSB/HSV 194° 19.61% 80.00%
CMYK 19.61% 4.41% 0.00%
20.00%

Color #A4C3CC in popluar number systems.

HEX A4 C3 CC
Decimal 164 195 204
Binary 10100100 11000011 11001100
Octal 244 303 314

Shades and tints

Shades of #A4C3CC

#A4C3CC
(164,195,204)
#96B2BA
(150,178,186)
#88A1A8
(136,161,168)
#7A9096
(122,144,150)
#6C7F84
(108,127,132)
#5E6E72
(94,110,114)
#505D60
(80,93,96)
#424C4E
(66,76,78)
#343B3C
(52,59,60)
#262A2A
(38,42,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4C3CC

#A4C3CC
(164,195,204)
#ACC8D0
(172,200,208)
#B4CDD4
(180,205,212)
#BCD2D8
(188,210,216)
#C4D7DC
(196,215,220)
#CCDCE0
(204,220,224)
#D4E1E4
(212,225,228)
#DCE6E8
(220,230,232)
#E4EBEC
(228,235,236)
#ECF0F0
(236,240,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C3CC color. Also use rgb(164,195,204) instead hex code.

Text Font Color

.myTextColor { color: #A4C3CC; }

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

This text font color is #A4C3CC.

Background Color

.myBgColor { background-color: #A4C3CC; }

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

This div background color is #A4C3CC.

Border color

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

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

This div border color is #A4C3CC.

Opacity

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

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

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

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

This text has shadow with #A4C3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C3CC.

Preview

Color preview on black background

This text has color #A4C3CC on black background.


Color preview on white background

This text has color #A4C3CC on white background.


Black color preview on #A4C3CC background

This text has black color on #A4C3CC background.


White color preview on #A4C3CC background

This text has white color on #A4C3CC background.


Related colors

Complementary color

Complementary color for #hex is #5B3C33.


I love getcolorcode.com

Triadic colors

1 #CCA4C3 and #C3CCA4 with #A4C3CC are triadic colors.

2 #CCC3A4 and #C3A4CC with #A4C3CC are triadic colors.