COLOR #C6B7DA

HEX: #C6B7DA
RGB: (198,183,218)

Color info

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

RGB color model

#C6B7DA color RGB value is (198,183,218).

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

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 218 of 255 = 85%

198
183
218

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

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 218 = 599 (100%)
R 198 of 599 ~ 33.06%
G 183 of 599 ~ 30.55%
B 218 of 599 ~ 36.39%

%33.06
%30.55
%36.39

CMYK color model

#C6B7DA color CMYK value is (9,16,0,15).

  • cyan value is 9.17%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,16,0,15)
C9M16Y0K15 
(9%,16%,0%,15%)
(0.09/0.16/0.00/0.15)	

CMYK percentages

%9.17
%16.06
%0
%14.51

Codes

Color #C6B7DA in popluar color models

C6B7DA
RGB198183218
HSL266°32.11%78.63%
HSB/HSV266°16.06%85.49%
CMYK9.17%16.06%0.00%
14.51%

Color #C6B7DA in popluar number systems.

HEXC6B7DA
Decimal198183218
Binary110001101011011111011010
Octal306267332

Shades and tints

Shades of #C6B7DA

#C6B7DA
(198,183,218)
#B4A7C7
(180,167,199)
#A297B4
(162,151,180)
#9087A1
(144,135,161)
#7E778E
(126,119,142)
#6C677B
(108,103,123)
#5A5768
(90,87,104)
#484755
(72,71,85)
#363742
(54,55,66)
#24272F
(36,39,47)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #C6B7DA

#C6B7DA
(198,183,218)
#CBBDDD
(203,189,221)
#D0C3E0
(208,195,224)
#D5C9E3
(213,201,227)
#DACFE6
(218,207,230)
#DFD5E9
(223,213,233)
#E4DBEC
(228,219,236)
#E9E1EF
(233,225,239)
#EEE7F2
(238,231,242)
#F3EDF5
(243,237,245)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7DA; }

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

This text font color is #C6B7DA.


Background Color

.myBgColor { background-color: #C6B7DA; }

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

This div background color is #C6B7DA.


Border color

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

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

This div border color is #C6B7DA.


Opacity

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

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

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

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

This text has shadow with #C6B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B7DA on black background.


Color preview on white background

This text has color #C6B7DA on white background.



Black color preview on #C6B7DA background

This text has black color on #C6B7DA background.


White color preview on #C6B7DA background

This text has white color on #C6B7DA background.