COLOR #C1A1D7

HEX: #C1A1D7
RGB: (193,161,215)

Color info

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

RGB color model

#C1A1D7 color RGB value is (193,161,215).

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

RGB channels and saturation

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

193
161
215

R + G + B ~ 74%. #C1A1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 161 + 215 = 569 (100%)
R 193 of 569 ~ 33.92%
G 161 of 569 ~ 28.3%
B 215 of 569 ~ 37.79%

%33.92
%28.3
%37.79

CMYK color model

#C1A1D7 color CMYK value is (10,25,0,16).

  • cyan value is 10.23%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,25,0,16)
C10M25Y0K16 
(10%,25%,0%,16%)
(0.10/0.25/0.00/0.16)	

CMYK percentages

%10.23
%25.12
%0
%15.69

Codes

Color #C1A1D7 in popluar color models

C1A1D7
RGB193161215
HSL276°40.30%73.73%
HSB/HSV276°25.12%84.31%
CMYK10.23%25.12%0.00%
15.69%

Color #C1A1D7 in popluar number systems.

HEXC1A1D7
Decimal193161215
Binary110000011010000111010111
Octal301241327

Shades and tints

Shades of #C1A1D7

#C1A1D7
(193,161,215)
#B093C4
(176,147,196)
#9F85B1
(159,133,177)
#8E779E
(142,119,158)
#7D698B
(125,105,139)
#6C5B78
(108,91,120)
#5B4D65
(91,77,101)
#4A3F52
(74,63,82)
#39313F
(57,49,63)
#28232C
(40,35,44)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #C1A1D7

#C1A1D7
(193,161,215)
#C6A9DA
(198,169,218)
#CBB1DD
(203,177,221)
#D0B9E0
(208,185,224)
#D5C1E3
(213,193,227)
#DAC9E6
(218,201,230)
#DFD1E9
(223,209,233)
#E4D9EC
(228,217,236)
#E9E1EF
(233,225,239)
#EEE9F2
(238,233,242)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A1D7; }

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

This text font color is #C1A1D7.


Background Color

.myBgColor { background-color: #C1A1D7; }

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

This div background color is #C1A1D7.


Border color

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

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

This div border color is #C1A1D7.


Opacity

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

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

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

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

This text has shadow with #C1A1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A1D7 on black background.


Color preview on white background

This text has color #C1A1D7 on white background.



Black color preview on #C1A1D7 background

This text has black color on #C1A1D7 background.


White color preview on #C1A1D7 background

This text has white color on #C1A1D7 background.