COLOR #C2B3FA

HEX: #C2B3FA
RGB: (194,179,250)

Color info

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

RGB color model

#C2B3FA color RGB value is (194,179,250).

  • red value is 194;
  • green value is 179;
  • blue value is 250.
RGB:
(194,179,250)
(76%,70%,98%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 250 of 255 = 98%

194
179
250

R + G + B ~ 81%. #C2B3FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 250 = 623 (100%)
R 194 of 623 ~ 31.14%
G 179 of 623 ~ 28.73%
B 250 of 623 ~ 40.13%

%31.14
%28.73
%40.13

CMYK color model

#C2B3FA color CMYK value is (22,28,0,2).

  • cyan value is 22.40%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,28,0,2)
C22M28Y0K2 
(22%,28%,0%,2%)
(0.22/0.28/0.00/0.02)	

CMYK percentages

%22.4
%28.4
%0
%1.96

Codes

Color #C2B3FA in popluar color models

C2B3FA
RGB194179250
HSL253°87.65%84.12%
HSB/HSV253°28.40%98.04%
CMYK22.40%28.40%0.00%
1.96%

Color #C2B3FA in popluar number systems.

HEXC2B3FA
Decimal194179250
Binary110000101011001111111010
Octal302263372

Shades and tints

Shades of #C2B3FA

#C2B3FA
(194,179,250)
#B1A3E4
(177,163,228)
#A093CE
(160,147,206)
#8F83B8
(143,131,184)
#7E73A2
(126,115,162)
#6D638C
(109,99,140)
#5C5376
(92,83,118)
#4B4360
(75,67,96)
#3A334A
(58,51,74)
#292334
(41,35,52)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #C2B3FA

#C2B3FA
(194,179,250)
#C7B9FA
(199,185,250)
#CCBFFA
(204,191,250)
#D1C5FA
(209,197,250)
#D6CBFA
(214,203,250)
#DBD1FA
(219,209,250)
#E0D7FA
(224,215,250)
#E5DDFA
(229,221,250)
#EAE3FA
(234,227,250)
#EFE9FA
(239,233,250)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B3FA color. Also use rgb(194,179,250) instead hex code.

Text Font Color

.myTextColor { color: #C2B3FA; }

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

This text font color is #C2B3FA.


Background Color

.myBgColor { background-color: #C2B3FA; }

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

This div background color is #C2B3FA.


Border color

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

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

This div border color is #C2B3FA.


Opacity

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

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

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

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

This text has shadow with #C2B3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3FA on black background.


Color preview on white background

This text has color #C2B3FA on white background.



Black color preview on #C2B3FA background

This text has black color on #C2B3FA background.


White color preview on #C2B3FA background

This text has white color on #C2B3FA background.