COLOR #C6B3CF

HEX: #C6B3CF
RGB: (198,179,207)

Color info

#C6B3CF contains red, green and blue colors in about the same proportion. Web safe color of #C6B3CF is #CC99CC (or #C9C).

RGB color model

#C6B3CF color RGB value is (198,179,207).

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

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 207 of 255 = 81%

198
179
207

R + G + B ~ 76%. #C6B3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 207 = 584 (100%)
R 198 of 584 ~ 33.9%
G 179 of 584 ~ 30.65%
B 207 of 584 ~ 35.45%

%33.9
%30.65
%35.45

CMYK color model

#C6B3CF color CMYK value is (4,14,0,19).

  • cyan value is 4.35%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,14,0,19)
C4M14Y0K19 
(4%,14%,0%,19%)
(0.04/0.14/0.00/0.19)	

CMYK percentages

%4.35
%13.53
%0
%18.82

Codes

Color #C6B3CF in popluar color models

C6B3CF
RGB198179207
HSL281°22.58%75.69%
HSB/HSV281°13.53%81.18%
CMYK4.35%13.53%0.00%
18.82%

Color #C6B3CF in popluar number systems.

HEXC6B3CF
Decimal198179207
Binary110001101011001111001111
Octal306263317

Shades and tints

Shades of #C6B3CF

#C6B3CF
(198,179,207)
#B4A3BD
(180,163,189)
#A293AB
(162,147,171)
#908399
(144,131,153)
#7E7387
(126,115,135)
#6C6375
(108,99,117)
#5A5363
(90,83,99)
#484351
(72,67,81)
#36333F
(54,51,63)
#24232D
(36,35,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #C6B3CF

#C6B3CF
(198,179,207)
#CBB9D3
(203,185,211)
#D0BFD7
(208,191,215)
#D5C5DB
(213,197,219)
#DACBDF
(218,203,223)
#DFD1E3
(223,209,227)
#E4D7E7
(228,215,231)
#E9DDEB
(233,221,235)
#EEE3EF
(238,227,239)
#F3E9F3
(243,233,243)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3CF; }

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

This text font color is #C6B3CF.


Background Color

.myBgColor { background-color: #C6B3CF; }

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

This div background color is #C6B3CF.


Border color

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

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

This div border color is #C6B3CF.


Opacity

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

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

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

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

This text has shadow with #C6B3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3CF on black background.


Color preview on white background

This text has color #C6B3CF on white background.



Black color preview on #C6B3CF background

This text has black color on #C6B3CF background.


White color preview on #C6B3CF background

This text has white color on #C6B3CF background.