COLOR #A4C5CA

HEX: #A4C5CA RGB: (164,197,202)

Color info

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

RGB color model

#A4C5CA color RGB value is (164,197,202).

RGB: (164,197,202) (64%, 77%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 202 of 255 = 79%

164
197
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 197 + 202 = 563 (100%)
R 164 of 563 ~ 29.13%
G 197 of 563 ~ 34.99%
B 202 of 563 ~ 35.88'%

%29.13
%34.99
%35.88

CMYK color model

#A4C5CA color CMYK value is (19,2,0,21).

  • cyan value is 18.81%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,2,0,21)
C19M2Y0K21 (19%, 2%, 0%, 21%)
(0.19 / 0.02 / 0.00 / 0.21)

CMYK percentages

%18.81
%2.48
%0
%20.78

Codes

Color #A4C5CA in popluar color models

A4 C5 CA
RGB 164 197 202
HSL 188° 26.39% 71.76%
HSB/HSV 188° 18.81% 79.22%
CMYK 18.81% 2.48% 0.00%
20.78%

Color #A4C5CA in popluar number systems.

HEX A4 C5 CA
Decimal 164 197 202
Binary 10100100 11000101 11001010
Octal 244 305 312

Shades and tints

Shades of #A4C5CA

#A4C5CA
(164,197,202)
#96B4B8
(150,180,184)
#88A3A6
(136,163,166)
#7A9294
(122,146,148)
#6C8182
(108,129,130)
#5E7070
(94,112,112)
#505F5E
(80,95,94)
#424E4C
(66,78,76)
#343D3A
(52,61,58)
#262C28
(38,44,40)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #A4C5CA

#A4C5CA
(164,197,202)
#ACCACE
(172,202,206)
#B4CFD2
(180,207,210)
#BCD4D6
(188,212,214)
#C4D9DA
(196,217,218)
#CCDEDE
(204,222,222)
#D4E3E2
(212,227,226)
#DCE8E6
(220,232,230)
#E4EDEA
(228,237,234)
#ECF2EE
(236,242,238)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C5CA color. Also use rgb(164,197,202) instead hex code.

Text Font Color

.myTextColor { color: #A4C5CA; }

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

This text font color is #A4C5CA.

Background Color

.myBgColor { background-color: #A4C5CA; }

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

This div background color is #A4C5CA.

Border color

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

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

This div border color is #A4C5CA.

Opacity

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

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

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

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

This text has shadow with #A4C5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C5CA.

Preview

Color preview on black background

This text has color #A4C5CA on black background.


Color preview on white background

This text has color #A4C5CA on white background.


Black color preview on #A4C5CA background

This text has black color on #A4C5CA background.


White color preview on #A4C5CA background

This text has white color on #A4C5CA background.


Related colors

Complementary color

Complementary color for #hex is #5B3A35.


I love getcolorcode.com

Triadic colors

1 #CAA4C5 and #C5CAA4 with #A4C5CA are triadic colors.

2 #CAC5A4 and #C5A4CA with #A4C5CA are triadic colors.