COLOR #C1D1D1

HEX: #C1D1D1
RGB: (193,209,209)

Color info

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

RGB color model

#C1D1D1 color RGB value is (193,209,209).

  • red value is 193;
  • green value is 209;
  • blue value is 209.
RGB:
(193,209,209)
(76%,82%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 209 of 255 = 82%

193
209
209

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

Portions of RGB colors in percentages

R + G + B =
193 + 209 + 209 = 611 (100%)
R 193 of 611 ~ 31.59%
G 209 of 611 ~ 34.21%
B 209 of 611 ~ 34.21%

%31.59
%34.21
%34.21

CMYK color model

#C1D1D1 color CMYK value is (8,0,0,18).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(8,0,0,18)
C8M0Y0K18 
(8%,0%,0%,18%)
(0.08/0.00/0.00/0.18)	

CMYK percentages

%7.66
%0
%0
%18.04

Codes

Color #C1D1D1 in popluar color models

C1D1D1
RGB193209209
HSL180°14.81%78.82%
HSB/HSV180°7.66%81.96%
CMYK7.66%0.00%0.00%
18.04%

Color #C1D1D1 in popluar number systems.

HEXC1D1D1
Decimal193209209
Binary110000011101000111010001
Octal301321321

Shades and tints

Shades of #C1D1D1

#C1D1D1
(193,209,209)
#B0BEBE
(176,190,190)
#9FABAB
(159,171,171)
#8E9898
(142,152,152)
#7D8585
(125,133,133)
#6C7272
(108,114,114)
#5B5F5F
(91,95,95)
#4A4C4C
(74,76,76)
#393939
(57,57,57)
#282626
(40,38,38)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #C1D1D1

#C1D1D1
(193,209,209)
#C6D5D5
(198,213,213)
#CBD9D9
(203,217,217)
#D0DDDD
(208,221,221)
#D5E1E1
(213,225,225)
#DAE5E5
(218,229,229)
#DFE9E9
(223,233,233)
#E4EDED
(228,237,237)
#E9F1F1
(233,241,241)
#EEF5F5
(238,245,245)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D1D1; }

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

This text font color is #C1D1D1.


Background Color

.myBgColor { background-color: #C1D1D1; }

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

This div background color is #C1D1D1.


Border color

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

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

This div border color is #C1D1D1.


Opacity

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

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

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

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

This text has shadow with #C1D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D1D1 on black background.


Color preview on white background

This text has color #C1D1D1 on white background.



Black color preview on #C1D1D1 background

This text has black color on #C1D1D1 background.


White color preview on #C1D1D1 background

This text has white color on #C1D1D1 background.