COLOR #C6B9FF

HEX: #C6B9FF
RGB: (198,185,255)

Color info

#C6B9FF contains mainly red and blue colors. Web safe color of #C6B9FF is #CCCCFF (or #CCF).

RGB color model

#C6B9FF color RGB value is (198,185,255).

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

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 255 of 255 = 100%

198
185
255

R + G + B ~ 84%. #C6B9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 255 = 638 (100%)
R 198 of 638 ~ 31.03%
G 185 of 638 ~ 29%
B 255 of 638 ~ 39.97%

%31.03
%29
%39.97

CMYK color model

#C6B9FF color CMYK value is (22,27,0,0).

  • cyan value is 22.35%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,27,0,0)
C22M27Y0K0 
(22%,27%,0%,0%)
(0.22/0.27/0.00/0.00)	

CMYK percentages

%22.35
%27.45
%0
%0

Codes

Color #C6B9FF in popluar color models

C6B9FF
RGB198185255
HSL251°100.00%86.27%
HSB/HSV251°27.45%100.00%
CMYK22.35%27.45%0.00%
0.00%

Color #C6B9FF in popluar number systems.

HEXC6B9FF
Decimal198185255
Binary110001101011100111111111
Octal306271377

Shades and tints

Shades of #C6B9FF

#C6B9FF
(198,185,255)
#B4A9E8
(180,169,232)
#A299D1
(162,153,209)
#9089BA
(144,137,186)
#7E79A3
(126,121,163)
#6C698C
(108,105,140)
#5A5975
(90,89,117)
#48495E
(72,73,94)
#363947
(54,57,71)
#242930
(36,41,48)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6B9FF

#C6B9FF
(198,185,255)
#CBBFFF
(203,191,255)
#D0C5FF
(208,197,255)
#D5CBFF
(213,203,255)
#DAD1FF
(218,209,255)
#DFD7FF
(223,215,255)
#E4DDFF
(228,221,255)
#E9E3FF
(233,227,255)
#EEE9FF
(238,233,255)
#F3EFFF
(243,239,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B9FF; }

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

This text font color is #C6B9FF.


Background Color

.myBgColor { background-color: #C6B9FF; }

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

This div background color is #C6B9FF.


Border color

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

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

This div border color is #C6B9FF.


Opacity

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

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

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

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

This text has shadow with #C6B9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B9FF on black background.


Color preview on white background

This text has color #C6B9FF on white background.



Black color preview on #C6B9FF background

This text has black color on #C6B9FF background.


White color preview on #C6B9FF background

This text has white color on #C6B9FF background.