COLOR #C6C6AD

HEX: #C6C6AD
RGB: (198,198,173)

Color info

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

RGB color model

#C6C6AD color RGB value is (198,198,173).

  • red value is 198;
  • green value is 198;
  • blue value is 173.
RGB:
(198,198,173)
(78%,78%,68%)

RGB channels and saturation

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

198
198
173

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 173 = 569 (100%)
R 198 of 569 ~ 34.8%
G 198 of 569 ~ 34.8%
B 173 of 569 ~ 30.4%

%34.8
%34.8
%30.4

CMYK color model

#C6C6AD color CMYK value is (0,0,13,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(0,0,13,22)
C0M0Y13K22 
(0%,0%,13%,22%)
(0.00/0.00/0.13/0.22)	

CMYK percentages

%0
%0
%12.63
%22.35

Codes

Color #C6C6AD in popluar color models

C6C6AD
RGB198198173
HSL60°17.99%72.75%
HSB/HSV60°12.63%77.65%
CMYK0.00%0.00%12.63%
22.35%

Color #C6C6AD in popluar number systems.

HEXC6C6AD
Decimal198198173
Binary110001101100011010101101
Octal306306255

Shades and tints

Shades of #C6C6AD

#C6C6AD
(198,198,173)
#B4B49E
(180,180,158)
#A2A28F
(162,162,143)
#909080
(144,144,128)
#7E7E71
(126,126,113)
#6C6C62
(108,108,98)
#5A5A53
(90,90,83)
#484844
(72,72,68)
#363635
(54,54,53)
#242426
(36,36,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #C6C6AD

#C6C6AD
(198,198,173)
#CBCBB4
(203,203,180)
#D0D0BB
(208,208,187)
#D5D5C2
(213,213,194)
#DADAC9
(218,218,201)
#DFDFD0
(223,223,208)
#E4E4D7
(228,228,215)
#E9E9DE
(233,233,222)
#EEEEE5
(238,238,229)
#F3F3EC
(243,243,236)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6AD; }

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

This text font color is #C6C6AD.


Background Color

.myBgColor { background-color: #C6C6AD; }

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

This div background color is #C6C6AD.


Border color

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

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

This div border color is #C6C6AD.


Opacity

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

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

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

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

This text has shadow with #C6C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6AD on black background.


Color preview on white background

This text has color #C6C6AD on white background.



Black color preview on #C6C6AD background

This text has black color on #C6C6AD background.


White color preview on #C6C6AD background

This text has white color on #C6C6AD background.