COLOR #C1B6FF

HEX: #C1B6FF
RGB: (193,182,255)

Color info

#C1B6FF contains mainly blue color. Web safe color of #C1B6FF is #CCCCFF (or #CCF).

RGB color model

#C1B6FF color RGB value is (193,182,255).

  • red value is 193;
  • green value is 182;
  • blue value is 255.
RGB:
(193,182,255)
(76%,71%,100%)

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 255 of 255 = 100%

193
182
255

R + G + B ~ 82%. #C1B6FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 255 = 630 (100%)
R 193 of 630 ~ 30.63%
G 182 of 630 ~ 28.89%
B 255 of 630 ~ 40.48%

%30.63
%28.89
%40.48

CMYK color model

#C1B6FF color CMYK value is (24,29,0,0).

  • cyan value is 24.31%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(24,29,0,0)
C24M29Y0K0 
(24%,29%,0%,0%)
(0.24/0.29/0.00/0.00)	

CMYK percentages

%24.31
%28.63
%0
%0

Codes

Color #C1B6FF in popluar color models

C1B6FF
RGB193182255
HSL249°100.00%85.69%
HSB/HSV249°28.63%100.00%
CMYK24.31%28.63%0.00%
0.00%

Color #C1B6FF in popluar number systems.

HEXC1B6FF
Decimal193182255
Binary110000011011011011111111
Octal301266377

Shades and tints

Shades of #C1B6FF

#C1B6FF
(193,182,255)
#B0A6E8
(176,166,232)
#9F96D1
(159,150,209)
#8E86BA
(142,134,186)
#7D76A3
(125,118,163)
#6C668C
(108,102,140)
#5B5675
(91,86,117)
#4A465E
(74,70,94)
#393647
(57,54,71)
#282630
(40,38,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #C1B6FF

#C1B6FF
(193,182,255)
#C6BCFF
(198,188,255)
#CBC2FF
(203,194,255)
#D0C8FF
(208,200,255)
#D5CEFF
(213,206,255)
#DAD4FF
(218,212,255)
#DFDAFF
(223,218,255)
#E4E0FF
(228,224,255)
#E9E6FF
(233,230,255)
#EEECFF
(238,236,255)
#F3F2FF
(243,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B6FF; }

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

This text font color is #C1B6FF.


Background Color

.myBgColor { background-color: #C1B6FF; }

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

This div background color is #C1B6FF.


Border color

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

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

This div border color is #C1B6FF.


Opacity

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

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

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

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

This text has shadow with #C1B6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B6FF on black background.


Color preview on white background

This text has color #C1B6FF on white background.



Black color preview on #C1B6FF background

This text has black color on #C1B6FF background.


White color preview on #C1B6FF background

This text has white color on #C1B6FF background.