COLOR #C1D5C8

HEX: #C1D5C8
RGB: (193,213,200)

Color info

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

RGB color model

#C1D5C8 color RGB value is (193,213,200).

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

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 200 of 255 = 78%

193
213
200

R + G + B ~ 79%. #C1D5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 200 = 606 (100%)
R 193 of 606 ~ 31.85%
G 213 of 606 ~ 35.15%
B 200 of 606 ~ 33%

%31.85
%35.15
%33

CMYK color model

#C1D5C8 color CMYK value is (9,0,6,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 16.47%
CMYK:
(9,0,6,16)
C9M0Y6K16 
(9%,0%,6%,16%)
(0.09/0.00/0.06/0.16)	

CMYK percentages

%9.39
%0
%6.1
%16.47

Codes

Color #C1D5C8 in popluar color models

C1D5C8
RGB193213200
HSL141°19.23%79.61%
HSB/HSV141°9.39%83.53%
CMYK9.39%0.00%6.10%
16.47%

Color #C1D5C8 in popluar number systems.

HEXC1D5C8
Decimal193213200
Binary110000011101010111001000
Octal301325310

Shades and tints

Shades of #C1D5C8

#C1D5C8
(193,213,200)
#B0C2B6
(176,194,182)
#9FAFA4
(159,175,164)
#8E9C92
(142,156,146)
#7D8980
(125,137,128)
#6C766E
(108,118,110)
#5B635C
(91,99,92)
#4A504A
(74,80,74)
#393D38
(57,61,56)
#282A26
(40,42,38)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #C1D5C8

#C1D5C8
(193,213,200)
#C6D8CD
(198,216,205)
#CBDBD2
(203,219,210)
#D0DED7
(208,222,215)
#D5E1DC
(213,225,220)
#DAE4E1
(218,228,225)
#DFE7E6
(223,231,230)
#E4EAEB
(228,234,235)
#E9EDF0
(233,237,240)
#EEF0F5
(238,240,245)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5C8; }

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

This text font color is #C1D5C8.


Background Color

.myBgColor { background-color: #C1D5C8; }

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

This div background color is #C1D5C8.


Border color

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

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

This div border color is #C1D5C8.


Opacity

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

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

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

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

This text has shadow with #C1D5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5C8 on black background.


Color preview on white background

This text has color #C1D5C8 on white background.



Black color preview on #C1D5C8 background

This text has black color on #C1D5C8 background.


White color preview on #C1D5C8 background

This text has white color on #C1D5C8 background.