COLOR #C2B3E3

HEX: #C2B3E3
RGB: (194,179,227)

Color info

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

RGB color model

#C2B3E3 color RGB value is (194,179,227).

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

RGB channels and saturation

R 194 of 255 = 76%
G 179 of 255 = 70%
B 227 of 255 = 89%

194
179
227

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

Portions of RGB colors in percentages

R + G + B =
194 + 179 + 227 = 600 (100%)
R 194 of 600 ~ 32.33%
G 179 of 600 ~ 29.83%
B 227 of 600 ~ 37.83%

%32.33
%29.83
%37.83

CMYK color model

#C2B3E3 color CMYK value is (15,21,0,11).

  • cyan value is 14.54%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,21,0,11)
C15M21Y0K11 
(15%,21%,0%,11%)
(0.15/0.21/0.00/0.11)	

CMYK percentages

%14.54
%21.15
%0
%10.98

Codes

Color #C2B3E3 in popluar color models

C2B3E3
RGB194179227
HSL259°46.15%79.61%
HSB/HSV259°21.15%89.02%
CMYK14.54%21.15%0.00%
10.98%

Color #C2B3E3 in popluar number systems.

HEXC2B3E3
Decimal194179227
Binary110000101011001111100011
Octal302263343

Shades and tints

Shades of #C2B3E3

#C2B3E3
(194,179,227)
#B1A3CF
(177,163,207)
#A093BB
(160,147,187)
#8F83A7
(143,131,167)
#7E7393
(126,115,147)
#6D637F
(109,99,127)
#5C536B
(92,83,107)
#4B4357
(75,67,87)
#3A3343
(58,51,67)
#29232F
(41,35,47)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #C2B3E3

#C2B3E3
(194,179,227)
#C7B9E5
(199,185,229)
#CCBFE7
(204,191,231)
#D1C5E9
(209,197,233)
#D6CBEB
(214,203,235)
#DBD1ED
(219,209,237)
#E0D7EF
(224,215,239)
#E5DDF1
(229,221,241)
#EAE3F3
(234,227,243)
#EFE9F5
(239,233,245)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B3E3; }

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

This text font color is #C2B3E3.


Background Color

.myBgColor { background-color: #C2B3E3; }

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

This div background color is #C2B3E3.


Border color

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

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

This div border color is #C2B3E3.


Opacity

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

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

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

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

This text has shadow with #C2B3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B3E3 on black background.


Color preview on white background

This text has color #C2B3E3 on white background.



Black color preview on #C2B3E3 background

This text has black color on #C2B3E3 background.


White color preview on #C2B3E3 background

This text has white color on #C2B3E3 background.