COLOR #C2B3E1

HEX: #C2B3E1
RGB: (194,179,225)

Color info

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

RGB color model

#C2B3E1 color RGB value is (194,179,225).

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

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 225 of 255 = 88%

194
179
225

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

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 225 = 598 (100%)
R 194 of 598 ~ 32.44%
G 179 of 598 ~ 29.93%
B 225 of 598 ~ 37.63%

%32.44
%29.93
%37.63

CMYK color model

#C2B3E1 color CMYK value is (14,20,0,12).

  • cyan value is 13.78%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(14,20,0,12)
C14M20Y0K12 
(14%,20%,0%,12%)
(0.14/0.20/0.00/0.12)	

CMYK percentages

%13.78
%20.44
%0
%11.76

Codes

Color #C2B3E1 in popluar color models

C2B3E1
RGB194179225
HSL260°43.40%79.22%
HSB/HSV260°20.44%88.24%
CMYK13.78%20.44%0.00%
11.76%

Color #C2B3E1 in popluar number systems.

HEXC2B3E1
Decimal194179225
Binary110000101011001111100001
Octal302263341

Shades and tints

Shades of #C2B3E1

#C2B3E1
(194,179,225)
#B1A3CD
(177,163,205)
#A093B9
(160,147,185)
#8F83A5
(143,131,165)
#7E7391
(126,115,145)
#6D637D
(109,99,125)
#5C5369
(92,83,105)
#4B4355
(75,67,85)
#3A3341
(58,51,65)
#29232D
(41,35,45)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #C2B3E1

#C2B3E1
(194,179,225)
#C7B9E3
(199,185,227)
#CCBFE5
(204,191,229)
#D1C5E7
(209,197,231)
#D6CBE9
(214,203,233)
#DBD1EB
(219,209,235)
#E0D7ED
(224,215,237)
#E5DDEF
(229,221,239)
#EAE3F1
(234,227,241)
#EFE9F3
(239,233,243)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B3E1; }

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

This text font color is #C2B3E1.


Background Color

.myBgColor { background-color: #C2B3E1; }

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

This div background color is #C2B3E1.


Border color

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

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

This div border color is #C2B3E1.


Opacity

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

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

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

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

This text has shadow with #C2B3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3E1 on black background.


Color preview on white background

This text has color #C2B3E1 on white background.



Black color preview on #C2B3E1 background

This text has black color on #C2B3E1 background.


White color preview on #C2B3E1 background

This text has white color on #C2B3E1 background.