COLOR #C686FF

HEX: #C686FF
RGB: (198,134,255)

Color info

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

RGB color model

#C686FF color RGB value is (198,134,255).

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

RGB channels and saturation

R 198 of 255 = 78%
G 134 of 255 = 53%
B 255 of 255 = 100%

198
134
255

R + G + B ~ 77%. #C686FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 134 + 255 = 587 (100%)
R 198 of 587 ~ 33.73%
G 134 of 587 ~ 22.83%
B 255 of 587 ~ 43.44%

%33.73
%22.83
%43.44

CMYK color model

#C686FF color CMYK value is (22,47,0,0).

  • cyan value is 22.35%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,47,0,0)
C22M47Y0K0 
(22%,47%,0%,0%)
(0.22/0.47/0.00/0.00)	

CMYK percentages

%22.35
%47.45
%0
%0

Codes

Color #C686FF in popluar color models

C686FF
RGB198134255
HSL272°100.00%76.27%
HSB/HSV272°47.45%100.00%
CMYK22.35%47.45%0.00%
0.00%

Color #C686FF in popluar number systems.

HEXC686FF
Decimal198134255
Binary110001101000011011111111
Octal306206377

Shades and tints

Shades of #C686FF

#C686FF
(198,134,255)
#B47AE8
(180,122,232)
#A26ED1
(162,110,209)
#9062BA
(144,98,186)
#7E56A3
(126,86,163)
#6C4A8C
(108,74,140)
#5A3E75
(90,62,117)
#48325E
(72,50,94)
#362647
(54,38,71)
#241A30
(36,26,48)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #C686FF

#C686FF
(198,134,255)
#CB91FF
(203,145,255)
#D09CFF
(208,156,255)
#D5A7FF
(213,167,255)
#DAB2FF
(218,178,255)
#DFBDFF
(223,189,255)
#E4C8FF
(228,200,255)
#E9D3FF
(233,211,255)
#EEDEFF
(238,222,255)
#F3E9FF
(243,233,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C686FF; }

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

This text font color is #C686FF.


Background Color

.myBgColor { background-color: #C686FF; }

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

This div background color is #C686FF.


Border color

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

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

This div border color is #C686FF.


Opacity

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

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

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

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

This text has shadow with #C686FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C686FF on black background.


Color preview on white background

This text has color #C686FF on white background.



Black color preview on #C686FF background

This text has black color on #C686FF background.


White color preview on #C686FF background

This text has white color on #C686FF background.