COLOR #C6C9AD

HEX: #C6C9AD RGB: (198,201,173)

Color info

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

RGB color model

#C6C9AD color RGB value is (198,201,173).

RGB: (198,201,173) (78%, 79%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 173 of 255 = 68%

198
201
173

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

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 173 = 572 (100%)
R 198 of 572 ~ 34.62%
G 201 of 572 ~ 35.14%
B 173 of 572 ~ 30.24'%

%34.62
%35.14
%30.24

CMYK color model

#C6C9AD color CMYK value is (1,0,14,21).

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

CMYK: (1,0,14,21)
C1M0Y14K21 (1%, 0%, 14%, 21%)
(0.01 / 0.00 / 0.14 / 0.21)

CMYK percentages

%1.49
%0
%13.93
%21.18

Codes

Color #C6C9AD in popluar color models

C6 C9 AD
RGB 198 201 173
HSL 66° 20.59% 73.33%
HSB/HSV 66° 13.93% 78.82%
CMYK 1.49% 0.00% 13.93%
21.18%

Color #C6C9AD in popluar number systems.

HEX C6 C9 AD
Decimal 198 201 173
Binary 11000110 11001001 10101101
Octal 306 311 255

Shades and tints

Shades of #C6C9AD

#C6C9AD
(198,201,173)
#B4B79E
(180,183,158)
#A2A58F
(162,165,143)
#909380
(144,147,128)
#7E8171
(126,129,113)
#6C6F62
(108,111,98)
#5A5D53
(90,93,83)
#484B44
(72,75,68)
#363935
(54,57,53)
#242726
(36,39,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6C9AD

#C6C9AD
(198,201,173)
#CBCDB4
(203,205,180)
#D0D1BB
(208,209,187)
#D5D5C2
(213,213,194)
#DAD9C9
(218,217,201)
#DFDDD0
(223,221,208)
#E4E1D7
(228,225,215)
#E9E5DE
(233,229,222)
#EEE9E5
(238,233,229)
#F3EDEC
(243,237,236)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9AD; }

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

This text font color is #C6C9AD.

Background Color

.myBgColor { background-color: #C6C9AD; }

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

This div background color is #C6C9AD.

Border color

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

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

This div border color is #C6C9AD.

Opacity

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

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

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

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

This text has shadow with #C6C9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9AD.

Preview

Color preview on black background

This text has color #C6C9AD on black background.


Color preview on white background

This text has color #C6C9AD on white background.


Black color preview on #C6C9AD background

This text has black color on #C6C9AD background.


White color preview on #C6C9AD background

This text has white color on #C6C9AD background.


Related colors

Complementary color

Complementary color for #hex is #393652.


I love getcolorcode.com

Triadic colors

1 #ADC6C9 and #C9ADC6 with #C6C9AD are triadic colors.

2 #ADC9C6 and #C9C6AD with #C6C9AD are triadic colors.