COLOR #C6A1B2

HEX: #C6A1B2
RGB: (198,161,178)

Color info

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

RGB color model

#C6A1B2 color RGB value is (198,161,178).

  • red value is 198;
  • green value is 161;
  • blue value is 178.
RGB:
(198,161,178)
(78%,63%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 178 of 255 = 70%

198
161
178

R + G + B ~ 70%. #C6A1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 178 = 537 (100%)
R 198 of 537 ~ 36.87%
G 161 of 537 ~ 29.98%
B 178 of 537 ~ 33.15%

%36.87
%29.98
%33.15

CMYK color model

#C6A1B2 color CMYK value is (0,19,10,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,19,10,22)
C0M19Y10K22 
(0%,19%,10%,22%)
(0.00/0.19/0.10/0.22)	

CMYK percentages

%0
%18.69
%10.1
%22.35

Codes

Color #C6A1B2 in popluar color models

C6A1B2
RGB198161178
HSL332°24.50%70.39%
HSB/HSV332°18.69%77.65%
CMYK0.00%18.69%10.10%
22.35%

Color #C6A1B2 in popluar number systems.

HEXC6A1B2
Decimal198161178
Binary110001101010000110110010
Octal306241262

Shades and tints

Shades of #C6A1B2

#C6A1B2
(198,161,178)
#B493A2
(180,147,162)
#A28592
(162,133,146)
#907782
(144,119,130)
#7E6972
(126,105,114)
#6C5B62
(108,91,98)
#5A4D52
(90,77,82)
#483F42
(72,63,66)
#363132
(54,49,50)
#242322
(36,35,34)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6A1B2

#C6A1B2
(198,161,178)
#CBA9B9
(203,169,185)
#D0B1C0
(208,177,192)
#D5B9C7
(213,185,199)
#DAC1CE
(218,193,206)
#DFC9D5
(223,201,213)
#E4D1DC
(228,209,220)
#E9D9E3
(233,217,227)
#EEE1EA
(238,225,234)
#F3E9F1
(243,233,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A1B2 color. Also use rgb(198,161,178) instead hex code.

Text Font Color

.myTextColor { color: #C6A1B2; }

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

This text font color is #C6A1B2.


Background Color

.myBgColor { background-color: #C6A1B2; }

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

This div background color is #C6A1B2.


Border color

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

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

This div border color is #C6A1B2.


Opacity

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

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

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

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

This text has shadow with #C6A1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A1B2 on black background.


Color preview on white background

This text has color #C6A1B2 on white background.



Black color preview on #C6A1B2 background

This text has black color on #C6A1B2 background.


White color preview on #C6A1B2 background

This text has white color on #C6A1B2 background.