COLOR #A8C6AF

HEX: #A8C6AF RGB: (168,198,175)

Color info

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

RGB color model

#A8C6AF color RGB value is (168,198,175).

RGB: (168,198,175) (66%, 78%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 175 of 255 = 69%

168
198
175

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

Portions of RGB colors in percentages

R + G + B = 168 + 198 + 175 = 541 (100%)
R 168 of 541 ~ 31.05%
G 198 of 541 ~ 36.6%
B 175 of 541 ~ 32.35'%

%31.05
%36.6
%32.35

CMYK color model

#A8C6AF color CMYK value is (15,0,12,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK: (15,0,12,22) C15M0Y12K22 (15%,0%,12%,22%) (0.15/0.00/0.12/0.22) 

CMYK percentages

%15.15
%0
%11.62
%22.35

Codes

Color #A8C6AF in popluar color models

A8 C6 AF
RGB 168 198 175
HSL 134° 20.83% 71.76%
HSB/HSV 134° 15.15% 77.65%
CMYK 15.15% 0.00% 11.62%
22.35%

Color #A8C6AF in popluar number systems.

HEX A8 C6 AF
Decimal 168 198 175
Binary 10101000 11000110 10101111
Octal 250 306 257

Shades and tints

Shades of #A8C6AF

#A8C6AF
(168,198,175)
#99B4A0
(153,180,160)
#8AA291
(138,162,145)
#7B9082
(123,144,130)
#6C7E73
(108,126,115)
#5D6C64
(93,108,100)
#4E5A55
(78,90,85)
#3F4846
(63,72,70)
#303637
(48,54,55)
#212428
(33,36,40)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #A8C6AF

#A8C6AF
(168,198,175)
#AFCBB6
(175,203,182)
#B6D0BD
(182,208,189)
#BDD5C4
(189,213,196)
#C4DACB
(196,218,203)
#CBDFD2
(203,223,210)
#D2E4D9
(210,228,217)
#D9E9E0
(217,233,224)
#E0EEE7
(224,238,231)
#E7F3EE
(231,243,238)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C6AF color. Also use rgb(168,198,175) instead hex code.

Text Font Color

.myTextColor { color: #A8C6AF; }

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

This text font color is #A8C6AF.

Background Color

.myBgColor { background-color: #A8C6AF; }

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

This div background color is #A8C6AF.

Border color

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

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

This div border color is #A8C6AF.

Opacity

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

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

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

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

This text has shadow with #A8C6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C6AF.

Preview

Color preview on black background

This text has color #A8C6AF on black background.


Color preview on white background

This text has color #A8C6AF on white background.


Black color preview on #A8C6AF background

This text has black color on #A8C6AF background.


White color preview on #A8C6AF background

This text has white color on #A8C6AF background.


Related colors

Complementary color

Complementary color for #hex is #573950.


I love getcolorcode.com

Triadic colors

1 #AFA8C6 and #C6AFA8 with #A8C6AF are triadic colors.

2 #AFC6A8 and #C6A8AF with #A8C6AF are triadic colors.