COLOR #C1B7CA

HEX: #C1B7CA
RGB: (193,183,202)

Color info

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

RGB color model

#C1B7CA color RGB value is (193,183,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 183 of 255 = 72%
B 202 of 255 = 79%

193
183
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 183 + 202 = 578 (100%)
R 193 of 578 ~ 33.39%
G 183 of 578 ~ 31.66%
B 202 of 578 ~ 34.95%

%33.39
%31.66
%34.95

CMYK color model

#C1B7CA color CMYK value is (4,9,0,21).

  • cyan value is 4.46%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,9,0,21)
C4M9Y0K21 
(4%,9%,0%,21%)
(0.04/0.09/0.00/0.21)	

CMYK percentages

%4.46
%9.41
%0
%20.78

Codes

Color #C1B7CA in popluar color models

C1B7CA
RGB193183202
HSL272°15.20%75.49%
HSB/HSV272°9.41%79.22%
CMYK4.46%9.41%0.00%
20.78%

Color #C1B7CA in popluar number systems.

HEXC1B7CA
Decimal193183202
Binary110000011011011111001010
Octal301267312

Shades and tints

Shades of #C1B7CA

#C1B7CA
(193,183,202)
#B0A7B8
(176,167,184)
#9F97A6
(159,151,166)
#8E8794
(142,135,148)
#7D7782
(125,119,130)
#6C6770
(108,103,112)
#5B575E
(91,87,94)
#4A474C
(74,71,76)
#39373A
(57,55,58)
#282728
(40,39,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C1B7CA

#C1B7CA
(193,183,202)
#C6BDCE
(198,189,206)
#CBC3D2
(203,195,210)
#D0C9D6
(208,201,214)
#D5CFDA
(213,207,218)
#DAD5DE
(218,213,222)
#DFDBE2
(223,219,226)
#E4E1E6
(228,225,230)
#E9E7EA
(233,231,234)
#EEEDEE
(238,237,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B7CA; }

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

This text font color is #C1B7CA.


Background Color

.myBgColor { background-color: #C1B7CA; }

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

This div background color is #C1B7CA.


Border color

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

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

This div border color is #C1B7CA.


Opacity

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

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

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

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

This text has shadow with #C1B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B7CA on black background.


Color preview on white background

This text has color #C1B7CA on white background.



Black color preview on #C1B7CA background

This text has black color on #C1B7CA background.


White color preview on #C1B7CA background

This text has white color on #C1B7CA background.