COLOR #C6A7FF

HEX: #C6A7FF
RGB: (198,167,255)

Color info

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

RGB color model

#C6A7FF color RGB value is (198,167,255).

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

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 255 of 255 = 100%

198
167
255

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

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 255 = 620 (100%)
R 198 of 620 ~ 31.94%
G 167 of 620 ~ 26.94%
B 255 of 620 ~ 41.13%

%31.94
%26.94
%41.13

CMYK color model

#C6A7FF color CMYK value is (22,35,0,0).

  • cyan value is 22.35%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,35,0,0)
C22M35Y0K0 
(22%,35%,0%,0%)
(0.22/0.35/0.00/0.00)	

CMYK percentages

%22.35
%34.51
%0
%0

Codes

Color #C6A7FF in popluar color models

C6A7FF
RGB198167255
HSL261°100.00%82.75%
HSB/HSV261°34.51%100.00%
CMYK22.35%34.51%0.00%
0.00%

Color #C6A7FF in popluar number systems.

HEXC6A7FF
Decimal198167255
Binary110001101010011111111111
Octal306247377

Shades and tints

Shades of #C6A7FF

#C6A7FF
(198,167,255)
#B498E8
(180,152,232)
#A289D1
(162,137,209)
#907ABA
(144,122,186)
#7E6BA3
(126,107,163)
#6C5C8C
(108,92,140)
#5A4D75
(90,77,117)
#483E5E
(72,62,94)
#362F47
(54,47,71)
#242030
(36,32,48)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6A7FF

#C6A7FF
(198,167,255)
#CBAFFF
(203,175,255)
#D0B7FF
(208,183,255)
#D5BFFF
(213,191,255)
#DAC7FF
(218,199,255)
#DFCFFF
(223,207,255)
#E4D7FF
(228,215,255)
#E9DFFF
(233,223,255)
#EEE7FF
(238,231,255)
#F3EFFF
(243,239,255)
#F8F7FF
(248,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A7FF; }

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

This text font color is #C6A7FF.


Background Color

.myBgColor { background-color: #C6A7FF; }

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

This div background color is #C6A7FF.


Border color

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

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

This div border color is #C6A7FF.


Opacity

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

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

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

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

This text has shadow with #C6A7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7FF on black background.


Color preview on white background

This text has color #C6A7FF on white background.



Black color preview on #C6A7FF background

This text has black color on #C6A7FF background.


White color preview on #C6A7FF background

This text has white color on #C6A7FF background.