COLOR #A7CCAC

HEX: #A7CCAC RGB: (167,204,172)

Color info

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

RGB color model

#A7CCAC color RGB value is (167,204,172).

RGB: (167,204,172) (65%, 80%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 172 of 255 = 67%

167
204
172

R + G + B ~ 71%. #A7CCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 204 + 172 = 543 (100%)
R 167 of 543 ~ 30.76%
G 204 of 543 ~ 37.57%
B 172 of 543 ~ 31.68'%

%30.76
%37.57
%31.68

CMYK color model

#A7CCAC color CMYK value is (18,0,16,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK: (18,0,16,20) C18M0Y16K20 (18%,0%,16%,20%) (0.18/0.00/0.16/0.20) 

CMYK percentages

%18.14
%0
%15.69
%20

Codes

Color #A7CCAC in popluar color models

A7 CC AC
RGB 167 204 172
HSL 128° 26.62% 72.75%
HSB/HSV 128° 18.14% 80.00%
CMYK 18.14% 0.00% 15.69%
20.00%

Color #A7CCAC in popluar number systems.

HEX A7 CC AC
Decimal 167 204 172
Binary 10100111 11001100 10101100
Octal 247 314 254

Shades and tints

Shades of #A7CCAC

#A7CCAC
(167,204,172)
#98BA9D
(152,186,157)
#89A88E
(137,168,142)
#7A967F
(122,150,127)
#6B8470
(107,132,112)
#5C7261
(92,114,97)
#4D6052
(77,96,82)
#3E4E43
(62,78,67)
#2F3C34
(47,60,52)
#202A25
(32,42,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #A7CCAC

#A7CCAC
(167,204,172)
#AFD0B3
(175,208,179)
#B7D4BA
(183,212,186)
#BFD8C1
(191,216,193)
#C7DCC8
(199,220,200)
#CFE0CF
(207,224,207)
#D7E4D6
(215,228,214)
#DFE8DD
(223,232,221)
#E7ECE4
(231,236,228)
#EFF0EB
(239,240,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CCAC color. Also use rgb(167,204,172) instead hex code.

Text Font Color

.myTextColor { color: #A7CCAC; }

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

This text font color is #A7CCAC.

Background Color

.myBgColor { background-color: #A7CCAC; }

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

This div background color is #A7CCAC.

Border color

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

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

This div border color is #A7CCAC.

Opacity

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

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

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

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

This text has shadow with #A7CCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CCAC.

Preview

Color preview on black background

This text has color #A7CCAC on black background.


Color preview on white background

This text has color #A7CCAC on white background.


Black color preview on #A7CCAC background

This text has black color on #A7CCAC background.


White color preview on #A7CCAC background

This text has white color on #A7CCAC background.


Related colors

Complementary color

Complementary color for #hex is #583353.


I love getcolorcode.com

Triadic colors

1 #ACA7CC and #CCACA7 with #A7CCAC are triadic colors.

2 #ACCCA7 and #CCA7AC with #A7CCAC are triadic colors.