COLOR #A7CAC2

HEX: #A7CAC2 RGB: (167,202,194)

Color info

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

RGB color model

#A7CAC2 color RGB value is (167,202,194).

RGB: (167,202,194) (65%, 79%, 76%)

RGB channels and saturation

R 167 of 255 = 65%
G 202 of 255 = 79%
B 194 of 255 = 76%

167
202
194

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

Portions of RGB colors in percentages

R + G + B = 167 + 202 + 194 = 563 (100%)
R 167 of 563 ~ 29.66%
G 202 of 563 ~ 35.88%
B 194 of 563 ~ 34.46'%

%29.66
%35.88
%34.46

CMYK color model

#A7CAC2 color CMYK value is (17,0,4,21).

  • cyan value is 17.33%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 20.78%

CMYK: (17,0,4,21)
C17M0Y4K21 (17%, 0%, 4%, 21%)
(0.17 / 0.00 / 0.04 / 0.21)

CMYK percentages

%17.33
%0
%3.96
%20.78

Codes

Color #A7CAC2 in popluar color models

A7 CA C2
RGB 167 202 194
HSL 166° 24.82% 72.35%
HSB/HSV 166° 17.33% 79.22%
CMYK 17.33% 0.00% 3.96%
20.78%

Color #A7CAC2 in popluar number systems.

HEX A7 CA C2
Decimal 167 202 194
Binary 10100111 11001010 11000010
Octal 247 312 302

Shades and tints

Shades of #A7CAC2

#A7CAC2
(167,202,194)
#98B8B1
(152,184,177)
#89A6A0
(137,166,160)
#7A948F
(122,148,143)
#6B827E
(107,130,126)
#5C706D
(92,112,109)
#4D5E5C
(77,94,92)
#3E4C4B
(62,76,75)
#2F3A3A
(47,58,58)
#202829
(32,40,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #A7CAC2

#A7CAC2
(167,202,194)
#AFCEC7
(175,206,199)
#B7D2CC
(183,210,204)
#BFD6D1
(191,214,209)
#C7DAD6
(199,218,214)
#CFDEDB
(207,222,219)
#D7E2E0
(215,226,224)
#DFE6E5
(223,230,229)
#E7EAEA
(231,234,234)
#EFEEEF
(239,238,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CAC2 color. Also use rgb(167,202,194) instead hex code.

Text Font Color

.myTextColor { color: #A7CAC2; }

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

This text font color is #A7CAC2.

Background Color

.myBgColor { background-color: #A7CAC2; }

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

This div background color is #A7CAC2.

Border color

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

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

This div border color is #A7CAC2.

Opacity

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

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

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

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

This text has shadow with #A7CAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CAC2.

Preview

Color preview on black background

This text has color #A7CAC2 on black background.


Color preview on white background

This text has color #A7CAC2 on white background.


Black color preview on #A7CAC2 background

This text has black color on #A7CAC2 background.


White color preview on #A7CAC2 background

This text has white color on #A7CAC2 background.


Related colors

Complementary color

Complementary color for #hex is #58353D.


I love getcolorcode.com

Triadic colors

1 #C2A7CA and #CAC2A7 with #A7CAC2 are triadic colors.

2 #C2CAA7 and #CAA7C2 with #A7CAC2 are triadic colors.