COLOR #C6AAAF

HEX: #C6AAAF
RGB: (198,170,175)

Color info

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

RGB color model

#C6AAAF color RGB value is (198,170,175).

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

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 175 of 255 = 69%

198
170
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 175 = 543 (100%)
R 198 of 543 ~ 36.46%
G 170 of 543 ~ 31.31%
B 175 of 543 ~ 32.23%

%36.46
%31.31
%32.23

CMYK color model

#C6AAAF color CMYK value is (0,14,12,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,14,12,22)
C0M14Y12K22 
(0%,14%,12%,22%)
(0.00/0.14/0.12/0.22)	

CMYK percentages

%0
%14.14
%11.62
%22.35

Codes

Color #C6AAAF in popluar color models

C6AAAF
RGB198170175
HSL349°19.72%72.16%
HSB/HSV349°14.14%77.65%
CMYK0.00%14.14%11.62%
22.35%

Color #C6AAAF in popluar number systems.

HEXC6AAAF
Decimal198170175
Binary110001101010101010101111
Octal306252257

Shades and tints

Shades of #C6AAAF

#C6AAAF
(198,170,175)
#B49BA0
(180,155,160)
#A28C91
(162,140,145)
#907D82
(144,125,130)
#7E6E73
(126,110,115)
#6C5F64
(108,95,100)
#5A5055
(90,80,85)
#484146
(72,65,70)
#363237
(54,50,55)
#242328
(36,35,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6AAAF

#C6AAAF
(198,170,175)
#CBB1B6
(203,177,182)
#D0B8BD
(208,184,189)
#D5BFC4
(213,191,196)
#DAC6CB
(218,198,203)
#DFCDD2
(223,205,210)
#E4D4D9
(228,212,217)
#E9DBE0
(233,219,224)
#EEE2E7
(238,226,231)
#F3E9EE
(243,233,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AAAF; }

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

This text font color is #C6AAAF.


Background Color

.myBgColor { background-color: #C6AAAF; }

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

This div background color is #C6AAAF.


Border color

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

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

This div border color is #C6AAAF.


Opacity

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

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

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

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

This text has shadow with #C6AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAAF on black background.


Color preview on white background

This text has color #C6AAAF on white background.



Black color preview on #C6AAAF background

This text has black color on #C6AAAF background.


White color preview on #C6AAAF background

This text has white color on #C6AAAF background.