COLOR #C6B3D1

HEX: #C6B3D1
RGB: (198,179,209)

Color info

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

RGB color model

#C6B3D1 color RGB value is (198,179,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 209 of 255 = 82%

198
179
209

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

Portions of RGB colors in percentages

R + G + B =
198 + 179 + 209 = 586 (100%)
R 198 of 586 ~ 33.79%
G 179 of 586 ~ 30.55%
B 209 of 586 ~ 35.67%

%33.79
%30.55
%35.67

CMYK color model

#C6B3D1 color CMYK value is (5,14,0,18).

  • cyan value is 5.26%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,14,0,18)
C5M14Y0K18 
(5%,14%,0%,18%)
(0.05/0.14/0.00/0.18)	

CMYK percentages

%5.26
%14.35
%0
%18.04

Codes

Color #C6B3D1 in popluar color models

C6B3D1
RGB198179209
HSL278°24.59%76.08%
HSB/HSV278°14.35%81.96%
CMYK5.26%14.35%0.00%
18.04%

Color #C6B3D1 in popluar number systems.

HEXC6B3D1
Decimal198179209
Binary110001101011001111010001
Octal306263321

Shades and tints

Shades of #C6B3D1

#C6B3D1
(198,179,209)
#B4A3BE
(180,163,190)
#A293AB
(162,147,171)
#908398
(144,131,152)
#7E7385
(126,115,133)
#6C6372
(108,99,114)
#5A535F
(90,83,95)
#48434C
(72,67,76)
#363339
(54,51,57)
#242326
(36,35,38)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C6B3D1

#C6B3D1
(198,179,209)
#CBB9D5
(203,185,213)
#D0BFD9
(208,191,217)
#D5C5DD
(213,197,221)
#DACBE1
(218,203,225)
#DFD1E5
(223,209,229)
#E4D7E9
(228,215,233)
#E9DDED
(233,221,237)
#EEE3F1
(238,227,241)
#F3E9F5
(243,233,245)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3D1; }

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

This text font color is #C6B3D1.


Background Color

.myBgColor { background-color: #C6B3D1; }

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

This div background color is #C6B3D1.


Border color

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

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

This div border color is #C6B3D1.


Opacity

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

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

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

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

This text has shadow with #C6B3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B3D1 on black background.


Color preview on white background

This text has color #C6B3D1 on white background.



Black color preview on #C6B3D1 background

This text has black color on #C6B3D1 background.


White color preview on #C6B3D1 background

This text has white color on #C6B3D1 background.