COLOR #C2B3D2

HEX: #C2B3D2
RGB: (194,179,210)

Color info

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

RGB color model

#C2B3D2 color RGB value is (194,179,210).

  • red value is 194;
  • green value is 179;
  • blue value is 210.
RGB:
(194,179,210)
(76%,70%,82%)

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 210 of 255 = 82%

194
179
210

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

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 210 = 583 (100%)
R 194 of 583 ~ 33.28%
G 179 of 583 ~ 30.7%
B 210 of 583 ~ 36.02%

%33.28
%30.7
%36.02

CMYK color model

#C2B3D2 color CMYK value is (8,15,0,18).

  • cyan value is 7.62%
  • magenta value is 14.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,15,0,18)
C8M15Y0K18 
(8%,15%,0%,18%)
(0.08/0.15/0.00/0.18)	

CMYK percentages

%7.62
%14.76
%0
%17.65

Codes

Color #C2B3D2 in popluar color models

C2B3D2
RGB194179210
HSL269°25.62%76.27%
HSB/HSV269°14.76%82.35%
CMYK7.62%14.76%0.00%
17.65%

Color #C2B3D2 in popluar number systems.

HEXC2B3D2
Decimal194179210
Binary110000101011001111010010
Octal302263322

Shades and tints

Shades of #C2B3D2

#C2B3D2
(194,179,210)
#B1A3BF
(177,163,191)
#A093AC
(160,147,172)
#8F8399
(143,131,153)
#7E7386
(126,115,134)
#6D6373
(109,99,115)
#5C5360
(92,83,96)
#4B434D
(75,67,77)
#3A333A
(58,51,58)
#292327
(41,35,39)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2B3D2

#C2B3D2
(194,179,210)
#C7B9D6
(199,185,214)
#CCBFDA
(204,191,218)
#D1C5DE
(209,197,222)
#D6CBE2
(214,203,226)
#DBD1E6
(219,209,230)
#E0D7EA
(224,215,234)
#E5DDEE
(229,221,238)
#EAE3F2
(234,227,242)
#EFE9F6
(239,233,246)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B3D2 color. Also use rgb(194,179,210) instead hex code.

Text Font Color

.myTextColor { color: #C2B3D2; }

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

This text font color is #C2B3D2.


Background Color

.myBgColor { background-color: #C2B3D2; }

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

This div background color is #C2B3D2.


Border color

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

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

This div border color is #C2B3D2.


Opacity

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

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

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

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

This text has shadow with #C2B3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3D2 on black background.


Color preview on white background

This text has color #C2B3D2 on white background.



Black color preview on #C2B3D2 background

This text has black color on #C2B3D2 background.


White color preview on #C2B3D2 background

This text has white color on #C2B3D2 background.