COLOR #C6B0CA

HEX: #C6B0CA
RGB: (198,176,202)

Color info

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

RGB color model

#C6B0CA color RGB value is (198,176,202).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 202 of 255 = 79%

198
176
202

R + G + B ~ 75%. #C6B0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 202 = 576 (100%)
R 198 of 576 ~ 34.38%
G 176 of 576 ~ 30.56%
B 202 of 576 ~ 35.07%

%34.38
%30.56
%35.07

CMYK color model

#C6B0CA color CMYK value is (2,13,0,21).

  • cyan value is 1.98%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,13,0,21)
C2M13Y0K21 
(2%,13%,0%,21%)
(0.02/0.13/0.00/0.21)	

CMYK percentages

%1.98
%12.87
%0
%20.78

Codes

Color #C6B0CA in popluar color models

C6B0CA
RGB198176202
HSL291°19.70%74.12%
HSB/HSV291°12.87%79.22%
CMYK1.98%12.87%0.00%
20.78%

Color #C6B0CA in popluar number systems.

HEXC6B0CA
Decimal198176202
Binary110001101011000011001010
Octal306260312

Shades and tints

Shades of #C6B0CA

#C6B0CA
(198,176,202)
#B4A0B8
(180,160,184)
#A290A6
(162,144,166)
#908094
(144,128,148)
#7E7082
(126,112,130)
#6C6070
(108,96,112)
#5A505E
(90,80,94)
#48404C
(72,64,76)
#36303A
(54,48,58)
#242028
(36,32,40)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #C6B0CA

#C6B0CA
(198,176,202)
#CBB7CE
(203,183,206)
#D0BED2
(208,190,210)
#D5C5D6
(213,197,214)
#DACCDA
(218,204,218)
#DFD3DE
(223,211,222)
#E4DAE2
(228,218,226)
#E9E1E6
(233,225,230)
#EEE8EA
(238,232,234)
#F3EFEE
(243,239,238)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B0CA; }

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

This text font color is #C6B0CA.


Background Color

.myBgColor { background-color: #C6B0CA; }

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

This div background color is #C6B0CA.


Border color

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

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

This div border color is #C6B0CA.


Opacity

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

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

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

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

This text has shadow with #C6B0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0CA on black background.


Color preview on white background

This text has color #C6B0CA on white background.



Black color preview on #C6B0CA background

This text has black color on #C6B0CA background.


White color preview on #C6B0CA background

This text has white color on #C6B0CA background.