COLOR #C6A4AD

HEX: #C6A4AD
RGB: (198,164,173)

Color info

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

RGB color model

#C6A4AD color RGB value is (198,164,173).

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

RGB channels and saturation

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

198
164
173

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

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 173 = 535 (100%)
R 198 of 535 ~ 37.01%
G 164 of 535 ~ 30.65%
B 173 of 535 ~ 32.34%

%37.01
%30.65
%32.34

CMYK color model

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

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

CMYK percentages

%0
%17.17
%12.63
%22.35

Codes

Color #C6A4AD in popluar color models

C6A4AD
RGB198164173
HSL344°22.97%70.98%
HSB/HSV344°17.17%77.65%
CMYK0.00%17.17%12.63%
22.35%

Color #C6A4AD in popluar number systems.

HEXC6A4AD
Decimal198164173
Binary110001101010010010101101
Octal306244255

Shades and tints

Shades of #C6A4AD

#C6A4AD
(198,164,173)
#B4969E
(180,150,158)
#A2888F
(162,136,143)
#907A80
(144,122,128)
#7E6C71
(126,108,113)
#6C5E62
(108,94,98)
#5A5053
(90,80,83)
#484244
(72,66,68)
#363435
(54,52,53)
#242626
(36,38,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6A4AD

#C6A4AD
(198,164,173)
#CBACB4
(203,172,180)
#D0B4BB
(208,180,187)
#D5BCC2
(213,188,194)
#DAC4C9
(218,196,201)
#DFCCD0
(223,204,208)
#E4D4D7
(228,212,215)
#E9DCDE
(233,220,222)
#EEE4E5
(238,228,229)
#F3ECEC
(243,236,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A4AD; }

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

This text font color is #C6A4AD.


Background Color

.myBgColor { background-color: #C6A4AD; }

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

This div background color is #C6A4AD.


Border color

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

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

This div border color is #C6A4AD.


Opacity

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

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

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

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

This text has shadow with #C6A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A4AD on black background.


Color preview on white background

This text has color #C6A4AD on white background.



Black color preview on #C6A4AD background

This text has black color on #C6A4AD background.


White color preview on #C6A4AD background

This text has white color on #C6A4AD background.