COLOR #C6A2B2

HEX: #C6A2B2
RGB: (198,162,178)

Color info

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

RGB color model

#C6A2B2 color RGB value is (198,162,178).

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

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 178 of 255 = 70%

198
162
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 178 = 538 (100%)
R 198 of 538 ~ 36.8%
G 162 of 538 ~ 30.11%
B 178 of 538 ~ 33.09%

%36.8
%30.11
%33.09

CMYK color model

#C6A2B2 color CMYK value is (0,18,10,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK:
(0,18,10,22)
C0M18Y10K22 
(0%,18%,10%,22%)
(0.00/0.18/0.10/0.22)	

CMYK percentages

%0
%18.18
%10.1
%22.35

Codes

Color #C6A2B2 in popluar color models

C6A2B2
RGB198162178
HSL333°24.00%70.59%
HSB/HSV333°18.18%77.65%
CMYK0.00%18.18%10.10%
22.35%

Color #C6A2B2 in popluar number systems.

HEXC6A2B2
Decimal198162178
Binary110001101010001010110010
Octal306242262

Shades and tints

Shades of #C6A2B2

#C6A2B2
(198,162,178)
#B494A2
(180,148,162)
#A28692
(162,134,146)
#907882
(144,120,130)
#7E6A72
(126,106,114)
#6C5C62
(108,92,98)
#5A4E52
(90,78,82)
#484042
(72,64,66)
#363232
(54,50,50)
#242422
(36,36,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6A2B2

#C6A2B2
(198,162,178)
#CBAAB9
(203,170,185)
#D0B2C0
(208,178,192)
#D5BAC7
(213,186,199)
#DAC2CE
(218,194,206)
#DFCAD5
(223,202,213)
#E4D2DC
(228,210,220)
#E9DAE3
(233,218,227)
#EEE2EA
(238,226,234)
#F3EAF1
(243,234,241)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A2B2; }

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

This text font color is #C6A2B2.


Background Color

.myBgColor { background-color: #C6A2B2; }

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

This div background color is #C6A2B2.


Border color

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

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

This div border color is #C6A2B2.


Opacity

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

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

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

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

This text has shadow with #C6A2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A2B2 on black background.


Color preview on white background

This text has color #C6A2B2 on white background.



Black color preview on #C6A2B2 background

This text has black color on #C6A2B2 background.


White color preview on #C6A2B2 background

This text has white color on #C6A2B2 background.