COLOR #C1D6C1

HEX: #C1D6C1
RGB: (193,214,193)

Color info

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

RGB color model

#C1D6C1 color RGB value is (193,214,193).

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

RGB channels and saturation

R 193 of 255 = 76%
G 214 of 255 = 84%
B 193 of 255 = 76%

193
214
193

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

Portions of RGB colors in percentages

R + G + B =
193 + 214 + 193 = 600 (100%)
R 193 of 600 ~ 32.17%
G 214 of 600 ~ 35.67%
B 193 of 600 ~ 32.17%

%32.17
%35.67
%32.17

CMYK color model

#C1D6C1 color CMYK value is (10,0,10,16).

  • cyan value is 9.81%
  • magenta value is 0.00%
  • yellow value is 9.81%
  • key color value is 16.08%
CMYK:
(10,0,10,16)
C10M0Y10K16 
(10%,0%,10%,16%)
(0.10/0.00/0.10/0.16)	

CMYK percentages

%9.81
%0
%9.81
%16.08

Codes

Color #C1D6C1 in popluar color models

C1D6C1
RGB193214193
HSL120°20.39%79.80%
HSB/HSV120°9.81%83.92%
CMYK9.81%0.00%9.81%
16.08%

Color #C1D6C1 in popluar number systems.

HEXC1D6C1
Decimal193214193
Binary110000011101011011000001
Octal301326301

Shades and tints

Shades of #C1D6C1

#C1D6C1
(193,214,193)
#B0C3B0
(176,195,176)
#9FB09F
(159,176,159)
#8E9D8E
(142,157,142)
#7D8A7D
(125,138,125)
#6C776C
(108,119,108)
#5B645B
(91,100,91)
#4A514A
(74,81,74)
#393E39
(57,62,57)
#282B28
(40,43,40)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1D6C1

#C1D6C1
(193,214,193)
#C6D9C6
(198,217,198)
#CBDCCB
(203,220,203)
#D0DFD0
(208,223,208)
#D5E2D5
(213,226,213)
#DAE5DA
(218,229,218)
#DFE8DF
(223,232,223)
#E4EBE4
(228,235,228)
#E9EEE9
(233,238,233)
#EEF1EE
(238,241,238)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D6C1; }

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

This text font color is #C1D6C1.


Background Color

.myBgColor { background-color: #C1D6C1; }

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

This div background color is #C1D6C1.


Border color

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

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

This div border color is #C1D6C1.


Opacity

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

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

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

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

This text has shadow with #C1D6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D6C1 on black background.


Color preview on white background

This text has color #C1D6C1 on white background.



Black color preview on #C1D6C1 background

This text has black color on #C1D6C1 background.


White color preview on #C1D6C1 background

This text has white color on #C1D6C1 background.