COLOR #C1B3F2

HEX: #C1B3F2
RGB: (193,179,242)

Color info

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

RGB color model

#C1B3F2 color RGB value is (193,179,242).

  • red value is 193;
  • green value is 179;
  • blue value is 242.
RGB:
(193,179,242)
(76%,70%,95%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 242 of 255 = 95%

193
179
242

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

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 242 = 614 (100%)
R 193 of 614 ~ 31.43%
G 179 of 614 ~ 29.15%
B 242 of 614 ~ 39.41%

%31.43
%29.15
%39.41

CMYK color model

#C1B3F2 color CMYK value is (20,26,0,5).

  • cyan value is 20.25%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(20,26,0,5)
C20M26Y0K5 
(20%,26%,0%,5%)
(0.20/0.26/0.00/0.05)	

CMYK percentages

%20.25
%26.03
%0
%5.1

Codes

Color #C1B3F2 in popluar color models

C1B3F2
RGB193179242
HSL253°70.79%82.55%
HSB/HSV253°26.03%94.90%
CMYK20.25%26.03%0.00%
5.10%

Color #C1B3F2 in popluar number systems.

HEXC1B3F2
Decimal193179242
Binary110000011011001111110010
Octal301263362

Shades and tints

Shades of #C1B3F2

#C1B3F2
(193,179,242)
#B0A3DC
(176,163,220)
#9F93C6
(159,147,198)
#8E83B0
(142,131,176)
#7D739A
(125,115,154)
#6C6384
(108,99,132)
#5B536E
(91,83,110)
#4A4358
(74,67,88)
#393342
(57,51,66)
#28232C
(40,35,44)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C1B3F2

#C1B3F2
(193,179,242)
#C6B9F3
(198,185,243)
#CBBFF4
(203,191,244)
#D0C5F5
(208,197,245)
#D5CBF6
(213,203,246)
#DAD1F7
(218,209,247)
#DFD7F8
(223,215,248)
#E4DDF9
(228,221,249)
#E9E3FA
(233,227,250)
#EEE9FB
(238,233,251)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B3F2 color. Also use rgb(193,179,242) instead hex code.

Text Font Color

.myTextColor { color: #C1B3F2; }

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

This text font color is #C1B3F2.


Background Color

.myBgColor { background-color: #C1B3F2; }

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

This div background color is #C1B3F2.


Border color

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

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

This div border color is #C1B3F2.


Opacity

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

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

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

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

This text has shadow with #C1B3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B3F2 on black background.


Color preview on white background

This text has color #C1B3F2 on white background.



Black color preview on #C1B3F2 background

This text has black color on #C1B3F2 background.


White color preview on #C1B3F2 background

This text has white color on #C1B3F2 background.