COLOR #A8CCAB

HEX: #A8CCAB RGB: (168,204,171)

Color info

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

RGB color model

#A8CCAB color RGB value is (168,204,171).

RGB: (168,204,171) (66%, 80%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 171 of 255 = 67%

168
204
171

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

Portions of RGB colors in percentages

R + G + B = 168 + 204 + 171 = 543 (100%)
R 168 of 543 ~ 30.94%
G 204 of 543 ~ 37.57%
B 171 of 543 ~ 31.49'%

%30.94
%37.57
%31.49

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • 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

%17.65
%0
%16.18
%20

Codes

Color #A8CCAB in popluar color models

A8 CC AB
RGB 168 204 171
HSL 125° 26.09% 72.94%
HSB/HSV 125° 17.65% 80.00%
CMYK 17.65% 0.00% 16.18%
20.00%

Color #A8CCAB in popluar number systems.

HEX A8 CC AB
Decimal 168 204 171
Binary 10101000 11001100 10101011
Octal 250 314 253

Shades and tints

Shades of #A8CCAB

#A8CCAB
(168,204,171)
#99BA9C
(153,186,156)
#8AA88D
(138,168,141)
#7B967E
(123,150,126)
#6C846F
(108,132,111)
#5D7260
(93,114,96)
#4E6051
(78,96,81)
#3F4E42
(63,78,66)
#303C33
(48,60,51)
#212A24
(33,42,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #A8CCAB

#A8CCAB
(168,204,171)
#AFD0B2
(175,208,178)
#B6D4B9
(182,212,185)
#BDD8C0
(189,216,192)
#C4DCC7
(196,220,199)
#CBE0CE
(203,224,206)
#D2E4D5
(210,228,213)
#D9E8DC
(217,232,220)
#E0ECE3
(224,236,227)
#E7F0EA
(231,240,234)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CCAB color. Also use rgb(168,204,171) instead hex code.

Text Font Color

.myTextColor { color: #A8CCAB; }

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

This text font color is #A8CCAB.

Background Color

.myBgColor { background-color: #A8CCAB; }

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

This div background color is #A8CCAB.

Border color

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

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

This div border color is #A8CCAB.

Opacity

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

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

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

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

This text has shadow with #A8CCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CCAB.

Preview

Color preview on black background

This text has color #A8CCAB on black background.


Color preview on white background

This text has color #A8CCAB on white background.


Black color preview on #A8CCAB background

This text has black color on #A8CCAB background.


White color preview on #A8CCAB background

This text has white color on #A8CCAB background.


Related colors

Complementary color

Complementary color for #hex is #573354.


I love getcolorcode.com

Triadic colors

1 #ABA8CC and #CCABA8 with #A8CCAB are triadic colors.

2 #ABCCA8 and #CCA8AB with #A8CCAB are triadic colors.