COLOR #A7C6C5

HEX: #A7C6C5 RGB: (167,198,197)

Color info

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

RGB color model

#A7C6C5 color RGB value is (167,198,197).

RGB: (167,198,197) (65%, 78%, 77%)

RGB channels and saturation

R 167 of 255 = 65%
G 198 of 255 = 78%
B 197 of 255 = 77%

167
198
197

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

Portions of RGB colors in percentages

R + G + B = 167 + 198 + 197 = 562 (100%)
R 167 of 562 ~ 29.72%
G 198 of 562 ~ 35.23%
B 197 of 562 ~ 35.05'%

%29.72
%35.23
%35.05

CMYK color model

#A7C6C5 color CMYK value is (16,0,1,22).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.35%

CMYK: (16,0,1,22)
C16M0Y1K22 (16%, 0%, 1%, 22%)
(0.16 / 0.00 / 0.01 / 0.22)

CMYK percentages

%15.66
%0
%0.51
%22.35

Codes

Color #A7C6C5 in popluar color models

A7 C6 C5
RGB 167 198 197
HSL 178° 21.38% 71.57%
HSB/HSV 178° 15.66% 77.65%
CMYK 15.66% 0.00% 0.51%
22.35%

Color #A7C6C5 in popluar number systems.

HEX A7 C6 C5
Decimal 167 198 197
Binary 10100111 11000110 11000101
Octal 247 306 305

Shades and tints

Shades of #A7C6C5

#A7C6C5
(167,198,197)
#98B4B4
(152,180,180)
#89A2A3
(137,162,163)
#7A9092
(122,144,146)
#6B7E81
(107,126,129)
#5C6C70
(92,108,112)
#4D5A5F
(77,90,95)
#3E484E
(62,72,78)
#2F363D
(47,54,61)
#20242C
(32,36,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #A7C6C5

#A7C6C5
(167,198,197)
#AFCBCA
(175,203,202)
#B7D0CF
(183,208,207)
#BFD5D4
(191,213,212)
#C7DAD9
(199,218,217)
#CFDFDE
(207,223,222)
#D7E4E3
(215,228,227)
#DFE9E8
(223,233,232)
#E7EEED
(231,238,237)
#EFF3F2
(239,243,242)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C6C5 color. Also use rgb(167,198,197) instead hex code.

Text Font Color

.myTextColor { color: #A7C6C5; }

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

This text font color is #A7C6C5.

Background Color

.myBgColor { background-color: #A7C6C5; }

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

This div background color is #A7C6C5.

Border color

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

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

This div border color is #A7C6C5.

Opacity

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

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

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

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

This text has shadow with #A7C6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C6C5.

Preview

Color preview on black background

This text has color #A7C6C5 on black background.


Color preview on white background

This text has color #A7C6C5 on white background.


Black color preview on #A7C6C5 background

This text has black color on #A7C6C5 background.


White color preview on #A7C6C5 background

This text has white color on #A7C6C5 background.


Related colors

Complementary color

Complementary color for #hex is #58393A.


I love getcolorcode.com

Triadic colors

1 #C5A7C6 and #C6C5A7 with #A7C6C5 are triadic colors.

2 #C5C6A7 and #C6A7C5 with #A7C6C5 are triadic colors.