COLOR #C3B6F6

HEX: #C3B6F6 RGB: (195,182,246)

Color info

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

RGB color model

#C3B6F6 color RGB value is (195,182,246).

RGB: (195,182,246) (76%, 71%, 96%)

RGB channels and saturation

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

195
182
246

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

Portions of RGB colors in percentages

R + G + B = 195 + 182 + 246 = 623 (100%)
R 195 of 623 ~ 31.3%
G 182 of 623 ~ 29.21%
B 246 of 623 ~ 39.49'%

%31.3
%29.21
%39.49

CMYK color model

#C3B6F6 color CMYK value is (21,26,0,4).

  • cyan value is 20.73%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (21,26,0,4)
C21M26Y0K4 (21%, 26%, 0%, 4%)
(0.21 / 0.26 / 0.00 / 0.04)

CMYK percentages

%20.73
%26.02
%0
%3.53

Codes

Color #C3B6F6 in popluar color models

C3 B6 F6
RGB 195 182 246
HSL 252° 78.05% 83.92%
HSB/HSV 252° 26.02% 96.47%
CMYK 20.73% 26.02% 0.00%
3.53%

Color #C3B6F6 in popluar number systems.

HEX C3 B6 F6
Decimal 195 182 246
Binary 11000011 10110110 11110110
Octal 303 266 366

Shades and tints

Shades of #C3B6F6

#C3B6F6
(195,182,246)
#B2A6E0
(178,166,224)
#A196CA
(161,150,202)
#9086B4
(144,134,180)
#7F769E
(127,118,158)
#6E6688
(110,102,136)
#5D5672
(93,86,114)
#4C465C
(76,70,92)
#3B3646
(59,54,70)
#2A2630
(42,38,48)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C3B6F6

#C3B6F6
(195,182,246)
#C8BCF6
(200,188,246)
#CDC2F6
(205,194,246)
#D2C8F6
(210,200,246)
#D7CEF6
(215,206,246)
#DCD4F6
(220,212,246)
#E1DAF6
(225,218,246)
#E6E0F6
(230,224,246)
#EBE6F6
(235,230,246)
#F0ECF6
(240,236,246)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6F6; }

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

This text font color is #C3B6F6.

Background Color

.myBgColor { background-color: #C3B6F6; }

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

This div background color is #C3B6F6.

Border color

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

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

This div border color is #C3B6F6.

Opacity

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

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

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

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

This text has shadow with #C3B6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B6F6.

Preview

Color preview on black background

This text has color #C3B6F6 on black background.


Color preview on white background

This text has color #C3B6F6 on white background.


Black color preview on #C3B6F6 background

This text has black color on #C3B6F6 background.


White color preview on #C3B6F6 background

This text has white color on #C3B6F6 background.


Related colors

Complementary color

Complementary color for #hex is #3C4909.


I love getcolorcode.com

Triadic colors

1 #F6C3B6 and #B6F6C3 with #C3B6F6 are triadic colors.

2 #F6B6C3 and #B6C3F6 with #C3B6F6 are triadic colors.