COLOR #C6C3AA

HEX: #C6C3AA RGB: (198,195,170)

Color info

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

RGB color model

#C6C3AA color RGB value is (198,195,170).

RGB: (198,195,170) (78%, 76%, 67%)

RGB channels and saturation

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

198
195
170

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

Portions of RGB colors in percentages

R + G + B = 198 + 195 + 170 = 563 (100%)
R 198 of 563 ~ 35.17%
G 195 of 563 ~ 34.64%
B 170 of 563 ~ 30.2'%

%35.17
%34.64
%30.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.52%
  • 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
%1.52
%14.14
%22.35

Codes

Color #C6C3AA in popluar color models

C6 C3 AA
RGB 198 195 170
HSL 54° 19.72% 72.16%
HSB/HSV 54° 14.14% 77.65%
CMYK 0.00% 1.52% 14.14%
22.35%

Color #C6C3AA in popluar number systems.

HEX C6 C3 AA
Decimal 198 195 170
Binary 11000110 11000011 10101010
Octal 306 303 252

Shades and tints

Shades of #C6C3AA

#C6C3AA
(198,195,170)
#B4B29B
(180,178,155)
#A2A18C
(162,161,140)
#90907D
(144,144,125)
#7E7F6E
(126,127,110)
#6C6E5F
(108,110,95)
#5A5D50
(90,93,80)
#484C41
(72,76,65)
#363B32
(54,59,50)
#242A23
(36,42,35)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6C3AA

#C6C3AA
(198,195,170)
#CBC8B1
(203,200,177)
#D0CDB8
(208,205,184)
#D5D2BF
(213,210,191)
#DAD7C6
(218,215,198)
#DFDCCD
(223,220,205)
#E4E1D4
(228,225,212)
#E9E6DB
(233,230,219)
#EEEBE2
(238,235,226)
#F3F0E9
(243,240,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3AA; }

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

This text font color is #C6C3AA.

Background Color

.myBgColor { background-color: #C6C3AA; }

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

This div background color is #C6C3AA.

Border color

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

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

This div border color is #C6C3AA.

Opacity

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

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

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

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

This text has shadow with #C6C3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C3AA.

Preview

Color preview on black background

This text has color #C6C3AA on black background.


Color preview on white background

This text has color #C6C3AA on white background.


Black color preview on #C6C3AA background

This text has black color on #C6C3AA background.


White color preview on #C6C3AA background

This text has white color on #C6C3AA background.


Related colors

Complementary color

Complementary color for #hex is #393C55.


I love getcolorcode.com

Triadic colors

1 #AAC6C3 and #C3AAC6 with #C6C3AA are triadic colors.

2 #AAC3C6 and #C3C6AA with #C6C3AA are triadic colors.