COLOR #C6ADA0

HEX: #C6ADA0
RGB: (198,173,160)

Color info

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

RGB color model

#C6ADA0 color RGB value is (198,173,160).

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

RGB channels and saturation

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

198
173
160

R + G + B ~ 70%. #C6ADA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 160 = 531 (100%)
R 198 of 531 ~ 37.29%
G 173 of 531 ~ 32.58%
B 160 of 531 ~ 30.13%

%37.29
%32.58
%30.13

CMYK color model

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

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

CMYK percentages

%0
%12.63
%19.19
%22.35

Codes

Color #C6ADA0 in popluar color models

C6ADA0
RGB198173160
HSL21°25.00%70.20%
HSB/HSV21°19.19%77.65%
CMYK0.00%12.63%19.19%
22.35%

Color #C6ADA0 in popluar number systems.

HEXC6ADA0
Decimal198173160
Binary110001101010110110100000
Octal306255240

Shades and tints

Shades of #C6ADA0

#C6ADA0
(198,173,160)
#B49E92
(180,158,146)
#A28F84
(162,143,132)
#908076
(144,128,118)
#7E7168
(126,113,104)
#6C625A
(108,98,90)
#5A534C
(90,83,76)
#48443E
(72,68,62)
#363530
(54,53,48)
#242622
(36,38,34)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6ADA0

#C6ADA0
(198,173,160)
#CBB4A8
(203,180,168)
#D0BBB0
(208,187,176)
#D5C2B8
(213,194,184)
#DAC9C0
(218,201,192)
#DFD0C8
(223,208,200)
#E4D7D0
(228,215,208)
#E9DED8
(233,222,216)
#EEE5E0
(238,229,224)
#F3ECE8
(243,236,232)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ADA0; }

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

This text font color is #C6ADA0.


Background Color

.myBgColor { background-color: #C6ADA0; }

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

This div background color is #C6ADA0.


Border color

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

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

This div border color is #C6ADA0.


Opacity

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

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

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

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

This text has shadow with #C6ADA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ADA0 on black background.


Color preview on white background

This text has color #C6ADA0 on white background.



Black color preview on #C6ADA0 background

This text has black color on #C6ADA0 background.


White color preview on #C6ADA0 background

This text has white color on #C6ADA0 background.