COLOR #C6B3E6

HEX: #C6B3E6
RGB: (198,179,230)

Color info

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

RGB color model

#C6B3E6 color RGB value is (198,179,230).

  • red value is 198;
  • green value is 179;
  • blue value is 230.
RGB:
(198,179,230)
(78%,70%,90%)

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 230 of 255 = 90%

198
179
230

R + G + B ~ 79%. #C6B3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 230 = 607 (100%)
R 198 of 607 ~ 32.62%
G 179 of 607 ~ 29.49%
B 230 of 607 ~ 37.89%

%32.62
%29.49
%37.89

CMYK color model

#C6B3E6 color CMYK value is (14,22,0,10).

  • cyan value is 13.91%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,22,0,10)
C14M22Y0K10 
(14%,22%,0%,10%)
(0.14/0.22/0.00/0.10)	

CMYK percentages

%13.91
%22.17
%0
%9.8

Codes

Color #C6B3E6 in popluar color models

C6B3E6
RGB198179230
HSL262°50.50%80.20%
HSB/HSV262°22.17%90.20%
CMYK13.91%22.17%0.00%
9.80%

Color #C6B3E6 in popluar number systems.

HEXC6B3E6
Decimal198179230
Binary110001101011001111100110
Octal306263346

Shades and tints

Shades of #C6B3E6

#C6B3E6
(198,179,230)
#B4A3D2
(180,163,210)
#A293BE
(162,147,190)
#9083AA
(144,131,170)
#7E7396
(126,115,150)
#6C6382
(108,99,130)
#5A536E
(90,83,110)
#48435A
(72,67,90)
#363346
(54,51,70)
#242332
(36,35,50)
#12131E
(18,19,30)
#000000
(0,0,0)

Tints of #C6B3E6

#C6B3E6
(198,179,230)
#CBB9E8
(203,185,232)
#D0BFEA
(208,191,234)
#D5C5EC
(213,197,236)
#DACBEE
(218,203,238)
#DFD1F0
(223,209,240)
#E4D7F2
(228,215,242)
#E9DDF4
(233,221,244)
#EEE3F6
(238,227,246)
#F3E9F8
(243,233,248)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B3E6 color. Also use rgb(198,179,230) instead hex code.

Text Font Color

.myTextColor { color: #C6B3E6; }

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

This text font color is #C6B3E6.


Background Color

.myBgColor { background-color: #C6B3E6; }

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

This div background color is #C6B3E6.


Border color

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

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

This div border color is #C6B3E6.


Opacity

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

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

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

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

This text has shadow with #C6B3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3E6 on black background.


Color preview on white background

This text has color #C6B3E6 on white background.



Black color preview on #C6B3E6 background

This text has black color on #C6B3E6 background.


White color preview on #C6B3E6 background

This text has white color on #C6B3E6 background.