COLOR #C1A1C1

HEX: #C1A1C1
RGB: (193,161,193)

Color info

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

RGB color model

#C1A1C1 color RGB value is (193,161,193).

  • red value is 193;
  • green value is 161;
  • blue value is 193.
RGB:
(193,161,193)
(76%,63%,76%)

RGB channels and saturation

R 193 of 255 = 76%
G 161 of 255 = 63%
B 193 of 255 = 76%

193
161
193

R + G + B ~ 72%. #C1A1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 161 + 193 = 547 (100%)
R 193 of 547 ~ 35.28%
G 161 of 547 ~ 29.43%
B 193 of 547 ~ 35.28%

%35.28
%29.43
%35.28

CMYK color model

#C1A1C1 color CMYK value is (0,17,0,24).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(0,17,0,24)
C0M17Y0K24 
(0%,17%,0%,24%)
(0.00/0.17/0.00/0.24)	

CMYK percentages

%0
%16.58
%0
%24.31

Codes

Color #C1A1C1 in popluar color models

C1A1C1
RGB193161193
HSL300°20.51%69.41%
HSB/HSV300°16.58%75.69%
CMYK0.00%16.58%0.00%
24.31%

Color #C1A1C1 in popluar number systems.

HEXC1A1C1
Decimal193161193
Binary110000011010000111000001
Octal301241301

Shades and tints

Shades of #C1A1C1

#C1A1C1
(193,161,193)
#B093B0
(176,147,176)
#9F859F
(159,133,159)
#8E778E
(142,119,142)
#7D697D
(125,105,125)
#6C5B6C
(108,91,108)
#5B4D5B
(91,77,91)
#4A3F4A
(74,63,74)
#393139
(57,49,57)
#282328
(40,35,40)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #C1A1C1

#C1A1C1
(193,161,193)
#C6A9C6
(198,169,198)
#CBB1CB
(203,177,203)
#D0B9D0
(208,185,208)
#D5C1D5
(213,193,213)
#DAC9DA
(218,201,218)
#DFD1DF
(223,209,223)
#E4D9E4
(228,217,228)
#E9E1E9
(233,225,233)
#EEE9EE
(238,233,238)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A1C1; }

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

This text font color is #C1A1C1.


Background Color

.myBgColor { background-color: #C1A1C1; }

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

This div background color is #C1A1C1.


Border color

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

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

This div border color is #C1A1C1.


Opacity

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

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

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

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

This text has shadow with #C1A1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A1C1 on black background.


Color preview on white background

This text has color #C1A1C1 on white background.



Black color preview on #C1A1C1 background

This text has black color on #C1A1C1 background.


White color preview on #C1A1C1 background

This text has white color on #C1A1C1 background.