COLOR #C1B1F0

HEX: #C1B1F0
RGB: (193,177,240)

Color info

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

RGB color model

#C1B1F0 color RGB value is (193,177,240).

  • red value is 193;
  • green value is 177;
  • blue value is 240.
RGB:
(193,177,240)
(76%,69%,94%)

RGB channels and saturation

R 193 of 255 = 76%
G 177 of 255 = 69%
B 240 of 255 = 94%

193
177
240

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

Portions of RGB colors in percentages

R + G + B =
193 + 177 + 240 = 610 (100%)
R 193 of 610 ~ 31.64%
G 177 of 610 ~ 29.02%
B 240 of 610 ~ 39.34%

%31.64
%29.02
%39.34

CMYK color model

#C1B1F0 color CMYK value is (20,26,0,6).

  • cyan value is 19.58%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,26,0,6)
C20M26Y0K6 
(20%,26%,0%,6%)
(0.20/0.26/0.00/0.06)	

CMYK percentages

%19.58
%26.25
%0
%5.88

Codes

Color #C1B1F0 in popluar color models

C1B1F0
RGB193177240
HSL255°67.74%81.76%
HSB/HSV255°26.25%94.12%
CMYK19.58%26.25%0.00%
5.88%

Color #C1B1F0 in popluar number systems.

HEXC1B1F0
Decimal193177240
Binary110000011011000111110000
Octal301261360

Shades and tints

Shades of #C1B1F0

#C1B1F0
(193,177,240)
#B0A1DB
(176,161,219)
#9F91C6
(159,145,198)
#8E81B1
(142,129,177)
#7D719C
(125,113,156)
#6C6187
(108,97,135)
#5B5172
(91,81,114)
#4A415D
(74,65,93)
#393148
(57,49,72)
#282133
(40,33,51)
#17111E
(23,17,30)
#000000
(0,0,0)

Tints of #C1B1F0

#C1B1F0
(193,177,240)
#C6B8F1
(198,184,241)
#CBBFF2
(203,191,242)
#D0C6F3
(208,198,243)
#D5CDF4
(213,205,244)
#DAD4F5
(218,212,245)
#DFDBF6
(223,219,246)
#E4E2F7
(228,226,247)
#E9E9F8
(233,233,248)
#EEF0F9
(238,240,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B1F0 color. Also use rgb(193,177,240) instead hex code.

Text Font Color

.myTextColor { color: #C1B1F0; }

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

This text font color is #C1B1F0.


Background Color

.myBgColor { background-color: #C1B1F0; }

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

This div background color is #C1B1F0.


Border color

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

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

This div border color is #C1B1F0.


Opacity

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

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

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

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

This text has shadow with #C1B1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B1F0 on black background.


Color preview on white background

This text has color #C1B1F0 on white background.



Black color preview on #C1B1F0 background

This text has black color on #C1B1F0 background.


White color preview on #C1B1F0 background

This text has white color on #C1B1F0 background.