COLOR #C6B0FF

HEX: #C6B0FF
RGB: (198,176,255)

Color info

#C6B0FF contains mainly red and blue colors. Web safe color of #C6B0FF is #CC99FF (or #C9F).

RGB color model

#C6B0FF color RGB value is (198,176,255).

  • red value is 198;
  • green value is 176;
  • blue value is 255.
RGB:
(198,176,255)
(78%,69%,100%)

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 255 of 255 = 100%

198
176
255

R + G + B ~ 82%. #C6B0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 255 = 629 (100%)
R 198 of 629 ~ 31.48%
G 176 of 629 ~ 27.98%
B 255 of 629 ~ 40.54%

%31.48
%27.98
%40.54

CMYK color model

#C6B0FF color CMYK value is (22,31,0,0).

  • cyan value is 22.35%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,31,0,0)
C22M31Y0K0 
(22%,31%,0%,0%)
(0.22/0.31/0.00/0.00)	

CMYK percentages

%22.35
%30.98
%0
%0

Codes

Color #C6B0FF in popluar color models

C6B0FF
RGB198176255
HSL257°100.00%84.51%
HSB/HSV257°30.98%100.00%
CMYK22.35%30.98%0.00%
0.00%

Color #C6B0FF in popluar number systems.

HEXC6B0FF
Decimal198176255
Binary110001101011000011111111
Octal306260377

Shades and tints

Shades of #C6B0FF

#C6B0FF
(198,176,255)
#B4A0E8
(180,160,232)
#A290D1
(162,144,209)
#9080BA
(144,128,186)
#7E70A3
(126,112,163)
#6C608C
(108,96,140)
#5A5075
(90,80,117)
#48405E
(72,64,94)
#363047
(54,48,71)
#242030
(36,32,48)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #C6B0FF

#C6B0FF
(198,176,255)
#CBB7FF
(203,183,255)
#D0BEFF
(208,190,255)
#D5C5FF
(213,197,255)
#DACCFF
(218,204,255)
#DFD3FF
(223,211,255)
#E4DAFF
(228,218,255)
#E9E1FF
(233,225,255)
#EEE8FF
(238,232,255)
#F3EFFF
(243,239,255)
#F8F6FF
(248,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B0FF color. Also use rgb(198,176,255) instead hex code.

Text Font Color

.myTextColor { color: #C6B0FF; }

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

This text font color is #C6B0FF.


Background Color

.myBgColor { background-color: #C6B0FF; }

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

This div background color is #C6B0FF.


Border color

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

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

This div border color is #C6B0FF.


Opacity

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

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

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

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

This text has shadow with #C6B0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0FF on black background.


Color preview on white background

This text has color #C6B0FF on white background.



Black color preview on #C6B0FF background

This text has black color on #C6B0FF background.


White color preview on #C6B0FF background

This text has white color on #C6B0FF background.