COLOR #C1D8D4

HEX: #C1D8D4
RGB: (193,216,212)

Color info

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

RGB color model

#C1D8D4 color RGB value is (193,216,212).

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

RGB channels and saturation

R 193 of 255 = 76%
G 216 of 255 = 85%
B 212 of 255 = 83%

193
216
212

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

Portions of RGB colors in percentages

R + G + B =
193 + 216 + 212 = 621 (100%)
R 193 of 621 ~ 31.08%
G 216 of 621 ~ 34.78%
B 212 of 621 ~ 34.14%

%31.08
%34.78
%34.14

CMYK color model

#C1D8D4 color CMYK value is (11,0,2,15).

  • cyan value is 10.65%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(11,0,2,15)
C11M0Y2K15 
(11%,0%,2%,15%)
(0.11/0.00/0.02/0.15)	

CMYK percentages

%10.65
%0
%1.85
%15.29

Codes

Color #C1D8D4 in popluar color models

C1D8D4
RGB193216212
HSL170°22.77%80.20%
HSB/HSV170°10.65%84.71%
CMYK10.65%0.00%1.85%
15.29%

Color #C1D8D4 in popluar number systems.

HEXC1D8D4
Decimal193216212
Binary110000011101100011010100
Octal301330324

Shades and tints

Shades of #C1D8D4

#C1D8D4
(193,216,212)
#B0C5C1
(176,197,193)
#9FB2AE
(159,178,174)
#8E9F9B
(142,159,155)
#7D8C88
(125,140,136)
#6C7975
(108,121,117)
#5B6662
(91,102,98)
#4A534F
(74,83,79)
#39403C
(57,64,60)
#282D29
(40,45,41)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #C1D8D4

#C1D8D4
(193,216,212)
#C6DBD7
(198,219,215)
#CBDEDA
(203,222,218)
#D0E1DD
(208,225,221)
#D5E4E0
(213,228,224)
#DAE7E3
(218,231,227)
#DFEAE6
(223,234,230)
#E4EDE9
(228,237,233)
#E9F0EC
(233,240,236)
#EEF3EF
(238,243,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D8D4; }

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

This text font color is #C1D8D4.


Background Color

.myBgColor { background-color: #C1D8D4; }

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

This div background color is #C1D8D4.


Border color

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

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

This div border color is #C1D8D4.


Opacity

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

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

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

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

This text has shadow with #C1D8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D8D4 on black background.


Color preview on white background

This text has color #C1D8D4 on white background.



Black color preview on #C1D8D4 background

This text has black color on #C1D8D4 background.


White color preview on #C1D8D4 background

This text has white color on #C1D8D4 background.