COLOR #C1D5CE

HEX: #C1D5CE
RGB: (193,213,206)

Color info

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

RGB color model

#C1D5CE color RGB value is (193,213,206).

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

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 206 of 255 = 81%

193
213
206

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

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 206 = 612 (100%)
R 193 of 612 ~ 31.54%
G 213 of 612 ~ 34.8%
B 206 of 612 ~ 33.66%

%31.54
%34.8
%33.66

CMYK color model

#C1D5CE color CMYK value is (9,0,3,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(9,0,3,16)
C9M0Y3K16 
(9%,0%,3%,16%)
(0.09/0.00/0.03/0.16)	

CMYK percentages

%9.39
%0
%3.29
%16.47

Codes

Color #C1D5CE in popluar color models

C1D5CE
RGB193213206
HSL159°19.23%79.61%
HSB/HSV159°9.39%83.53%
CMYK9.39%0.00%3.29%
16.47%

Color #C1D5CE in popluar number systems.

HEXC1D5CE
Decimal193213206
Binary110000011101010111001110
Octal301325316

Shades and tints

Shades of #C1D5CE

#C1D5CE
(193,213,206)
#B0C2BC
(176,194,188)
#9FAFAA
(159,175,170)
#8E9C98
(142,156,152)
#7D8986
(125,137,134)
#6C7674
(108,118,116)
#5B6362
(91,99,98)
#4A5050
(74,80,80)
#393D3E
(57,61,62)
#282A2C
(40,42,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #C1D5CE

#C1D5CE
(193,213,206)
#C6D8D2
(198,216,210)
#CBDBD6
(203,219,214)
#D0DEDA
(208,222,218)
#D5E1DE
(213,225,222)
#DAE4E2
(218,228,226)
#DFE7E6
(223,231,230)
#E4EAEA
(228,234,234)
#E9EDEE
(233,237,238)
#EEF0F2
(238,240,242)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5CE; }

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

This text font color is #C1D5CE.


Background Color

.myBgColor { background-color: #C1D5CE; }

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

This div background color is #C1D5CE.


Border color

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

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

This div border color is #C1D5CE.


Opacity

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

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

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

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

This text has shadow with #C1D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5CE on black background.


Color preview on white background

This text has color #C1D5CE on white background.



Black color preview on #C1D5CE background

This text has black color on #C1D5CE background.


White color preview on #C1D5CE background

This text has white color on #C1D5CE background.