COLOR #C1D8CE

HEX: #C1D8CE RGB: (193,216,206)

Color info

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

RGB color model

#C1D8CE color RGB value is (193,216,206).

RGB: (193,216,206) (76%, 85%, 81%)

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 206 of 255 = 81%

193
216
206

R + G + B ~ 81%. #C1D8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 216 + 206 = 615 (100%)
R 193 of 615 ~ 31.38%
G 216 of 615 ~ 35.12%
B 206 of 615 ~ 33.5'%

%31.38
%35.12
%33.5

CMYK color model

#C1D8CE color CMYK value is (11,0,5,15).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 15.29%

CMYK: (11,0,5,15)
C11M0Y5K15 (11%, 0%, 5%, 15%)
(0.11 / 0.00 / 0.05 / 0.15)

CMYK percentages

%10.65
%0
%4.63
%15.29

Codes

Color #C1D8CE in popluar color models

C1 D8 CE
RGB 193 216 206
HSL 154° 22.77% 80.20%
HSB/HSV 154° 10.65% 84.71%
CMYK 10.65% 0.00% 4.63%
15.29%

Color #C1D8CE in popluar number systems.

HEX C1 D8 CE
Decimal 193 216 206
Binary 11000001 11011000 11001110
Octal 301 330 316

Shades and tints

Shades of #C1D8CE

#C1D8CE
(193,216,206)
#B0C5BC
(176,197,188)
#9FB2AA
(159,178,170)
#8E9F98
(142,159,152)
#7D8C86
(125,140,134)
#6C7974
(108,121,116)
#5B6662
(91,102,98)
#4A5350
(74,83,80)
#39403E
(57,64,62)
#282D2C
(40,45,44)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #C1D8CE

#C1D8CE
(193,216,206)
#C6DBD2
(198,219,210)
#CBDED6
(203,222,214)
#D0E1DA
(208,225,218)
#D5E4DE
(213,228,222)
#DAE7E2
(218,231,226)
#DFEAE6
(223,234,230)
#E4EDEA
(228,237,234)
#E9F0EE
(233,240,238)
#EEF3F2
(238,243,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8CE; }

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

This text font color is #C1D8CE.

Background Color

.myBgColor { background-color: #C1D8CE; }

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

This div background color is #C1D8CE.

Border color

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

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

This div border color is #C1D8CE.

Opacity

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

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

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

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

This text has shadow with #C1D8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D8CE.

Preview

Color preview on black background

This text has color #C1D8CE on black background.


Color preview on white background

This text has color #C1D8CE on white background.


Black color preview on #C1D8CE background

This text has black color on #C1D8CE background.


White color preview on #C1D8CE background

This text has white color on #C1D8CE background.


Related colors

Complementary color

Complementary color for #hex is #3E2731.


I love getcolorcode.com

Triadic colors

1 #CEC1D8 and #D8CEC1 with #C1D8CE are triadic colors.

2 #CED8C1 and #D8C1CE with #C1D8CE are triadic colors.