COLOR #C1CBCA

HEX: #C1CBCA
RGB: (193,203,202)

Color info

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

RGB color model

#C1CBCA color RGB value is (193,203,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 202 of 255 = 79%

193
203
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 202 = 598 (100%)
R 193 of 598 ~ 32.27%
G 203 of 598 ~ 33.95%
B 202 of 598 ~ 33.78%

%32.27
%33.95
%33.78

CMYK color model

#C1CBCA color CMYK value is (5,0,0,20).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(5,0,0,20)
C5M0Y0K20 
(5%,0%,0%,20%)
(0.05/0.00/0.00/0.20)	

CMYK percentages

%4.93
%0
%0.49
%20.39

Codes

Color #C1CBCA in popluar color models

C1CBCA
RGB193203202
HSL174°8.77%77.65%
HSB/HSV174°4.93%79.61%
CMYK4.93%0.00%0.49%
20.39%

Color #C1CBCA in popluar number systems.

HEXC1CBCA
Decimal193203202
Binary110000011100101111001010
Octal301313312

Shades and tints

Shades of #C1CBCA

#C1CBCA
(193,203,202)
#B0B9B8
(176,185,184)
#9FA7A6
(159,167,166)
#8E9594
(142,149,148)
#7D8382
(125,131,130)
#6C7170
(108,113,112)
#5B5F5E
(91,95,94)
#4A4D4C
(74,77,76)
#393B3A
(57,59,58)
#282928
(40,41,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #C1CBCA

#C1CBCA
(193,203,202)
#C6CFCE
(198,207,206)
#CBD3D2
(203,211,210)
#D0D7D6
(208,215,214)
#D5DBDA
(213,219,218)
#DADFDE
(218,223,222)
#DFE3E2
(223,227,226)
#E4E7E6
(228,231,230)
#E9EBEA
(233,235,234)
#EEEFEE
(238,239,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CBCA; }

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

This text font color is #C1CBCA.


Background Color

.myBgColor { background-color: #C1CBCA; }

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

This div background color is #C1CBCA.


Border color

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

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

This div border color is #C1CBCA.


Opacity

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

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

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

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

This text has shadow with #C1CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBCA on black background.


Color preview on white background

This text has color #C1CBCA on white background.



Black color preview on #C1CBCA background

This text has black color on #C1CBCA background.


White color preview on #C1CBCA background

This text has white color on #C1CBCA background.