COLOR #A4C3C8

HEX: #A4C3C8 RGB: (164,195,200)

Color info

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

RGB color model

#A4C3C8 color RGB value is (164,195,200).

RGB: (164,195,200) (64%, 76%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 195 of 255 = 76%
B 200 of 255 = 78%

164
195
200

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

Portions of RGB colors in percentages

R + G + B = 164 + 195 + 200 = 559 (100%)
R 164 of 559 ~ 29.34%
G 195 of 559 ~ 34.88%
B 200 of 559 ~ 35.78'%

%29.34
%34.88
%35.78

CMYK color model

#A4C3C8 color CMYK value is (18,3,0,22).

  • cyan value is 18.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,3,0,22)
C18M3Y0K22 (18%, 3%, 0%, 22%)
(0.18 / 0.03 / 0.00 / 0.22)

CMYK percentages

%18
%2.5
%0
%21.57

Codes

Color #A4C3C8 in popluar color models

A4 C3 C8
RGB 164 195 200
HSL 188° 24.66% 71.37%
HSB/HSV 188° 18.00% 78.43%
CMYK 18.00% 2.50% 0.00%
21.57%

Color #A4C3C8 in popluar number systems.

HEX A4 C3 C8
Decimal 164 195 200
Binary 10100100 11000011 11001000
Octal 244 303 310

Shades and tints

Shades of #A4C3C8

#A4C3C8
(164,195,200)
#96B2B6
(150,178,182)
#88A1A4
(136,161,164)
#7A9092
(122,144,146)
#6C7F80
(108,127,128)
#5E6E6E
(94,110,110)
#505D5C
(80,93,92)
#424C4A
(66,76,74)
#343B38
(52,59,56)
#262A26
(38,42,38)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4C3C8

#A4C3C8
(164,195,200)
#ACC8CD
(172,200,205)
#B4CDD2
(180,205,210)
#BCD2D7
(188,210,215)
#C4D7DC
(196,215,220)
#CCDCE1
(204,220,225)
#D4E1E6
(212,225,230)
#DCE6EB
(220,230,235)
#E4EBF0
(228,235,240)
#ECF0F5
(236,240,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C3C8; }

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

This text font color is #A4C3C8.

Background Color

.myBgColor { background-color: #A4C3C8; }

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

This div background color is #A4C3C8.

Border color

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

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

This div border color is #A4C3C8.

Opacity

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

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

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

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

This text has shadow with #A4C3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C3C8.

Preview

Color preview on black background

This text has color #A4C3C8 on black background.


Color preview on white background

This text has color #A4C3C8 on white background.


Black color preview on #A4C3C8 background

This text has black color on #A4C3C8 background.


White color preview on #A4C3C8 background

This text has white color on #A4C3C8 background.


Related colors

Complementary color

Complementary color for #hex is #5B3C37.


I love getcolorcode.com

Triadic colors

1 #C8A4C3 and #C3C8A4 with #A4C3C8 are triadic colors.

2 #C8C3A4 and #C3A4C8 with #A4C3C8 are triadic colors.