COLOR #C1CCC0

HEX: #C1CCC0
RGB: (193,204,192)

Color info

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

RGB color model

#C1CCC0 color RGB value is (193,204,192).

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

RGB channels and saturation

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

193
204
192

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

Portions of RGB colors in percentages

R + G + B =
193 + 204 + 192 = 589 (100%)
R 193 of 589 ~ 32.77%
G 204 of 589 ~ 34.63%
B 192 of 589 ~ 32.6%

%32.77
%34.63
%32.6

CMYK color model

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

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(5,0,6,20)
C5M0Y6K20 
(5%,0%,6%,20%)
(0.05/0.00/0.06/0.20)	

CMYK percentages

%5.39
%0
%5.88
%20

Codes

Color #C1CCC0 in popluar color models

C1CCC0
RGB193204192
HSL115°10.53%77.65%
HSB/HSV115°5.88%80.00%
CMYK5.39%0.00%5.88%
20.00%

Color #C1CCC0 in popluar number systems.

HEXC1CCC0
Decimal193204192
Binary110000011100110011000000
Octal301314300

Shades and tints

Shades of #C1CCC0

#C1CCC0
(193,204,192)
#B0BAAF
(176,186,175)
#9FA89E
(159,168,158)
#8E968D
(142,150,141)
#7D847C
(125,132,124)
#6C726B
(108,114,107)
#5B605A
(91,96,90)
#4A4E49
(74,78,73)
#393C38
(57,60,56)
#282A27
(40,42,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #C1CCC0

#C1CCC0
(193,204,192)
#C6D0C5
(198,208,197)
#CBD4CA
(203,212,202)
#D0D8CF
(208,216,207)
#D5DCD4
(213,220,212)
#DAE0D9
(218,224,217)
#DFE4DE
(223,228,222)
#E4E8E3
(228,232,227)
#E9ECE8
(233,236,232)
#EEF0ED
(238,240,237)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CCC0; }

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

This text font color is #C1CCC0.


Background Color

.myBgColor { background-color: #C1CCC0; }

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

This div background color is #C1CCC0.


Border color

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

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

This div border color is #C1CCC0.


Opacity

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

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

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

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

This text has shadow with #C1CCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CCC0 on black background.


Color preview on white background

This text has color #C1CCC0 on white background.



Black color preview on #C1CCC0 background

This text has black color on #C1CCC0 background.


White color preview on #C1CCC0 background

This text has white color on #C1CCC0 background.