COLOR #C1CBCC

HEX: #C1CBCC
RGB: (193,203,204)

Color info

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

RGB color model

#C1CBCC color RGB value is (193,203,204).

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

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 204 of 255 = 80%

193
203
204

R + G + B ~ 79%. #C1CBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 204 = 600 (100%)
R 193 of 600 ~ 32.17%
G 203 of 600 ~ 33.83%
B 204 of 600 ~ 34%

%32.17
%33.83
%34

CMYK color model

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

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

CMYK percentages

%5.39
%0.49
%0
%20

Codes

Color #C1CBCC in popluar color models

C1CBCC
RGB193203204
HSL185°9.73%77.84%
HSB/HSV185°5.39%80.00%
CMYK5.39%0.49%0.00%
20.00%

Color #C1CBCC in popluar number systems.

HEXC1CBCC
Decimal193203204
Binary110000011100101111001100
Octal301313314

Shades and tints

Shades of #C1CBCC

#C1CBCC
(193,203,204)
#B0B9BA
(176,185,186)
#9FA7A8
(159,167,168)
#8E9596
(142,149,150)
#7D8384
(125,131,132)
#6C7172
(108,113,114)
#5B5F60
(91,95,96)
#4A4D4E
(74,77,78)
#393B3C
(57,59,60)
#28292A
(40,41,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1CBCC

#C1CBCC
(193,203,204)
#C6CFD0
(198,207,208)
#CBD3D4
(203,211,212)
#D0D7D8
(208,215,216)
#D5DBDC
(213,219,220)
#DADFE0
(218,223,224)
#DFE3E4
(223,227,228)
#E4E7E8
(228,231,232)
#E9EBEC
(233,235,236)
#EEEFF0
(238,239,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CBCC; }

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

This text font color is #C1CBCC.


Background Color

.myBgColor { background-color: #C1CBCC; }

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

This div background color is #C1CBCC.


Border color

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

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

This div border color is #C1CBCC.


Opacity

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

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

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

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

This text has shadow with #C1CBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBCC on black background.


Color preview on white background

This text has color #C1CBCC on white background.



Black color preview on #C1CBCC background

This text has black color on #C1CBCC background.


White color preview on #C1CBCC background

This text has white color on #C1CBCC background.