COLOR #C1D6C3

HEX: #C1D6C3
RGB: (193,214,195)

Color info

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

RGB color model

#C1D6C3 color RGB value is (193,214,195).

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

RGB channels and saturation

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

193
214
195

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

Portions of RGB colors in percentages

R + G + B =
193 + 214 + 195 = 602 (100%)
R 193 of 602 ~ 32.06%
G 214 of 602 ~ 35.55%
B 195 of 602 ~ 32.39%

%32.06
%35.55
%32.39

CMYK color model

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

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

CMYK percentages

%9.81
%0
%8.88
%16.08

Codes

Color #C1D6C3 in popluar color models

C1D6C3
RGB193214195
HSL126°20.39%79.80%
HSB/HSV126°9.81%83.92%
CMYK9.81%0.00%8.88%
16.08%

Color #C1D6C3 in popluar number systems.

HEXC1D6C3
Decimal193214195
Binary110000011101011011000011
Octal301326303

Shades and tints

Shades of #C1D6C3

#C1D6C3
(193,214,195)
#B0C3B2
(176,195,178)
#9FB0A1
(159,176,161)
#8E9D90
(142,157,144)
#7D8A7F
(125,138,127)
#6C776E
(108,119,110)
#5B645D
(91,100,93)
#4A514C
(74,81,76)
#393E3B
(57,62,59)
#282B2A
(40,43,42)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #C1D6C3

#C1D6C3
(193,214,195)
#C6D9C8
(198,217,200)
#CBDCCD
(203,220,205)
#D0DFD2
(208,223,210)
#D5E2D7
(213,226,215)
#DAE5DC
(218,229,220)
#DFE8E1
(223,232,225)
#E4EBE6
(228,235,230)
#E9EEEB
(233,238,235)
#EEF1F0
(238,241,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D6C3; }

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

This text font color is #C1D6C3.


Background Color

.myBgColor { background-color: #C1D6C3; }

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

This div background color is #C1D6C3.


Border color

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

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

This div border color is #C1D6C3.


Opacity

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

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

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

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

This text has shadow with #C1D6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D6C3 on black background.


Color preview on white background

This text has color #C1D6C3 on white background.



Black color preview on #C1D6C3 background

This text has black color on #C1D6C3 background.


White color preview on #C1D6C3 background

This text has white color on #C1D6C3 background.