COLOR #C1ABD2

HEX: #C1ABD2
RGB: (193,171,210)

Color info

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

RGB color model

#C1ABD2 color RGB value is (193,171,210).

  • red value is 193;
  • green value is 171;
  • blue value is 210.
RGB:
(193,171,210)
(76%,67%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 210 of 255 = 82%

193
171
210

R + G + B ~ 75%. #C1ABD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 171 + 210 = 574 (100%)
R 193 of 574 ~ 33.62%
G 171 of 574 ~ 29.79%
B 210 of 574 ~ 36.59%

%33.62
%29.79
%36.59

CMYK color model

#C1ABD2 color CMYK value is (8,19,0,18).

  • cyan value is 8.10%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,19,0,18)
C8M19Y0K18 
(8%,19%,0%,18%)
(0.08/0.19/0.00/0.18)	

CMYK percentages

%8.1
%18.57
%0
%17.65

Codes

Color #C1ABD2 in popluar color models

C1ABD2
RGB193171210
HSL274°30.23%74.71%
HSB/HSV274°18.57%82.35%
CMYK8.10%18.57%0.00%
17.65%

Color #C1ABD2 in popluar number systems.

HEXC1ABD2
Decimal193171210
Binary110000011010101111010010
Octal301253322

Shades and tints

Shades of #C1ABD2

#C1ABD2
(193,171,210)
#B09CBF
(176,156,191)
#9F8DAC
(159,141,172)
#8E7E99
(142,126,153)
#7D6F86
(125,111,134)
#6C6073
(108,96,115)
#5B5160
(91,81,96)
#4A424D
(74,66,77)
#39333A
(57,51,58)
#282427
(40,36,39)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C1ABD2

#C1ABD2
(193,171,210)
#C6B2D6
(198,178,214)
#CBB9DA
(203,185,218)
#D0C0DE
(208,192,222)
#D5C7E2
(213,199,226)
#DACEE6
(218,206,230)
#DFD5EA
(223,213,234)
#E4DCEE
(228,220,238)
#E9E3F2
(233,227,242)
#EEEAF6
(238,234,246)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ABD2; }

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

This text font color is #C1ABD2.


Background Color

.myBgColor { background-color: #C1ABD2; }

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

This div background color is #C1ABD2.


Border color

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

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

This div border color is #C1ABD2.


Opacity

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

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

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

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

This text has shadow with #C1ABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ABD2 on black background.


Color preview on white background

This text has color #C1ABD2 on white background.



Black color preview on #C1ABD2 background

This text has black color on #C1ABD2 background.


White color preview on #C1ABD2 background

This text has white color on #C1ABD2 background.