COLOR #C3B0D1

HEX: #C3B0D1
RGB: (195,176,209)

Color info

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

RGB color model

#C3B0D1 color RGB value is (195,176,209).

  • red value is 195;
  • green value is 176;
  • blue value is 209.
RGB:
(195,176,209)
(76%,69%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 209 of 255 = 82%

195
176
209

R + G + B ~ 76%. #C3B0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 209 = 580 (100%)
R 195 of 580 ~ 33.62%
G 176 of 580 ~ 30.34%
B 209 of 580 ~ 36.03%

%33.62
%30.34
%36.03

CMYK color model

#C3B0D1 color CMYK value is (7,16,0,18).

  • cyan value is 6.70%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,16,0,18)
C7M16Y0K18 
(7%,16%,0%,18%)
(0.07/0.16/0.00/0.18)	

CMYK percentages

%6.7
%15.79
%0
%18.04

Codes

Color #C3B0D1 in popluar color models

C3B0D1
RGB195176209
HSL275°26.40%75.49%
HSB/HSV275°15.79%81.96%
CMYK6.70%15.79%0.00%
18.04%

Color #C3B0D1 in popluar number systems.

HEXC3B0D1
Decimal195176209
Binary110000111011000011010001
Octal303260321

Shades and tints

Shades of #C3B0D1

#C3B0D1
(195,176,209)
#B2A0BE
(178,160,190)
#A190AB
(161,144,171)
#908098
(144,128,152)
#7F7085
(127,112,133)
#6E6072
(110,96,114)
#5D505F
(93,80,95)
#4C404C
(76,64,76)
#3B3039
(59,48,57)
#2A2026
(42,32,38)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #C3B0D1

#C3B0D1
(195,176,209)
#C8B7D5
(200,183,213)
#CDBED9
(205,190,217)
#D2C5DD
(210,197,221)
#D7CCE1
(215,204,225)
#DCD3E5
(220,211,229)
#E1DAE9
(225,218,233)
#E6E1ED
(230,225,237)
#EBE8F1
(235,232,241)
#F0EFF5
(240,239,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B0D1 color. Also use rgb(195,176,209) instead hex code.

Text Font Color

.myTextColor { color: #C3B0D1; }

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

This text font color is #C3B0D1.


Background Color

.myBgColor { background-color: #C3B0D1; }

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

This div background color is #C3B0D1.


Border color

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

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

This div border color is #C3B0D1.


Opacity

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

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

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

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

This text has shadow with #C3B0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B0D1 on black background.


Color preview on white background

This text has color #C3B0D1 on white background.



Black color preview on #C3B0D1 background

This text has black color on #C3B0D1 background.


White color preview on #C3B0D1 background

This text has white color on #C3B0D1 background.