COLOR #C1D6CC

HEX: #C1D6CC
RGB: (193,214,204)

Color info

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

RGB color model

#C1D6CC color RGB value is (193,214,204).

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

RGB channels and saturation

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

193
214
204

R + G + B ~ 80%. #C1D6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 214 + 204 = 611 (100%)
R 193 of 611 ~ 31.59%
G 214 of 611 ~ 35.02%
B 204 of 611 ~ 33.39%

%31.59
%35.02
%33.39

CMYK color model

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

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

CMYK percentages

%9.81
%0
%4.67
%16.08

Codes

Color #C1D6CC in popluar color models

C1D6CC
RGB193214204
HSL151°20.39%79.80%
HSB/HSV151°9.81%83.92%
CMYK9.81%0.00%4.67%
16.08%

Color #C1D6CC in popluar number systems.

HEXC1D6CC
Decimal193214204
Binary110000011101011011001100
Octal301326314

Shades and tints

Shades of #C1D6CC

#C1D6CC
(193,214,204)
#B0C3BA
(176,195,186)
#9FB0A8
(159,176,168)
#8E9D96
(142,157,150)
#7D8A84
(125,138,132)
#6C7772
(108,119,114)
#5B6460
(91,100,96)
#4A514E
(74,81,78)
#393E3C
(57,62,60)
#282B2A
(40,43,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #C1D6CC

#C1D6CC
(193,214,204)
#C6D9D0
(198,217,208)
#CBDCD4
(203,220,212)
#D0DFD8
(208,223,216)
#D5E2DC
(213,226,220)
#DAE5E0
(218,229,224)
#DFE8E4
(223,232,228)
#E4EBE8
(228,235,232)
#E9EEEC
(233,238,236)
#EEF1F0
(238,241,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D6CC; }

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

This text font color is #C1D6CC.


Background Color

.myBgColor { background-color: #C1D6CC; }

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

This div background color is #C1D6CC.


Border color

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

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

This div border color is #C1D6CC.


Opacity

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

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

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

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

This text has shadow with #C1D6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D6CC on black background.


Color preview on white background

This text has color #C1D6CC on white background.



Black color preview on #C1D6CC background

This text has black color on #C1D6CC background.


White color preview on #C1D6CC background

This text has white color on #C1D6CC background.