COLOR #C1ABCD

HEX: #C1ABCD
RGB: (193,171,205)

Color info

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

RGB color model

#C1ABCD color RGB value is (193,171,205).

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

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 205 of 255 = 80%

193
171
205

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

Portions of RGB colors in percentages

R + G + B =
193 + 171 + 205 = 569 (100%)
R 193 of 569 ~ 33.92%
G 171 of 569 ~ 30.05%
B 205 of 569 ~ 36.03%

%33.92
%30.05
%36.03

CMYK color model

#C1ABCD color CMYK value is (6,17,0,20).

  • cyan value is 5.85%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,17,0,20)
C6M17Y0K20 
(6%,17%,0%,20%)
(0.06/0.17/0.00/0.20)	

CMYK percentages

%5.85
%16.59
%0
%19.61

Codes

Color #C1ABCD in popluar color models

C1ABCD
RGB193171205
HSL279°25.37%73.73%
HSB/HSV279°16.59%80.39%
CMYK5.85%16.59%0.00%
19.61%

Color #C1ABCD in popluar number systems.

HEXC1ABCD
Decimal193171205
Binary110000011010101111001101
Octal301253315

Shades and tints

Shades of #C1ABCD

#C1ABCD
(193,171,205)
#B09CBB
(176,156,187)
#9F8DA9
(159,141,169)
#8E7E97
(142,126,151)
#7D6F85
(125,111,133)
#6C6073
(108,96,115)
#5B5161
(91,81,97)
#4A424F
(74,66,79)
#39333D
(57,51,61)
#28242B
(40,36,43)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #C1ABCD

#C1ABCD
(193,171,205)
#C6B2D1
(198,178,209)
#CBB9D5
(203,185,213)
#D0C0D9
(208,192,217)
#D5C7DD
(213,199,221)
#DACEE1
(218,206,225)
#DFD5E5
(223,213,229)
#E4DCE9
(228,220,233)
#E9E3ED
(233,227,237)
#EEEAF1
(238,234,241)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ABCD; }

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

This text font color is #C1ABCD.


Background Color

.myBgColor { background-color: #C1ABCD; }

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

This div background color is #C1ABCD.


Border color

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

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

This div border color is #C1ABCD.


Opacity

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

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

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

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

This text has shadow with #C1ABCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ABCD on black background.


Color preview on white background

This text has color #C1ABCD on white background.



Black color preview on #C1ABCD background

This text has black color on #C1ABCD background.


White color preview on #C1ABCD background

This text has white color on #C1ABCD background.