COLOR #C6B0F1

HEX: #C6B0F1
RGB: (198,176,241)

Color info

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

RGB color model

#C6B0F1 color RGB value is (198,176,241).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 241 of 255 = 95%

198
176
241

R + G + B ~ 81%. #C6B0F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 241 = 615 (100%)
R 198 of 615 ~ 32.2%
G 176 of 615 ~ 28.62%
B 241 of 615 ~ 39.19%

%32.2
%28.62
%39.19

CMYK color model

#C6B0F1 color CMYK value is (18,27,0,5).

  • cyan value is 17.84%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(18,27,0,5)
C18M27Y0K5 
(18%,27%,0%,5%)
(0.18/0.27/0.00/0.05)	

CMYK percentages

%17.84
%26.97
%0
%5.49

Codes

Color #C6B0F1 in popluar color models

C6B0F1
RGB198176241
HSL260°69.89%81.76%
HSB/HSV260°26.97%94.51%
CMYK17.84%26.97%0.00%
5.49%

Color #C6B0F1 in popluar number systems.

HEXC6B0F1
Decimal198176241
Binary110001101011000011110001
Octal306260361

Shades and tints

Shades of #C6B0F1

#C6B0F1
(198,176,241)
#B4A0DC
(180,160,220)
#A290C7
(162,144,199)
#9080B2
(144,128,178)
#7E709D
(126,112,157)
#6C6088
(108,96,136)
#5A5073
(90,80,115)
#48405E
(72,64,94)
#363049
(54,48,73)
#242034
(36,32,52)
#12101F
(18,16,31)
#000000
(0,0,0)

Tints of #C6B0F1

#C6B0F1
(198,176,241)
#CBB7F2
(203,183,242)
#D0BEF3
(208,190,243)
#D5C5F4
(213,197,244)
#DACCF5
(218,204,245)
#DFD3F6
(223,211,246)
#E4DAF7
(228,218,247)
#E9E1F8
(233,225,248)
#EEE8F9
(238,232,249)
#F3EFFA
(243,239,250)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0F1; }

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

This text font color is #C6B0F1.


Background Color

.myBgColor { background-color: #C6B0F1; }

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

This div background color is #C6B0F1.


Border color

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

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

This div border color is #C6B0F1.


Opacity

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

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

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

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

This text has shadow with #C6B0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0F1 on black background.


Color preview on white background

This text has color #C6B0F1 on white background.



Black color preview on #C6B0F1 background

This text has black color on #C6B0F1 background.


White color preview on #C6B0F1 background

This text has white color on #C6B0F1 background.