COLOR #C3B2DF

HEX: #C3B2DF
RGB: (195,178,223)

Color info

#C3B2DF contains red, green and blue colors in about the same proportion. Web safe color of #C3B2DF is #CC99CC (or #C9C).

RGB color model

#C3B2DF color RGB value is (195,178,223).

  • red value is 195;
  • green value is 178;
  • blue value is 223.
RGB:
(195,178,223)
(76%,70%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 223 of 255 = 87%

195
178
223

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

Portions of RGB colors in percentages

R + G + B =
195 + 178 + 223 = 596 (100%)
R 195 of 596 ~ 32.72%
G 178 of 596 ~ 29.87%
B 223 of 596 ~ 37.42%

%32.72
%29.87
%37.42

CMYK color model

#C3B2DF color CMYK value is (13,20,0,13).

  • cyan value is 12.56%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,20,0,13)
C13M20Y0K13 
(13%,20%,0%,13%)
(0.13/0.20/0.00/0.13)	

CMYK percentages

%12.56
%20.18
%0
%12.55

Codes

Color #C3B2DF in popluar color models

C3B2DF
RGB195178223
HSL263°41.28%78.63%
HSB/HSV263°20.18%87.45%
CMYK12.56%20.18%0.00%
12.55%

Color #C3B2DF in popluar number systems.

HEXC3B2DF
Decimal195178223
Binary110000111011001011011111
Octal303262337

Shades and tints

Shades of #C3B2DF

#C3B2DF
(195,178,223)
#B2A2CB
(178,162,203)
#A192B7
(161,146,183)
#9082A3
(144,130,163)
#7F728F
(127,114,143)
#6E627B
(110,98,123)
#5D5267
(93,82,103)
#4C4253
(76,66,83)
#3B323F
(59,50,63)
#2A222B
(42,34,43)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C3B2DF

#C3B2DF
(195,178,223)
#C8B9E1
(200,185,225)
#CDC0E3
(205,192,227)
#D2C7E5
(210,199,229)
#D7CEE7
(215,206,231)
#DCD5E9
(220,213,233)
#E1DCEB
(225,220,235)
#E6E3ED
(230,227,237)
#EBEAEF
(235,234,239)
#F0F1F1
(240,241,241)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B2DF color. Also use rgb(195,178,223) instead hex code.

Text Font Color

.myTextColor { color: #C3B2DF; }

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

This text font color is #C3B2DF.


Background Color

.myBgColor { background-color: #C3B2DF; }

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

This div background color is #C3B2DF.


Border color

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

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

This div border color is #C3B2DF.


Opacity

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

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

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

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

This text has shadow with #C3B2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B2DF on black background.


Color preview on white background

This text has color #C3B2DF on white background.



Black color preview on #C3B2DF background

This text has black color on #C3B2DF background.


White color preview on #C3B2DF background

This text has white color on #C3B2DF background.