COLOR #C6B6D6

HEX: #C6B6D6
RGB: (198,182,214)

Color info

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

RGB color model

#C6B6D6 color RGB value is (198,182,214).

  • red value is 198;
  • green value is 182;
  • blue value is 214.
RGB:
(198,182,214)
(78%,71%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 214 of 255 = 84%

198
182
214

R + G + B ~ 78%. #C6B6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 182 + 214 = 594 (100%)
R 198 of 594 ~ 33.33%
G 182 of 594 ~ 30.64%
B 214 of 594 ~ 36.03%

%33.33
%30.64
%36.03

CMYK color model

#C6B6D6 color CMYK value is (7,15,0,16).

  • cyan value is 7.48%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,15,0,16)
C7M15Y0K16 
(7%,15%,0%,16%)
(0.07/0.15/0.00/0.16)	

CMYK percentages

%7.48
%14.95
%0
%16.08

Codes

Color #C6B6D6 in popluar color models

C6B6D6
RGB198182214
HSL270°28.07%77.65%
HSB/HSV270°14.95%83.92%
CMYK7.48%14.95%0.00%
16.08%

Color #C6B6D6 in popluar number systems.

HEXC6B6D6
Decimal198182214
Binary110001101011011011010110
Octal306266326

Shades and tints

Shades of #C6B6D6

#C6B6D6
(198,182,214)
#B4A6C3
(180,166,195)
#A296B0
(162,150,176)
#90869D
(144,134,157)
#7E768A
(126,118,138)
#6C6677
(108,102,119)
#5A5664
(90,86,100)
#484651
(72,70,81)
#36363E
(54,54,62)
#24262B
(36,38,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6B6D6

#C6B6D6
(198,182,214)
#CBBCD9
(203,188,217)
#D0C2DC
(208,194,220)
#D5C8DF
(213,200,223)
#DACEE2
(218,206,226)
#DFD4E5
(223,212,229)
#E4DAE8
(228,218,232)
#E9E0EB
(233,224,235)
#EEE6EE
(238,230,238)
#F3ECF1
(243,236,241)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B6D6 color. Also use rgb(198,182,214) instead hex code.

Text Font Color

.myTextColor { color: #C6B6D6; }

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

This text font color is #C6B6D6.


Background Color

.myBgColor { background-color: #C6B6D6; }

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

This div background color is #C6B6D6.


Border color

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

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

This div border color is #C6B6D6.


Opacity

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

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

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

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

This text has shadow with #C6B6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6D6 on black background.


Color preview on white background

This text has color #C6B6D6 on white background.



Black color preview on #C6B6D6 background

This text has black color on #C6B6D6 background.


White color preview on #C6B6D6 background

This text has white color on #C6B6D6 background.