COLOR #C6A5BF

HEX: #C6A5BF
RGB: (198,165,191)

Color info

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

RGB color model

#C6A5BF color RGB value is (198,165,191).

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

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 191 of 255 = 75%

198
165
191

R + G + B ~ 73%. #C6A5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 191 = 554 (100%)
R 198 of 554 ~ 35.74%
G 165 of 554 ~ 29.78%
B 191 of 554 ~ 34.48%

%35.74
%29.78
%34.48

CMYK color model

#C6A5BF color CMYK value is (0,17,4,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(0,17,4,22)
C0M17Y4K22 
(0%,17%,4%,22%)
(0.00/0.17/0.04/0.22)	

CMYK percentages

%0
%16.67
%3.54
%22.35

Codes

Color #C6A5BF in popluar color models

C6A5BF
RGB198165191
HSL313°22.45%71.18%
HSB/HSV313°16.67%77.65%
CMYK0.00%16.67%3.54%
22.35%

Color #C6A5BF in popluar number systems.

HEXC6A5BF
Decimal198165191
Binary110001101010010110111111
Octal306245277

Shades and tints

Shades of #C6A5BF

#C6A5BF
(198,165,191)
#B496AE
(180,150,174)
#A2879D
(162,135,157)
#90788C
(144,120,140)
#7E697B
(126,105,123)
#6C5A6A
(108,90,106)
#5A4B59
(90,75,89)
#483C48
(72,60,72)
#362D37
(54,45,55)
#241E26
(36,30,38)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #C6A5BF

#C6A5BF
(198,165,191)
#CBADC4
(203,173,196)
#D0B5C9
(208,181,201)
#D5BDCE
(213,189,206)
#DAC5D3
(218,197,211)
#DFCDD8
(223,205,216)
#E4D5DD
(228,213,221)
#E9DDE2
(233,221,226)
#EEE5E7
(238,229,231)
#F3EDEC
(243,237,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5BF; }

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

This text font color is #C6A5BF.


Background Color

.myBgColor { background-color: #C6A5BF; }

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

This div background color is #C6A5BF.


Border color

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

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

This div border color is #C6A5BF.


Opacity

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

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

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

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

This text has shadow with #C6A5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A5BF on black background.


Color preview on white background

This text has color #C6A5BF on white background.



Black color preview on #C6A5BF background

This text has black color on #C6A5BF background.


White color preview on #C6A5BF background

This text has white color on #C6A5BF background.