COLOR #A7C1AF

HEX: #A7C1AF RGB: (167,193,175)

Color info

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

RGB color model

#A7C1AF color RGB value is (167,193,175).

RGB: (167,193,175) (65%, 76%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 193 of 255 = 76%
B 175 of 255 = 69%

167
193
175

R + G + B ~ 70%. #A7C1AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 193 + 175 = 535 (100%)
R 167 of 535 ~ 31.21%
G 193 of 535 ~ 36.07%
B 175 of 535 ~ 32.71'%

%31.21
%36.07
%32.71

CMYK color model

#A7C1AF color CMYK value is (13,0,9,24).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 24.31%

CMYK: (13,0,9,24)
C13M0Y9K24 (13%, 0%, 9%, 24%)
(0.13 / 0.00 / 0.09 / 0.24)

CMYK percentages

%13.47
%0
%9.33
%24.31

Codes

Color #A7C1AF in popluar color models

A7 C1 AF
RGB 167 193 175
HSL 138° 17.33% 70.59%
HSB/HSV 138° 13.47% 75.69%
CMYK 13.47% 0.00% 9.33%
24.31%

Color #A7C1AF in popluar number systems.

HEX A7 C1 AF
Decimal 167 193 175
Binary 10100111 11000001 10101111
Octal 247 301 257

Shades and tints

Shades of #A7C1AF

#A7C1AF
(167,193,175)
#98B0A0
(152,176,160)
#899F91
(137,159,145)
#7A8E82
(122,142,130)
#6B7D73
(107,125,115)
#5C6C64
(92,108,100)
#4D5B55
(77,91,85)
#3E4A46
(62,74,70)
#2F3937
(47,57,55)
#202828
(32,40,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #A7C1AF

#A7C1AF
(167,193,175)
#AFC6B6
(175,198,182)
#B7CBBD
(183,203,189)
#BFD0C4
(191,208,196)
#C7D5CB
(199,213,203)
#CFDAD2
(207,218,210)
#D7DFD9
(215,223,217)
#DFE4E0
(223,228,224)
#E7E9E7
(231,233,231)
#EFEEEE
(239,238,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C1AF color. Also use rgb(167,193,175) instead hex code.

Text Font Color

.myTextColor { color: #A7C1AF; }

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

This text font color is #A7C1AF.

Background Color

.myBgColor { background-color: #A7C1AF; }

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

This div background color is #A7C1AF.

Border color

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

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

This div border color is #A7C1AF.

Opacity

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

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

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

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

This text has shadow with #A7C1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C1AF.

Preview

Color preview on black background

This text has color #A7C1AF on black background.


Color preview on white background

This text has color #A7C1AF on white background.


Black color preview on #A7C1AF background

This text has black color on #A7C1AF background.


White color preview on #A7C1AF background

This text has white color on #A7C1AF background.


Related colors

Complementary color

Complementary color for #hex is #583E50.


I love getcolorcode.com

Triadic colors

1 #AFA7C1 and #C1AFA7 with #A7C1AF are triadic colors.

2 #AFC1A7 and #C1A7AF with #A7C1AF are triadic colors.