COLOR #C2B3D7

HEX: #C2B3D7
RGB: (194,179,215)

Color info

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

RGB color model

#C2B3D7 color RGB value is (194,179,215).

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

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 215 of 255 = 84%

194
179
215

R + G + B ~ 77%. #C2B3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 215 = 588 (100%)
R 194 of 588 ~ 32.99%
G 179 of 588 ~ 30.44%
B 215 of 588 ~ 36.56%

%32.99
%30.44
%36.56

CMYK color model

#C2B3D7 color CMYK value is (10,17,0,16).

  • cyan value is 9.77%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,17,0,16)
C10M17Y0K16 
(10%,17%,0%,16%)
(0.10/0.17/0.00/0.16)	

CMYK percentages

%9.77
%16.74
%0
%15.69

Codes

Color #C2B3D7 in popluar color models

C2B3D7
RGB194179215
HSL265°31.03%77.25%
HSB/HSV265°16.74%84.31%
CMYK9.77%16.74%0.00%
15.69%

Color #C2B3D7 in popluar number systems.

HEXC2B3D7
Decimal194179215
Binary110000101011001111010111
Octal302263327

Shades and tints

Shades of #C2B3D7

#C2B3D7
(194,179,215)
#B1A3C4
(177,163,196)
#A093B1
(160,147,177)
#8F839E
(143,131,158)
#7E738B
(126,115,139)
#6D6378
(109,99,120)
#5C5365
(92,83,101)
#4B4352
(75,67,82)
#3A333F
(58,51,63)
#29232C
(41,35,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #C2B3D7

#C2B3D7
(194,179,215)
#C7B9DA
(199,185,218)
#CCBFDD
(204,191,221)
#D1C5E0
(209,197,224)
#D6CBE3
(214,203,227)
#DBD1E6
(219,209,230)
#E0D7E9
(224,215,233)
#E5DDEC
(229,221,236)
#EAE3EF
(234,227,239)
#EFE9F2
(239,233,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B3D7; }

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

This text font color is #C2B3D7.


Background Color

.myBgColor { background-color: #C2B3D7; }

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

This div background color is #C2B3D7.


Border color

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

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

This div border color is #C2B3D7.


Opacity

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

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

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

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

This text has shadow with #C2B3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3D7 on black background.


Color preview on white background

This text has color #C2B3D7 on white background.



Black color preview on #C2B3D7 background

This text has black color on #C2B3D7 background.


White color preview on #C2B3D7 background

This text has white color on #C2B3D7 background.