COLOR #C1D0C1

HEX: #C1D0C1
RGB: (193,208,193)

Color info

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

RGB color model

#C1D0C1 color RGB value is (193,208,193).

  • red value is 193;
  • green value is 208;
  • blue value is 193.
RGB:
(193,208,193)
(76%,82%,76%)

RGB channels and saturation

R 193 of 255 = 76%
G 208 of 255 = 82%
B 193 of 255 = 76%

193
208
193

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

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 193 = 594 (100%)
R 193 of 594 ~ 32.49%
G 208 of 594 ~ 35.02%
B 193 of 594 ~ 32.49%

%32.49
%35.02
%32.49

CMYK color model

#C1D0C1 color CMYK value is (7,0,7,18).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 18.43%
CMYK:
(7,0,7,18)
C7M0Y7K18 
(7%,0%,7%,18%)
(0.07/0.00/0.07/0.18)	

CMYK percentages

%7.21
%0
%7.21
%18.43

Codes

Color #C1D0C1 in popluar color models

C1D0C1
RGB193208193
HSL120°13.76%78.63%
HSB/HSV120°7.21%81.57%
CMYK7.21%0.00%7.21%
18.43%

Color #C1D0C1 in popluar number systems.

HEXC1D0C1
Decimal193208193
Binary110000011101000011000001
Octal301320301

Shades and tints

Shades of #C1D0C1

#C1D0C1
(193,208,193)
#B0BEB0
(176,190,176)
#9FAC9F
(159,172,159)
#8E9A8E
(142,154,142)
#7D887D
(125,136,125)
#6C766C
(108,118,108)
#5B645B
(91,100,91)
#4A524A
(74,82,74)
#394039
(57,64,57)
#282E28
(40,46,40)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #C1D0C1

#C1D0C1
(193,208,193)
#C6D4C6
(198,212,198)
#CBD8CB
(203,216,203)
#D0DCD0
(208,220,208)
#D5E0D5
(213,224,213)
#DAE4DA
(218,228,218)
#DFE8DF
(223,232,223)
#E4ECE4
(228,236,228)
#E9F0E9
(233,240,233)
#EEF4EE
(238,244,238)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D0C1; }

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

This text font color is #C1D0C1.


Background Color

.myBgColor { background-color: #C1D0C1; }

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

This div background color is #C1D0C1.


Border color

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

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

This div border color is #C1D0C1.


Opacity

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

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

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

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

This text has shadow with #C1D0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0C1 on black background.


Color preview on white background

This text has color #C1D0C1 on white background.



Black color preview on #C1D0C1 background

This text has black color on #C1D0C1 background.


White color preview on #C1D0C1 background

This text has white color on #C1D0C1 background.