COLOR #A7C7C5

HEX: #A7C7C5
RGB: (167,199,197)

Color info

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

RGB color model

#A7C7C5 color RGB value is (167,199,197).

  • red value is 167;
  • green value is 199;
  • blue value is 197.
RGB:
(167,199,197)
(65%,78%,77%)

RGB channels and saturation

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

167
199
197

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

Portions of RGB colors in percentages

R + G + B =
167 + 199 + 197 = 563 (100%)
R 167 of 563 ~ 29.66%
G 199 of 563 ~ 35.35%
B 197 of 563 ~ 34.99%

%29.66
%35.35
%34.99

CMYK color model

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

  • cyan value is 16.08%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 21.96%
CMYK:
(16,0,1,22)
C16M0Y1K22 
(16%,0%,1%,22%)
(0.16/0.00/0.01/0.22)	

CMYK percentages

%16.08
%0
%1.01
%21.96

Codes

Color #A7C7C5 in popluar color models

A7C7C5
RGB167199197
HSL176°22.22%71.76%
HSB/HSV176°16.08%78.04%
CMYK16.08%0.00%1.01%
21.96%

Color #A7C7C5 in popluar number systems.

HEXA7C7C5
Decimal167199197
Binary101001111100011111000101
Octal247307305

Shades and tints

Shades of #A7C7C5

#A7C7C5
(167,199,197)
#98B5B4
(152,181,180)
#89A3A3
(137,163,163)
#7A9192
(122,145,146)
#6B7F81
(107,127,129)
#5C6D70
(92,109,112)
#4D5B5F
(77,91,95)
#3E494E
(62,73,78)
#2F373D
(47,55,61)
#20252C
(32,37,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #A7C7C5

#A7C7C5
(167,199,197)
#AFCCCA
(175,204,202)
#B7D1CF
(183,209,207)
#BFD6D4
(191,214,212)
#C7DBD9
(199,219,217)
#CFE0DE
(207,224,222)
#D7E5E3
(215,229,227)
#DFEAE8
(223,234,232)
#E7EFED
(231,239,237)
#EFF4F2
(239,244,242)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C7C5; }

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

This text font color is #A7C7C5.


Background Color

.myBgColor { background-color: #A7C7C5; }

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

This div background color is #A7C7C5.


Border color

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

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

This div border color is #A7C7C5.


Opacity

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

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

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

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

This text has shadow with #A7C7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C7C5 on black background.


Color preview on white background

This text has color #A7C7C5 on white background.



Black color preview on #A7C7C5 background

This text has black color on #A7C7C5 background.


White color preview on #A7C7C5 background

This text has white color on #A7C7C5 background.