COLOR #C6A2B8

HEX: #C6A2B8
RGB: (198,162,184)

Color info

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

RGB color model

#C6A2B8 color RGB value is (198,162,184).

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

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 184 of 255 = 72%

198
162
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 184 = 544 (100%)
R 198 of 544 ~ 36.4%
G 162 of 544 ~ 29.78%
B 184 of 544 ~ 33.82%

%36.4
%29.78
%33.82

CMYK color model

#C6A2B8 color CMYK value is (0,18,7,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,18,7,22)
C0M18Y7K22 
(0%,18%,7%,22%)
(0.00/0.18/0.07/0.22)	

CMYK percentages

%0
%18.18
%7.07
%22.35

Codes

Color #C6A2B8 in popluar color models

C6A2B8
RGB198162184
HSL323°24.00%70.59%
HSB/HSV323°18.18%77.65%
CMYK0.00%18.18%7.07%
22.35%

Color #C6A2B8 in popluar number systems.

HEXC6A2B8
Decimal198162184
Binary110001101010001010111000
Octal306242270

Shades and tints

Shades of #C6A2B8

#C6A2B8
(198,162,184)
#B494A8
(180,148,168)
#A28698
(162,134,152)
#907888
(144,120,136)
#7E6A78
(126,106,120)
#6C5C68
(108,92,104)
#5A4E58
(90,78,88)
#484048
(72,64,72)
#363238
(54,50,56)
#242428
(36,36,40)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6A2B8

#C6A2B8
(198,162,184)
#CBAABE
(203,170,190)
#D0B2C4
(208,178,196)
#D5BACA
(213,186,202)
#DAC2D0
(218,194,208)
#DFCAD6
(223,202,214)
#E4D2DC
(228,210,220)
#E9DAE2
(233,218,226)
#EEE2E8
(238,226,232)
#F3EAEE
(243,234,238)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A2B8; }

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

This text font color is #C6A2B8.


Background Color

.myBgColor { background-color: #C6A2B8; }

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

This div background color is #C6A2B8.


Border color

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

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

This div border color is #C6A2B8.


Opacity

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

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

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

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

This text has shadow with #C6A2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A2B8 on black background.


Color preview on white background

This text has color #C6A2B8 on white background.



Black color preview on #C6A2B8 background

This text has black color on #C6A2B8 background.


White color preview on #C6A2B8 background

This text has white color on #C6A2B8 background.