COLOR #C6B6CA

HEX: #C6B6CA
RGB: (198,182,202)

Color info

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

RGB color model

#C6B6CA color RGB value is (198,182,202).

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

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 202 of 255 = 79%

198
182
202

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

Portions of RGB colors in percentages

R + G + B =
198 + 182 + 202 = 582 (100%)
R 198 of 582 ~ 34.02%
G 182 of 582 ~ 31.27%
B 202 of 582 ~ 34.71%

%34.02
%31.27
%34.71

CMYK color model

#C6B6CA color CMYK value is (2,10,0,21).

  • cyan value is 1.98%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,10,0,21)
C2M10Y0K21 
(2%,10%,0%,21%)
(0.02/0.10/0.00/0.21)	

CMYK percentages

%1.98
%9.9
%0
%20.78

Codes

Color #C6B6CA in popluar color models

C6B6CA
RGB198182202
HSL288°15.87%75.29%
HSB/HSV288°9.90%79.22%
CMYK1.98%9.90%0.00%
20.78%

Color #C6B6CA in popluar number systems.

HEXC6B6CA
Decimal198182202
Binary110001101011011011001010
Octal306266312

Shades and tints

Shades of #C6B6CA

#C6B6CA
(198,182,202)
#B4A6B8
(180,166,184)
#A296A6
(162,150,166)
#908694
(144,134,148)
#7E7682
(126,118,130)
#6C6670
(108,102,112)
#5A565E
(90,86,94)
#48464C
(72,70,76)
#36363A
(54,54,58)
#242628
(36,38,40)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C6B6CA

#C6B6CA
(198,182,202)
#CBBCCE
(203,188,206)
#D0C2D2
(208,194,210)
#D5C8D6
(213,200,214)
#DACEDA
(218,206,218)
#DFD4DE
(223,212,222)
#E4DAE2
(228,218,226)
#E9E0E6
(233,224,230)
#EEE6EA
(238,230,234)
#F3ECEE
(243,236,238)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B6CA; }

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

This text font color is #C6B6CA.


Background Color

.myBgColor { background-color: #C6B6CA; }

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

This div background color is #C6B6CA.


Border color

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

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

This div border color is #C6B6CA.


Opacity

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

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

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

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

This text has shadow with #C6B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B6CA on black background.


Color preview on white background

This text has color #C6B6CA on white background.



Black color preview on #C6B6CA background

This text has black color on #C6B6CA background.


White color preview on #C6B6CA background

This text has white color on #C6B6CA background.