COLOR #C3B8DC

HEX: #C3B8DC
RGB: (195,184,220)

Color info

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

RGB color model

#C3B8DC color RGB value is (195,184,220).

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

RGB channels and saturation

R 195 of 255 = 76%
G 184 of 255 = 72%
B 220 of 255 = 86%

195
184
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 184 + 220 = 599 (100%)
R 195 of 599 ~ 32.55%
G 184 of 599 ~ 30.72%
B 220 of 599 ~ 36.73%

%32.55
%30.72
%36.73

CMYK color model

#C3B8DC color CMYK value is (11,16,0,14).

  • cyan value is 11.36%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,16,0,14)
C11M16Y0K14 
(11%,16%,0%,14%)
(0.11/0.16/0.00/0.14)	

CMYK percentages

%11.36
%16.36
%0
%13.73

Codes

Color #C3B8DC in popluar color models

C3B8DC
RGB195184220
HSL258°33.96%79.22%
HSB/HSV258°16.36%86.27%
CMYK11.36%16.36%0.00%
13.73%

Color #C3B8DC in popluar number systems.

HEXC3B8DC
Decimal195184220
Binary110000111011100011011100
Octal303270334

Shades and tints

Shades of #C3B8DC

#C3B8DC
(195,184,220)
#B2A8C8
(178,168,200)
#A198B4
(161,152,180)
#9088A0
(144,136,160)
#7F788C
(127,120,140)
#6E6878
(110,104,120)
#5D5864
(93,88,100)
#4C4850
(76,72,80)
#3B383C
(59,56,60)
#2A2828
(42,40,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #C3B8DC

#C3B8DC
(195,184,220)
#C8BEDF
(200,190,223)
#CDC4E2
(205,196,226)
#D2CAE5
(210,202,229)
#D7D0E8
(215,208,232)
#DCD6EB
(220,214,235)
#E1DCEE
(225,220,238)
#E6E2F1
(230,226,241)
#EBE8F4
(235,232,244)
#F0EEF7
(240,238,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B8DC; }

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

This text font color is #C3B8DC.


Background Color

.myBgColor { background-color: #C3B8DC; }

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

This div background color is #C3B8DC.


Border color

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

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

This div border color is #C3B8DC.


Opacity

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

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

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

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

This text has shadow with #C3B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B8DC on black background.


Color preview on white background

This text has color #C3B8DC on white background.



Black color preview on #C3B8DC background

This text has black color on #C3B8DC background.


White color preview on #C3B8DC background

This text has white color on #C3B8DC background.