COLOR #C1D8CA

HEX: #C1D8CA
RGB: (193,216,202)

Color info

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

RGB color model

#C1D8CA color RGB value is (193,216,202).

  • red value is 193;
  • green value is 216;
  • blue value is 202.
RGB:
(193,216,202)
(76%,85%,79%)

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 202 of 255 = 79%

193
216
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 216 + 202 = 611 (100%)
R 193 of 611 ~ 31.59%
G 216 of 611 ~ 35.35%
B 202 of 611 ~ 33.06%

%31.59
%35.35
%33.06

CMYK color model

#C1D8CA color CMYK value is (11,0,6,15).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK:
(11,0,6,15)
C11M0Y6K15 
(11%,0%,6%,15%)
(0.11/0.00/0.06/0.15)	

CMYK percentages

%10.65
%0
%6.48
%15.29

Codes

Color #C1D8CA in popluar color models

C1D8CA
RGB193216202
HSL143°22.77%80.20%
HSB/HSV143°10.65%84.71%
CMYK10.65%0.00%6.48%
15.29%

Color #C1D8CA in popluar number systems.

HEXC1D8CA
Decimal193216202
Binary110000011101100011001010
Octal301330312

Shades and tints

Shades of #C1D8CA

#C1D8CA
(193,216,202)
#B0C5B8
(176,197,184)
#9FB2A6
(159,178,166)
#8E9F94
(142,159,148)
#7D8C82
(125,140,130)
#6C7970
(108,121,112)
#5B665E
(91,102,94)
#4A534C
(74,83,76)
#39403A
(57,64,58)
#282D28
(40,45,40)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #C1D8CA

#C1D8CA
(193,216,202)
#C6DBCE
(198,219,206)
#CBDED2
(203,222,210)
#D0E1D6
(208,225,214)
#D5E4DA
(213,228,218)
#DAE7DE
(218,231,222)
#DFEAE2
(223,234,226)
#E4EDE6
(228,237,230)
#E9F0EA
(233,240,234)
#EEF3EE
(238,243,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8CA; }

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

This text font color is #C1D8CA.


Background Color

.myBgColor { background-color: #C1D8CA; }

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

This div background color is #C1D8CA.


Border color

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

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

This div border color is #C1D8CA.


Opacity

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

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

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

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

This text has shadow with #C1D8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8CA on black background.


Color preview on white background

This text has color #C1D8CA on white background.



Black color preview on #C1D8CA background

This text has black color on #C1D8CA background.


White color preview on #C1D8CA background

This text has white color on #C1D8CA background.