COLOR #C6A3B9

HEX: #C6A3B9
RGB: (198,163,185)

Color info

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

RGB color model

#C6A3B9 color RGB value is (198,163,185).

  • red value is 198;
  • green value is 163;
  • blue value is 185.
RGB:
(198,163,185)
(78%,64%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 185 of 255 = 73%

198
163
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 185 = 546 (100%)
R 198 of 546 ~ 36.26%
G 163 of 546 ~ 29.85%
B 185 of 546 ~ 33.88%

%36.26
%29.85
%33.88

CMYK color model

#C6A3B9 color CMYK value is (0,18,7,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,18,7,22)
C0M18Y7K22 
(0%,18%,7%,22%)
(0.00/0.18/0.07/0.22)	

CMYK percentages

%0
%17.68
%6.57
%22.35

Codes

Color #C6A3B9 in popluar color models

C6A3B9
RGB198163185
HSL322°23.49%70.78%
HSB/HSV322°17.68%77.65%
CMYK0.00%17.68%6.57%
22.35%

Color #C6A3B9 in popluar number systems.

HEXC6A3B9
Decimal198163185
Binary110001101010001110111001
Octal306243271

Shades and tints

Shades of #C6A3B9

#C6A3B9
(198,163,185)
#B495A9
(180,149,169)
#A28799
(162,135,153)
#907989
(144,121,137)
#7E6B79
(126,107,121)
#6C5D69
(108,93,105)
#5A4F59
(90,79,89)
#484149
(72,65,73)
#363339
(54,51,57)
#242529
(36,37,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6A3B9

#C6A3B9
(198,163,185)
#CBABBF
(203,171,191)
#D0B3C5
(208,179,197)
#D5BBCB
(213,187,203)
#DAC3D1
(218,195,209)
#DFCBD7
(223,203,215)
#E4D3DD
(228,211,221)
#E9DBE3
(233,219,227)
#EEE3E9
(238,227,233)
#F3EBEF
(243,235,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A3B9 color. Also use rgb(198,163,185) instead hex code.

Text Font Color

.myTextColor { color: #C6A3B9; }

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

This text font color is #C6A3B9.


Background Color

.myBgColor { background-color: #C6A3B9; }

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

This div background color is #C6A3B9.


Border color

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

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

This div border color is #C6A3B9.


Opacity

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

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

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

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

This text has shadow with #C6A3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A3B9 on black background.


Color preview on white background

This text has color #C6A3B9 on white background.



Black color preview on #C6A3B9 background

This text has black color on #C6A3B9 background.


White color preview on #C6A3B9 background

This text has white color on #C6A3B9 background.