COLOR #C6C2AA

HEX: #C6C2AA
RGB: (198,194,170)

Color info

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

RGB color model

#C6C2AA color RGB value is (198,194,170).

  • red value is 198;
  • green value is 194;
  • blue value is 170.
RGB:
(198,194,170)
(78%,76%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 170 of 255 = 67%

198
194
170

R + G + B ~ 74%. #C6C2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 194 + 170 = 562 (100%)
R 198 of 562 ~ 35.23%
G 194 of 562 ~ 34.52%
B 170 of 562 ~ 30.25%

%35.23
%34.52
%30.25

CMYK color model

#C6C2AA color CMYK value is (0,2,14,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(0,2,14,22)
C0M2Y14K22 
(0%,2%,14%,22%)
(0.00/0.02/0.14/0.22)	

CMYK percentages

%0
%2.02
%14.14
%22.35

Codes

Color #C6C2AA in popluar color models

C6C2AA
RGB198194170
HSL51°19.72%72.16%
HSB/HSV51°14.14%77.65%
CMYK0.00%2.02%14.14%
22.35%

Color #C6C2AA in popluar number systems.

HEXC6C2AA
Decimal198194170
Binary110001101100001010101010
Octal306302252

Shades and tints

Shades of #C6C2AA

#C6C2AA
(198,194,170)
#B4B19B
(180,177,155)
#A2A08C
(162,160,140)
#908F7D
(144,143,125)
#7E7E6E
(126,126,110)
#6C6D5F
(108,109,95)
#5A5C50
(90,92,80)
#484B41
(72,75,65)
#363A32
(54,58,50)
#242923
(36,41,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6C2AA

#C6C2AA
(198,194,170)
#CBC7B1
(203,199,177)
#D0CCB8
(208,204,184)
#D5D1BF
(213,209,191)
#DAD6C6
(218,214,198)
#DFDBCD
(223,219,205)
#E4E0D4
(228,224,212)
#E9E5DB
(233,229,219)
#EEEAE2
(238,234,226)
#F3EFE9
(243,239,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C2AA color. Also use rgb(198,194,170) instead hex code.

Text Font Color

.myTextColor { color: #C6C2AA; }

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

This text font color is #C6C2AA.


Background Color

.myBgColor { background-color: #C6C2AA; }

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

This div background color is #C6C2AA.


Border color

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

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

This div border color is #C6C2AA.


Opacity

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

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

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

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

This text has shadow with #C6C2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C2AA on black background.


Color preview on white background

This text has color #C6C2AA on white background.



Black color preview on #C6C2AA background

This text has black color on #C6C2AA background.


White color preview on #C6C2AA background

This text has white color on #C6C2AA background.