COLOR #C6B3F4

HEX: #C6B3F4
RGB: (198,179,244)

Color info

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

RGB color model

#C6B3F4 color RGB value is (198,179,244).

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

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 244 of 255 = 96%

198
179
244

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

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 244 = 621 (100%)
R 198 of 621 ~ 31.88%
G 179 of 621 ~ 28.82%
B 244 of 621 ~ 39.29%

%31.88
%28.82
%39.29

CMYK color model

#C6B3F4 color CMYK value is (19,27,0,4).

  • cyan value is 18.85%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(19,27,0,4)
C19M27Y0K4 
(19%,27%,0%,4%)
(0.19/0.27/0.00/0.04)	

CMYK percentages

%18.85
%26.64
%0
%4.31

Codes

Color #C6B3F4 in popluar color models

C6B3F4
RGB198179244
HSL258°74.71%82.94%
HSB/HSV258°26.64%95.69%
CMYK18.85%26.64%0.00%
4.31%

Color #C6B3F4 in popluar number systems.

HEXC6B3F4
Decimal198179244
Binary110001101011001111110100
Octal306263364

Shades and tints

Shades of #C6B3F4

#C6B3F4
(198,179,244)
#B4A3DE
(180,163,222)
#A293C8
(162,147,200)
#9083B2
(144,131,178)
#7E739C
(126,115,156)
#6C6386
(108,99,134)
#5A5370
(90,83,112)
#48435A
(72,67,90)
#363344
(54,51,68)
#24232E
(36,35,46)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6B3F4

#C6B3F4
(198,179,244)
#CBB9F5
(203,185,245)
#D0BFF6
(208,191,246)
#D5C5F7
(213,197,247)
#DACBF8
(218,203,248)
#DFD1F9
(223,209,249)
#E4D7FA
(228,215,250)
#E9DDFB
(233,221,251)
#EEE3FC
(238,227,252)
#F3E9FD
(243,233,253)
#F8EFFE
(248,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3F4; }

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

This text font color is #C6B3F4.


Background Color

.myBgColor { background-color: #C6B3F4; }

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

This div background color is #C6B3F4.


Border color

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

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

This div border color is #C6B3F4.


Opacity

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

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

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

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

This text has shadow with #C6B3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3F4 on black background.


Color preview on white background

This text has color #C6B3F4 on white background.



Black color preview on #C6B3F4 background

This text has black color on #C6B3F4 background.


White color preview on #C6B3F4 background

This text has white color on #C6B3F4 background.