COLOR #C1A6C6

HEX: #C1A6C6
RGB: (193,166,198)

Color info

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

RGB color model

#C1A6C6 color RGB value is (193,166,198).

  • red value is 193;
  • green value is 166;
  • blue value is 198.
RGB:
(193,166,198)
(76%,65%,78%)

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 198 of 255 = 78%

193
166
198

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

Portions of RGB colors in percentages

R + G + B =
193 + 166 + 198 = 557 (100%)
R 193 of 557 ~ 34.65%
G 166 of 557 ~ 29.8%
B 198 of 557 ~ 35.55%

%34.65
%29.8
%35.55

CMYK color model

#C1A6C6 color CMYK value is (3,16,0,22).

  • cyan value is 2.53%
  • magenta value is 16.16%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(3,16,0,22)
C3M16Y0K22 
(3%,16%,0%,22%)
(0.03/0.16/0.00/0.22)	

CMYK percentages

%2.53
%16.16
%0
%22.35

Codes

Color #C1A6C6 in popluar color models

C1A6C6
RGB193166198
HSL291°21.92%71.37%
HSB/HSV291°16.16%77.65%
CMYK2.53%16.16%0.00%
22.35%

Color #C1A6C6 in popluar number systems.

HEXC1A6C6
Decimal193166198
Binary110000011010011011000110
Octal301246306

Shades and tints

Shades of #C1A6C6

#C1A6C6
(193,166,198)
#B097B4
(176,151,180)
#9F88A2
(159,136,162)
#8E7990
(142,121,144)
#7D6A7E
(125,106,126)
#6C5B6C
(108,91,108)
#5B4C5A
(91,76,90)
#4A3D48
(74,61,72)
#392E36
(57,46,54)
#281F24
(40,31,36)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #C1A6C6

#C1A6C6
(193,166,198)
#C6AECB
(198,174,203)
#CBB6D0
(203,182,208)
#D0BED5
(208,190,213)
#D5C6DA
(213,198,218)
#DACEDF
(218,206,223)
#DFD6E4
(223,214,228)
#E4DEE9
(228,222,233)
#E9E6EE
(233,230,238)
#EEEEF3
(238,238,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A6C6 color. Also use rgb(193,166,198) instead hex code.

Text Font Color

.myTextColor { color: #C1A6C6; }

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

This text font color is #C1A6C6.


Background Color

.myBgColor { background-color: #C1A6C6; }

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

This div background color is #C1A6C6.


Border color

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

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

This div border color is #C1A6C6.


Opacity

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

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

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

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

This text has shadow with #C1A6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A6C6 on black background.


Color preview on white background

This text has color #C1A6C6 on white background.



Black color preview on #C1A6C6 background

This text has black color on #C1A6C6 background.


White color preview on #C1A6C6 background

This text has white color on #C1A6C6 background.