COLOR #C6A9B8

HEX: #C6A9B8
RGB: (198,169,184)

Color info

#C6A9B8 contains red, green and blue colors in about the same proportion. Web safe color of #C6A9B8 is #CC99CC (or #C9C).

RGB color model

#C6A9B8 color RGB value is (198,169,184).

  • red value is 198;
  • green value is 169;
  • blue value is 184.
RGB:
(198,169,184)
(78%,66%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 184 of 255 = 72%

198
169
184

R + G + B ~ 72%. #C6A9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 169 + 184 = 551 (100%)
R 198 of 551 ~ 35.93%
G 169 of 551 ~ 30.67%
B 184 of 551 ~ 33.39%

%35.93
%30.67
%33.39

CMYK color model

#C6A9B8 color CMYK value is (0,15,7,22).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,15,7,22)
C0M15Y7K22 
(0%,15%,7%,22%)
(0.00/0.15/0.07/0.22)	

CMYK percentages

%0
%14.65
%7.07
%22.35

Codes

Color #C6A9B8 in popluar color models

C6A9B8
RGB198169184
HSL329°20.28%71.96%
HSB/HSV329°14.65%77.65%
CMYK0.00%14.65%7.07%
22.35%

Color #C6A9B8 in popluar number systems.

HEXC6A9B8
Decimal198169184
Binary110001101010100110111000
Octal306251270

Shades and tints

Shades of #C6A9B8

#C6A9B8
(198,169,184)
#B49AA8
(180,154,168)
#A28B98
(162,139,152)
#907C88
(144,124,136)
#7E6D78
(126,109,120)
#6C5E68
(108,94,104)
#5A4F58
(90,79,88)
#484048
(72,64,72)
#363138
(54,49,56)
#242228
(36,34,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6A9B8

#C6A9B8
(198,169,184)
#CBB0BE
(203,176,190)
#D0B7C4
(208,183,196)
#D5BECA
(213,190,202)
#DAC5D0
(218,197,208)
#DFCCD6
(223,204,214)
#E4D3DC
(228,211,220)
#E9DAE2
(233,218,226)
#EEE1E8
(238,225,232)
#F3E8EE
(243,232,238)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A9B8 color. Also use rgb(198,169,184) instead hex code.

Text Font Color

.myTextColor { color: #C6A9B8; }

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

This text font color is #C6A9B8.


Background Color

.myBgColor { background-color: #C6A9B8; }

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

This div background color is #C6A9B8.


Border color

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

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

This div border color is #C6A9B8.


Opacity

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

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

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

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

This text has shadow with #C6A9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A9B8 on black background.


Color preview on white background

This text has color #C6A9B8 on white background.



Black color preview on #C6A9B8 background

This text has black color on #C6A9B8 background.


White color preview on #C6A9B8 background

This text has white color on #C6A9B8 background.