COLOR #A8CA9F

HEX: #A8CA9F RGB: (168,202,159)

Color info

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

RGB color model

#A8CA9F color RGB value is (168,202,159).

RGB: (168,202,159) (66%, 79%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 202 of 255 = 79%
B 159 of 255 = 62%

168
202
159

R + G + B ~ 69%. #A8CA9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 202 + 159 = 529 (100%)
R 168 of 529 ~ 31.76%
G 202 of 529 ~ 38.19%
B 159 of 529 ~ 30.06'%

%31.76
%38.19
%30.06

CMYK color model

#A8CA9F color CMYK value is (17,0,21,21).

  • cyan value is 16.83%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%
CMYK: (17,0,21,21) C17M0Y21K21 (17%,0%,21%,21%) (0.17/0.00/0.21/0.21) 

CMYK percentages

%16.83
%0
%21.29
%20.78

Codes

Color #A8CA9F in popluar color models

A8 CA 9F
RGB 168 202 159
HSL 107° 28.86% 70.78%
HSB/HSV 107° 21.29% 79.22%
CMYK 16.83% 0.00% 21.29%
20.78%

Color #A8CA9F in popluar number systems.

HEX A8 CA 9F
Decimal 168 202 159
Binary 10101000 11001010 10011111
Octal 250 312 237

Shades and tints

Shades of #A8CA9F

#A8CA9F
(168,202,159)
#99B891
(153,184,145)
#8AA683
(138,166,131)
#7B9475
(123,148,117)
#6C8267
(108,130,103)
#5D7059
(93,112,89)
#4E5E4B
(78,94,75)
#3F4C3D
(63,76,61)
#303A2F
(48,58,47)
#212821
(33,40,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #A8CA9F

#A8CA9F
(168,202,159)
#AFCEA7
(175,206,167)
#B6D2AF
(182,210,175)
#BDD6B7
(189,214,183)
#C4DABF
(196,218,191)
#CBDEC7
(203,222,199)
#D2E2CF
(210,226,207)
#D9E6D7
(217,230,215)
#E0EADF
(224,234,223)
#E7EEE7
(231,238,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CA9F color. Also use rgb(168,202,159) instead hex code.

Text Font Color

.myTextColor { color: #A8CA9F; }

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

This text font color is #A8CA9F.

Background Color

.myBgColor { background-color: #A8CA9F; }

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

This div background color is #A8CA9F.

Border color

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

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

This div border color is #A8CA9F.

Opacity

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

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

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

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

This text has shadow with #A8CA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CA9F.

Preview

Color preview on black background

This text has color #A8CA9F on black background.


Color preview on white background

This text has color #A8CA9F on white background.


Black color preview on #A8CA9F background

This text has black color on #A8CA9F background.


White color preview on #A8CA9F background

This text has white color on #A8CA9F background.


Related colors

Complementary color

Complementary color for #hex is #573560.


I love getcolorcode.com

Triadic colors

1 #9FA8CA and #CA9FA8 with #A8CA9F are triadic colors.

2 #9FCAA8 and #CAA89F with #A8CA9F are triadic colors.