COLOR #C1C1CC

HEX: #C1C1CC RGB: (193,193,204)

Color info

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

RGB color model

#C1C1CC color RGB value is (193,193,204).

RGB: (193,193,204) (76%, 76%, 80%)

RGB channels and saturation

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

193
193
204

R + G + B ~ 77%. #C1C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 193 + 204 = 590 (100%)
R 193 of 590 ~ 32.71%
G 193 of 590 ~ 32.71%
B 204 of 590 ~ 34.58'%

%32.71
%32.71
%34.58

CMYK color model

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

  • cyan value is 5.39%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (5,5,0,20)
C5M5Y0K20 (5%, 5%, 0%, 20%)
(0.05 / 0.05 / 0.00 / 0.20)

CMYK percentages

%5.39
%5.39
%0
%20

Codes

Color #C1C1CC in popluar color models

C1 C1 CC
RGB 193 193 204
HSL 240° 9.73% 77.84%
HSB/HSV 240° 5.39% 80.00%
CMYK 5.39% 5.39% 0.00%
20.00%

Color #C1C1CC in popluar number systems.

HEX C1 C1 CC
Decimal 193 193 204
Binary 11000001 11000001 11001100
Octal 301 301 314

Shades and tints

Shades of #C1C1CC

#C1C1CC
(193,193,204)
#B0B0BA
(176,176,186)
#9F9FA8
(159,159,168)
#8E8E96
(142,142,150)
#7D7D84
(125,125,132)
#6C6C72
(108,108,114)
#5B5B60
(91,91,96)
#4A4A4E
(74,74,78)
#39393C
(57,57,60)
#28282A
(40,40,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #C1C1CC

#C1C1CC
(193,193,204)
#C6C6D0
(198,198,208)
#CBCBD4
(203,203,212)
#D0D0D8
(208,208,216)
#D5D5DC
(213,213,220)
#DADAE0
(218,218,224)
#DFDFE4
(223,223,228)
#E4E4E8
(228,228,232)
#E9E9EC
(233,233,236)
#EEEEF0
(238,238,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C1CC; }

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

This text font color is #C1C1CC.

Background Color

.myBgColor { background-color: #C1C1CC; }

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

This div background color is #C1C1CC.

Border color

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

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

This div border color is #C1C1CC.

Opacity

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

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

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

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

This text has shadow with #C1C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C1CC.

Preview

Color preview on black background

This text has color #C1C1CC on black background.


Color preview on white background

This text has color #C1C1CC on white background.


Black color preview on #C1C1CC background

This text has black color on #C1C1CC background.


White color preview on #C1C1CC background

This text has white color on #C1C1CC background.


Related colors

Complementary color

Complementary color for #hex is #3E3E33.


I love getcolorcode.com