COLOR #C1B6CA

HEX: #C1B6CA
RGB: (193,182,202)

Color info

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

RGB color model

#C1B6CA color RGB value is (193,182,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 182 of 255 = 71%
B 202 of 255 = 79%

193
182
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 182 + 202 = 577 (100%)
R 193 of 577 ~ 33.45%
G 182 of 577 ~ 31.54%
B 202 of 577 ~ 35.01%

%33.45
%31.54
%35.01

CMYK color model

#C1B6CA color CMYK value is (4,10,0,21).

  • cyan value is 4.46%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,10,0,21)
C4M10Y0K21 
(4%,10%,0%,21%)
(0.04/0.10/0.00/0.21)	

CMYK percentages

%4.46
%9.9
%0
%20.78

Codes

Color #C1B6CA in popluar color models

C1B6CA
RGB193182202
HSL273°15.87%75.29%
HSB/HSV273°9.90%79.22%
CMYK4.46%9.90%0.00%
20.78%

Color #C1B6CA in popluar number systems.

HEXC1B6CA
Decimal193182202
Binary110000011011011011001010
Octal301266312

Shades and tints

Shades of #C1B6CA

#C1B6CA
(193,182,202)
#B0A6B8
(176,166,184)
#9F96A6
(159,150,166)
#8E8694
(142,134,148)
#7D7682
(125,118,130)
#6C6670
(108,102,112)
#5B565E
(91,86,94)
#4A464C
(74,70,76)
#39363A
(57,54,58)
#282628
(40,38,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #C1B6CA

#C1B6CA
(193,182,202)
#C6BCCE
(198,188,206)
#CBC2D2
(203,194,210)
#D0C8D6
(208,200,214)
#D5CEDA
(213,206,218)
#DAD4DE
(218,212,222)
#DFDAE2
(223,218,226)
#E4E0E6
(228,224,230)
#E9E6EA
(233,230,234)
#EEECEE
(238,236,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B6CA; }

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

This text font color is #C1B6CA.


Background Color

.myBgColor { background-color: #C1B6CA; }

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

This div background color is #C1B6CA.


Border color

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

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

This div border color is #C1B6CA.


Opacity

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

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

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

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

This text has shadow with #C1B6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B6CA on black background.


Color preview on white background

This text has color #C1B6CA on white background.



Black color preview on #C1B6CA background

This text has black color on #C1B6CA background.


White color preview on #C1B6CA background

This text has white color on #C1B6CA background.