COLOR #C6A5B1

HEX: #C6A5B1
RGB: (198,165,177)

Color info

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

RGB color model

#C6A5B1 color RGB value is (198,165,177).

  • red value is 198;
  • green value is 165;
  • blue value is 177.
RGB:
(198,165,177)
(78%,65%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 177 of 255 = 69%

198
165
177

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

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 177 = 540 (100%)
R 198 of 540 ~ 36.67%
G 165 of 540 ~ 30.56%
B 177 of 540 ~ 32.78%

%36.67
%30.56
%32.78

CMYK color model

#C6A5B1 color CMYK value is (0,17,11,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(0,17,11,22)
C0M17Y11K22 
(0%,17%,11%,22%)
(0.00/0.17/0.11/0.22)	

CMYK percentages

%0
%16.67
%10.61
%22.35

Codes

Color #C6A5B1 in popluar color models

C6A5B1
RGB198165177
HSL338°22.45%71.18%
HSB/HSV338°16.67%77.65%
CMYK0.00%16.67%10.61%
22.35%

Color #C6A5B1 in popluar number systems.

HEXC6A5B1
Decimal198165177
Binary110001101010010110110001
Octal306245261

Shades and tints

Shades of #C6A5B1

#C6A5B1
(198,165,177)
#B496A1
(180,150,161)
#A28791
(162,135,145)
#907881
(144,120,129)
#7E6971
(126,105,113)
#6C5A61
(108,90,97)
#5A4B51
(90,75,81)
#483C41
(72,60,65)
#362D31
(54,45,49)
#241E21
(36,30,33)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C6A5B1

#C6A5B1
(198,165,177)
#CBADB8
(203,173,184)
#D0B5BF
(208,181,191)
#D5BDC6
(213,189,198)
#DAC5CD
(218,197,205)
#DFCDD4
(223,205,212)
#E4D5DB
(228,213,219)
#E9DDE2
(233,221,226)
#EEE5E9
(238,229,233)
#F3EDF0
(243,237,240)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A5B1 color. Also use rgb(198,165,177) instead hex code.

Text Font Color

.myTextColor { color: #C6A5B1; }

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

This text font color is #C6A5B1.


Background Color

.myBgColor { background-color: #C6A5B1; }

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

This div background color is #C6A5B1.


Border color

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

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

This div border color is #C6A5B1.


Opacity

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

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

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

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

This text has shadow with #C6A5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5B1 on black background.


Color preview on white background

This text has color #C6A5B1 on white background.



Black color preview on #C6A5B1 background

This text has black color on #C6A5B1 background.


White color preview on #C6A5B1 background

This text has white color on #C6A5B1 background.