COLOR #C6A5B7

HEX: #C6A5B7
RGB: (198,165,183)

Color info

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

RGB color model

#C6A5B7 color RGB value is (198,165,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 183 of 255 = 72%

198
165
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 183 = 546 (100%)
R 198 of 546 ~ 36.26%
G 165 of 546 ~ 30.22%
B 183 of 546 ~ 33.52%

%36.26
%30.22
%33.52

CMYK color model

#C6A5B7 color CMYK value is (0,17,8,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,17,8,22)
C0M17Y8K22 
(0%,17%,8%,22%)
(0.00/0.17/0.08/0.22)	

CMYK percentages

%0
%16.67
%7.58
%22.35

Codes

Color #C6A5B7 in popluar color models

C6A5B7
RGB198165183
HSL327°22.45%71.18%
HSB/HSV327°16.67%77.65%
CMYK0.00%16.67%7.58%
22.35%

Color #C6A5B7 in popluar number systems.

HEXC6A5B7
Decimal198165183
Binary110001101010010110110111
Octal306245267

Shades and tints

Shades of #C6A5B7

#C6A5B7
(198,165,183)
#B496A7
(180,150,167)
#A28797
(162,135,151)
#907887
(144,120,135)
#7E6977
(126,105,119)
#6C5A67
(108,90,103)
#5A4B57
(90,75,87)
#483C47
(72,60,71)
#362D37
(54,45,55)
#241E27
(36,30,39)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C6A5B7

#C6A5B7
(198,165,183)
#CBADBD
(203,173,189)
#D0B5C3
(208,181,195)
#D5BDC9
(213,189,201)
#DAC5CF
(218,197,207)
#DFCDD5
(223,205,213)
#E4D5DB
(228,213,219)
#E9DDE1
(233,221,225)
#EEE5E7
(238,229,231)
#F3EDED
(243,237,237)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5B7; }

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

This text font color is #C6A5B7.


Background Color

.myBgColor { background-color: #C6A5B7; }

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

This div background color is #C6A5B7.


Border color

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

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

This div border color is #C6A5B7.


Opacity

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

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

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

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

This text has shadow with #C6A5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5B7 on black background.


Color preview on white background

This text has color #C6A5B7 on white background.



Black color preview on #C6A5B7 background

This text has black color on #C6A5B7 background.


White color preview on #C6A5B7 background

This text has white color on #C6A5B7 background.