COLOR #C6ADAA

HEX: #C6ADAA RGB: (198,173,170)

Color info

#C6ADAA contains red, green and blue colors in about the same proportion. Web safe color of #C6ADAA is #CC9999 (or #C99).

RGB color model

#C6ADAA color RGB value is (198,173,170).

RGB: (198,173,170) (78%, 68%, 67%)

RGB channels and saturation

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

198
173
170

R + G + B ~ 71%. #C6ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 173 + 170 = 541 (100%)
R 198 of 541 ~ 36.6%
G 173 of 541 ~ 31.98%
B 170 of 541 ~ 31.42'%

%36.6
%31.98
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 14.14%
  • key color value is 22.35%

CMYK: (0,13,14,22)
C0M13Y14K22 (0%, 13%, 14%, 22%)
(0.00 / 0.13 / 0.14 / 0.22)

CMYK percentages

%0
%12.63
%14.14
%22.35

Codes

Color #C6ADAA in popluar color models

C6 AD AA
RGB 198 173 170
HSL 19.72% 72.16%
HSB/HSV 14.14% 77.65%
CMYK 0.00% 12.63% 14.14%
22.35%

Color #C6ADAA in popluar number systems.

HEX C6 AD AA
Decimal 198 173 170
Binary 11000110 10101101 10101010
Octal 306 255 252

Shades and tints

Shades of #C6ADAA

#C6ADAA
(198,173,170)
#B49E9B
(180,158,155)
#A28F8C
(162,143,140)
#90807D
(144,128,125)
#7E716E
(126,113,110)
#6C625F
(108,98,95)
#5A5350
(90,83,80)
#484441
(72,68,65)
#363532
(54,53,50)
#242623
(36,38,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6ADAA

#C6ADAA
(198,173,170)
#CBB4B1
(203,180,177)
#D0BBB8
(208,187,184)
#D5C2BF
(213,194,191)
#DAC9C6
(218,201,198)
#DFD0CD
(223,208,205)
#E4D7D4
(228,215,212)
#E9DEDB
(233,222,219)
#EEE5E2
(238,229,226)
#F3ECE9
(243,236,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADAA; }

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

This text font color is #C6ADAA.

Background Color

.myBgColor { background-color: #C6ADAA; }

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

This div background color is #C6ADAA.

Border color

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

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

This div border color is #C6ADAA.

Opacity

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

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

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

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

This text has shadow with #C6ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ADAA.

Preview

Color preview on black background

This text has color #C6ADAA on black background.


Color preview on white background

This text has color #C6ADAA on white background.


Black color preview on #C6ADAA background

This text has black color on #C6ADAA background.


White color preview on #C6ADAA background

This text has white color on #C6ADAA background.


Related colors

Complementary color

Complementary color for #hex is #395255.


I love getcolorcode.com

Triadic colors

1 #AAC6AD and #ADAAC6 with #C6ADAA are triadic colors.

2 #AAADC6 and #ADC6AA with #C6ADAA are triadic colors.