COLOR #C3B6F4

HEX: #C3B6F4
RGB: (195,182,244)

Color info

#C3B6F4 contains mainly red and blue colors. Web safe color of #C3B6F4 is #CCCCFF (or #CCF).

RGB color model

#C3B6F4 color RGB value is (195,182,244).

  • red value is 195;
  • green value is 182;
  • blue value is 244.
RGB:
(195,182,244)
(76%,71%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 244 of 255 = 96%

195
182
244

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

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 244 = 621 (100%)
R 195 of 621 ~ 31.4%
G 182 of 621 ~ 29.31%
B 244 of 621 ~ 39.29%

%31.4
%29.31
%39.29

CMYK color model

#C3B6F4 color CMYK value is (20,25,0,4).

  • cyan value is 20.08%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(20,25,0,4)
C20M25Y0K4 
(20%,25%,0%,4%)
(0.20/0.25/0.00/0.04)	

CMYK percentages

%20.08
%25.41
%0
%4.31

Codes

Color #C3B6F4 in popluar color models

C3B6F4
RGB195182244
HSL253°73.81%83.53%
HSB/HSV253°25.41%95.69%
CMYK20.08%25.41%0.00%
4.31%

Color #C3B6F4 in popluar number systems.

HEXC3B6F4
Decimal195182244
Binary110000111011011011110100
Octal303266364

Shades and tints

Shades of #C3B6F4

#C3B6F4
(195,182,244)
#B2A6DE
(178,166,222)
#A196C8
(161,150,200)
#9086B2
(144,134,178)
#7F769C
(127,118,156)
#6E6686
(110,102,134)
#5D5670
(93,86,112)
#4C465A
(76,70,90)
#3B3644
(59,54,68)
#2A262E
(42,38,46)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3B6F4

#C3B6F4
(195,182,244)
#C8BCF5
(200,188,245)
#CDC2F6
(205,194,246)
#D2C8F7
(210,200,247)
#D7CEF8
(215,206,248)
#DCD4F9
(220,212,249)
#E1DAFA
(225,218,250)
#E6E0FB
(230,224,251)
#EBE6FC
(235,230,252)
#F0ECFD
(240,236,253)
#F5F2FE
(245,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B6F4 color. Also use rgb(195,182,244) instead hex code.

Text Font Color

.myTextColor { color: #C3B6F4; }

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

This text font color is #C3B6F4.


Background Color

.myBgColor { background-color: #C3B6F4; }

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

This div background color is #C3B6F4.


Border color

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

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

This div border color is #C3B6F4.


Opacity

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

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

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

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

This text has shadow with #C3B6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6F4 on black background.


Color preview on white background

This text has color #C3B6F4 on white background.



Black color preview on #C3B6F4 background

This text has black color on #C3B6F4 background.


White color preview on #C3B6F4 background

This text has white color on #C3B6F4 background.