COLOR #C6CCAA

HEX: #C6CCAA
RGB: (198,204,170)

Color info

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

RGB color model

#C6CCAA color RGB value is (198,204,170).

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

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 170 of 255 = 67%

198
204
170

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 170 = 572 (100%)
R 198 of 572 ~ 34.62%
G 204 of 572 ~ 35.66%
B 170 of 572 ~ 29.72%

%34.62
%35.66
%29.72

CMYK color model

#C6CCAA color CMYK value is (3,0,17,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(3,0,17,20)
C3M0Y17K20 
(3%,0%,17%,20%)
(0.03/0.00/0.17/0.20)	

CMYK percentages

%2.94
%0
%16.67
%20

Codes

Color #C6CCAA in popluar color models

C6CCAA
RGB198204170
HSL71°25.00%73.33%
HSB/HSV71°16.67%80.00%
CMYK2.94%0.00%16.67%
20.00%

Color #C6CCAA in popluar number systems.

HEXC6CCAA
Decimal198204170
Binary110001101100110010101010
Octal306314252

Shades and tints

Shades of #C6CCAA

#C6CCAA
(198,204,170)
#B4BA9B
(180,186,155)
#A2A88C
(162,168,140)
#90967D
(144,150,125)
#7E846E
(126,132,110)
#6C725F
(108,114,95)
#5A6050
(90,96,80)
#484E41
(72,78,65)
#363C32
(54,60,50)
#242A23
(36,42,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6CCAA

#C6CCAA
(198,204,170)
#CBD0B1
(203,208,177)
#D0D4B8
(208,212,184)
#D5D8BF
(213,216,191)
#DADCC6
(218,220,198)
#DFE0CD
(223,224,205)
#E4E4D4
(228,228,212)
#E9E8DB
(233,232,219)
#EEECE2
(238,236,226)
#F3F0E9
(243,240,233)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCAA; }

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

This text font color is #C6CCAA.


Background Color

.myBgColor { background-color: #C6CCAA; }

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

This div background color is #C6CCAA.


Border color

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

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

This div border color is #C6CCAA.


Opacity

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

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

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

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

This text has shadow with #C6CCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCAA on black background.


Color preview on white background

This text has color #C6CCAA on white background.



Black color preview on #C6CCAA background

This text has black color on #C6CCAA background.


White color preview on #C6CCAA background

This text has white color on #C6CCAA background.