COLOR #C3B6DC

HEX: #C3B6DC
RGB: (195,182,220)

Color info

#C3B6DC contains red, green and blue colors in about the same proportion. Web safe color of #C3B6DC is #CCCCCC (or #CCC).

RGB color model

#C3B6DC color RGB value is (195,182,220).

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

RGB channels and saturation

R 195 of 255 = 76%
G 182 of 255 = 71%
B 220 of 255 = 86%

195
182
220

R + G + B ~ 78%. #C3B6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 182 + 220 = 597 (100%)
R 195 of 597 ~ 32.66%
G 182 of 597 ~ 30.49%
B 220 of 597 ~ 36.85%

%32.66
%30.49
%36.85

CMYK color model

#C3B6DC color CMYK value is (11,17,0,14).

  • cyan value is 11.36%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,17,0,14)
C11M17Y0K14 
(11%,17%,0%,14%)
(0.11/0.17/0.00/0.14)	

CMYK percentages

%11.36
%17.27
%0
%13.73

Codes

Color #C3B6DC in popluar color models

C3B6DC
RGB195182220
HSL261°35.19%78.82%
HSB/HSV261°17.27%86.27%
CMYK11.36%17.27%0.00%
13.73%

Color #C3B6DC in popluar number systems.

HEXC3B6DC
Decimal195182220
Binary110000111011011011011100
Octal303266334

Shades and tints

Shades of #C3B6DC

#C3B6DC
(195,182,220)
#B2A6C8
(178,166,200)
#A196B4
(161,150,180)
#9086A0
(144,134,160)
#7F768C
(127,118,140)
#6E6678
(110,102,120)
#5D5664
(93,86,100)
#4C4650
(76,70,80)
#3B363C
(59,54,60)
#2A2628
(42,38,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3B6DC

#C3B6DC
(195,182,220)
#C8BCDF
(200,188,223)
#CDC2E2
(205,194,226)
#D2C8E5
(210,200,229)
#D7CEE8
(215,206,232)
#DCD4EB
(220,212,235)
#E1DAEE
(225,218,238)
#E6E0F1
(230,224,241)
#EBE6F4
(235,230,244)
#F0ECF7
(240,236,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B6DC; }

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

This text font color is #C3B6DC.


Background Color

.myBgColor { background-color: #C3B6DC; }

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

This div background color is #C3B6DC.


Border color

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

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

This div border color is #C3B6DC.


Opacity

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

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

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

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

This text has shadow with #C3B6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B6DC on black background.


Color preview on white background

This text has color #C3B6DC on white background.



Black color preview on #C3B6DC background

This text has black color on #C3B6DC background.


White color preview on #C3B6DC background

This text has white color on #C3B6DC background.