COLOR #C1ABF6

HEX: #C1ABF6 RGB: (193,171,246)

Color info

#C1ABF6 contains mainly red and blue colors. Web safe color of #C1ABF6 is #CC99FF (or #C9F).

RGB color model

#C1ABF6 color RGB value is (193,171,246).

RGB: (193,171,246) (76%, 67%, 96%)

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 246 of 255 = 96%

193
171
246

R + G + B ~ 80%. #C1ABF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 171 + 246 = 610 (100%)
R 193 of 610 ~ 31.64%
G 171 of 610 ~ 28.03%
B 246 of 610 ~ 40.33'%

%31.64
%28.03
%40.33

CMYK color model

#C1ABF6 color CMYK value is (22,30,0,4).

  • cyan value is 21.54%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (22,30,0,4)
C22M30Y0K4 (22%, 30%, 0%, 4%)
(0.22 / 0.30 / 0.00 / 0.04)

CMYK percentages

%21.54
%30.49
%0
%3.53

Codes

Color #C1ABF6 in popluar color models

C1 AB F6
RGB 193 171 246
HSL 258° 80.65% 81.76%
HSB/HSV 258° 30.49% 96.47%
CMYK 21.54% 30.49% 0.00%
3.53%

Color #C1ABF6 in popluar number systems.

HEX C1 AB F6
Decimal 193 171 246
Binary 11000001 10101011 11110110
Octal 301 253 366

Shades and tints

Shades of #C1ABF6

#C1ABF6
(193,171,246)
#B09CE0
(176,156,224)
#9F8DCA
(159,141,202)
#8E7EB4
(142,126,180)
#7D6F9E
(125,111,158)
#6C6088
(108,96,136)
#5B5172
(91,81,114)
#4A425C
(74,66,92)
#393346
(57,51,70)
#282430
(40,36,48)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1ABF6

#C1ABF6
(193,171,246)
#C6B2F6
(198,178,246)
#CBB9F6
(203,185,246)
#D0C0F6
(208,192,246)
#D5C7F6
(213,199,246)
#DACEF6
(218,206,246)
#DFD5F6
(223,213,246)
#E4DCF6
(228,220,246)
#E9E3F6
(233,227,246)
#EEEAF6
(238,234,246)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ABF6; }

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

This text font color is #C1ABF6.

Background Color

.myBgColor { background-color: #C1ABF6; }

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

This div background color is #C1ABF6.

Border color

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

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

This div border color is #C1ABF6.

Opacity

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

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

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

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

This text has shadow with #C1ABF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ABF6.

Preview

Color preview on black background

This text has color #C1ABF6 on black background.


Color preview on white background

This text has color #C1ABF6 on white background.


Black color preview on #C1ABF6 background

This text has black color on #C1ABF6 background.


White color preview on #C1ABF6 background

This text has white color on #C1ABF6 background.


Related colors

Complementary color

Complementary color for #hex is #3E5409.


I love getcolorcode.com

Triadic colors

1 #F6C1AB and #ABF6C1 with #C1ABF6 are triadic colors.

2 #F6ABC1 and #ABC1F6 with #C1ABF6 are triadic colors.