COLOR #A4CAC5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
202
197

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

Portions of RGB colors in percentages

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

%29.13
%35.88
%34.99

CMYK color model

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

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

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

CMYK percentages

%18.81
%0
%2.48
%20.78

Codes

Color #A4CAC5 in popluar color models

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

Color #A4CAC5 in popluar number systems.

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

Shades and tints

Shades of #A4CAC5

#A4CAC5
(164,202,197)
#96B8B4
(150,184,180)
#88A6A3
(136,166,163)
#7A9492
(122,148,146)
#6C8281
(108,130,129)
#5E7070
(94,112,112)
#505E5F
(80,94,95)
#424C4E
(66,76,78)
#343A3D
(52,58,61)
#26282C
(38,40,44)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #A4CAC5

#A4CAC5
(164,202,197)
#ACCECA
(172,206,202)
#B4D2CF
(180,210,207)
#BCD6D4
(188,214,212)
#C4DAD9
(196,218,217)
#CCDEDE
(204,222,222)
#D4E2E3
(212,226,227)
#DCE6E8
(220,230,232)
#E4EAED
(228,234,237)
#ECEEF2
(236,238,242)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CAC5; }

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

This text font color is #A4CAC5.

Background Color

.myBgColor { background-color: #A4CAC5; }

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

This div background color is #A4CAC5.

Border color

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

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

This div border color is #A4CAC5.

Opacity

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

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

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

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

This text has shadow with #A4CAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CAC5.

Preview

Color preview on black background

This text has color #A4CAC5 on black background.


Color preview on white background

This text has color #A4CAC5 on white background.


Black color preview on #A4CAC5 background

This text has black color on #A4CAC5 background.


White color preview on #A4CAC5 background

This text has white color on #A4CAC5 background.


Related colors

Complementary color

Complementary color for #hex is #5B353A.


I love getcolorcode.com

Triadic colors

1 #C5A4CA and #CAC5A4 with #A4CAC5 are triadic colors.

2 #C5CAA4 and #CAA4C5 with #A4CAC5 are triadic colors.