COLOR #C6C9AB

HEX: #C6C9AB RGB: (198,201,171)

Color info

#C6C9AB contains red, green and blue colors in about the same proportion. Web safe color of #C6C9AB is #CCCC99 (or #CC9).

RGB color model

#C6C9AB color RGB value is (198,201,171).

RGB: (198,201,171) (78%, 79%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 171 of 255 = 67%

198
201
171

R + G + B ~ 75%. #C6C9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 171 = 570 (100%)
R 198 of 570 ~ 34.74%
G 201 of 570 ~ 35.26%
B 171 of 570 ~ 30'%

%34.74
%35.26
%30

CMYK color model

#C6C9AB color CMYK value is (1,0,15,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%

CMYK: (1,0,15,21)
C1M0Y15K21 (1%, 0%, 15%, 21%)
(0.01 / 0.00 / 0.15 / 0.21)

CMYK percentages

%1.49
%0
%14.93
%21.18

Codes

Color #C6C9AB in popluar color models

C6 C9 AB
RGB 198 201 171
HSL 66° 21.74% 72.94%
HSB/HSV 66° 14.93% 78.82%
CMYK 1.49% 0.00% 14.93%
21.18%

Color #C6C9AB in popluar number systems.

HEX C6 C9 AB
Decimal 198 201 171
Binary 11000110 11001001 10101011
Octal 306 311 253

Shades and tints

Shades of #C6C9AB

#C6C9AB
(198,201,171)
#B4B79C
(180,183,156)
#A2A58D
(162,165,141)
#90937E
(144,147,126)
#7E816F
(126,129,111)
#6C6F60
(108,111,96)
#5A5D51
(90,93,81)
#484B42
(72,75,66)
#363933
(54,57,51)
#242724
(36,39,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6C9AB

#C6C9AB
(198,201,171)
#CBCDB2
(203,205,178)
#D0D1B9
(208,209,185)
#D5D5C0
(213,213,192)
#DAD9C7
(218,217,199)
#DFDDCE
(223,221,206)
#E4E1D5
(228,225,213)
#E9E5DC
(233,229,220)
#EEE9E3
(238,233,227)
#F3EDEA
(243,237,234)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C9AB color. Also use rgb(198,201,171) instead hex code.

Text Font Color

.myTextColor { color: #C6C9AB; }

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

This text font color is #C6C9AB.

Background Color

.myBgColor { background-color: #C6C9AB; }

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

This div background color is #C6C9AB.

Border color

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

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

This div border color is #C6C9AB.

Opacity

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

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

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

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

This text has shadow with #C6C9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9AB.

Preview

Color preview on black background

This text has color #C6C9AB on black background.


Color preview on white background

This text has color #C6C9AB on white background.


Black color preview on #C6C9AB background

This text has black color on #C6C9AB background.


White color preview on #C6C9AB background

This text has white color on #C6C9AB background.


Related colors

Complementary color

Complementary color for #hex is #393654.


I love getcolorcode.com

Triadic colors

1 #ABC6C9 and #C9ABC6 with #C6C9AB are triadic colors.

2 #ABC9C6 and #C9C6AB with #C6C9AB are triadic colors.