COLOR #C3B0F5

HEX: #C3B0F5
RGB: (195,176,245)

Color info

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

RGB color model

#C3B0F5 color RGB value is (195,176,245).

  • red value is 195;
  • green value is 176;
  • blue value is 245.
RGB:
(195,176,245)
(76%,69%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 245 of 255 = 96%

195
176
245

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

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 245 = 616 (100%)
R 195 of 616 ~ 31.66%
G 176 of 616 ~ 28.57%
B 245 of 616 ~ 39.77%

%31.66
%28.57
%39.77

CMYK color model

#C3B0F5 color CMYK value is (20,28,0,4).

  • cyan value is 20.41%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,28,0,4)
C20M28Y0K4 
(20%,28%,0%,4%)
(0.20/0.28/0.00/0.04)	

CMYK percentages

%20.41
%28.16
%0
%3.92

Codes

Color #C3B0F5 in popluar color models

C3B0F5
RGB195176245
HSL257°77.53%82.55%
HSB/HSV257°28.16%96.08%
CMYK20.41%28.16%0.00%
3.92%

Color #C3B0F5 in popluar number systems.

HEXC3B0F5
Decimal195176245
Binary110000111011000011110101
Octal303260365

Shades and tints

Shades of #C3B0F5

#C3B0F5
(195,176,245)
#B2A0DF
(178,160,223)
#A190C9
(161,144,201)
#9080B3
(144,128,179)
#7F709D
(127,112,157)
#6E6087
(110,96,135)
#5D5071
(93,80,113)
#4C405B
(76,64,91)
#3B3045
(59,48,69)
#2A202F
(42,32,47)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #C3B0F5

#C3B0F5
(195,176,245)
#C8B7F5
(200,183,245)
#CDBEF5
(205,190,245)
#D2C5F5
(210,197,245)
#D7CCF5
(215,204,245)
#DCD3F5
(220,211,245)
#E1DAF5
(225,218,245)
#E6E1F5
(230,225,245)
#EBE8F5
(235,232,245)
#F0EFF5
(240,239,245)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B0F5 color. Also use rgb(195,176,245) instead hex code.

Text Font Color

.myTextColor { color: #C3B0F5; }

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

This text font color is #C3B0F5.


Background Color

.myBgColor { background-color: #C3B0F5; }

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

This div background color is #C3B0F5.


Border color

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

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

This div border color is #C3B0F5.


Opacity

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

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

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

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

This text has shadow with #C3B0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B0F5 on black background.


Color preview on white background

This text has color #C3B0F5 on white background.



Black color preview on #C3B0F5 background

This text has black color on #C3B0F5 background.


White color preview on #C3B0F5 background

This text has white color on #C3B0F5 background.