COLOR #C6B7DC

HEX: #C6B7DC
RGB: (198,183,220)

Color info

#C6B7DC contains red, green and blue colors in about the same proportion. Web safe color of #C6B7DC is #CCCCCC (or #CCC).

RGB color model

#C6B7DC color RGB value is (198,183,220).

  • red value is 198;
  • green value is 183;
  • blue value is 220.
RGB:
(198,183,220)
(78%,72%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 220 of 255 = 86%

198
183
220

R + G + B ~ 79%. #C6B7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 220 = 601 (100%)
R 198 of 601 ~ 32.95%
G 183 of 601 ~ 30.45%
B 220 of 601 ~ 36.61%

%32.95
%30.45
%36.61

CMYK color model

#C6B7DC color CMYK value is (10,17,0,14).

  • cyan value is 10.00%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,17,0,14)
C10M17Y0K14 
(10%,17%,0%,14%)
(0.10/0.17/0.00/0.14)	

CMYK percentages

%10
%16.82
%0
%13.73

Codes

Color #C6B7DC in popluar color models

C6B7DC
RGB198183220
HSL264°34.58%79.02%
HSB/HSV264°16.82%86.27%
CMYK10.00%16.82%0.00%
13.73%

Color #C6B7DC in popluar number systems.

HEXC6B7DC
Decimal198183220
Binary110001101011011111011100
Octal306267334

Shades and tints

Shades of #C6B7DC

#C6B7DC
(198,183,220)
#B4A7C8
(180,167,200)
#A297B4
(162,151,180)
#9087A0
(144,135,160)
#7E778C
(126,119,140)
#6C6778
(108,103,120)
#5A5764
(90,87,100)
#484750
(72,71,80)
#36373C
(54,55,60)
#242728
(36,39,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6B7DC

#C6B7DC
(198,183,220)
#CBBDDF
(203,189,223)
#D0C3E2
(208,195,226)
#D5C9E5
(213,201,229)
#DACFE8
(218,207,232)
#DFD5EB
(223,213,235)
#E4DBEE
(228,219,238)
#E9E1F1
(233,225,241)
#EEE7F4
(238,231,244)
#F3EDF7
(243,237,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B7DC color. Also use rgb(198,183,220) instead hex code.

Text Font Color

.myTextColor { color: #C6B7DC; }

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

This text font color is #C6B7DC.


Background Color

.myBgColor { background-color: #C6B7DC; }

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

This div background color is #C6B7DC.


Border color

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

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

This div border color is #C6B7DC.


Opacity

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

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

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

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

This text has shadow with #C6B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B7DC on black background.


Color preview on white background

This text has color #C6B7DC on white background.



Black color preview on #C6B7DC background

This text has black color on #C6B7DC background.


White color preview on #C6B7DC background

This text has white color on #C6B7DC background.