COLOR #C1CED5

HEX: #C1CED5
RGB: (193,206,213)

Color info

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

RGB color model

#C1CED5 color RGB value is (193,206,213).

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

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 213 of 255 = 84%

193
206
213

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

Portions of RGB colors in percentages

R + G + B =
193 + 206 + 213 = 612 (100%)
R 193 of 612 ~ 31.54%
G 206 of 612 ~ 33.66%
B 213 of 612 ~ 34.8%

%31.54
%33.66
%34.8

CMYK color model

#C1CED5 color CMYK value is (9,3,0,16).

  • cyan value is 9.39%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,3,0,16)
C9M3Y0K16 
(9%,3%,0%,16%)
(0.09/0.03/0.00/0.16)	

CMYK percentages

%9.39
%3.29
%0
%16.47

Codes

Color #C1CED5 in popluar color models

C1CED5
RGB193206213
HSL201°19.23%79.61%
HSB/HSV201°9.39%83.53%
CMYK9.39%3.29%0.00%
16.47%

Color #C1CED5 in popluar number systems.

HEXC1CED5
Decimal193206213
Binary110000011100111011010101
Octal301316325

Shades and tints

Shades of #C1CED5

#C1CED5
(193,206,213)
#B0BCC2
(176,188,194)
#9FAAAF
(159,170,175)
#8E989C
(142,152,156)
#7D8689
(125,134,137)
#6C7476
(108,116,118)
#5B6263
(91,98,99)
#4A5050
(74,80,80)
#393E3D
(57,62,61)
#282C2A
(40,44,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #C1CED5

#C1CED5
(193,206,213)
#C6D2D8
(198,210,216)
#CBD6DB
(203,214,219)
#D0DADE
(208,218,222)
#D5DEE1
(213,222,225)
#DAE2E4
(218,226,228)
#DFE6E7
(223,230,231)
#E4EAEA
(228,234,234)
#E9EEED
(233,238,237)
#EEF2F0
(238,242,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CED5; }

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

This text font color is #C1CED5.


Background Color

.myBgColor { background-color: #C1CED5; }

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

This div background color is #C1CED5.


Border color

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

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

This div border color is #C1CED5.


Opacity

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

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

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

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

This text has shadow with #C1CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CED5 on black background.


Color preview on white background

This text has color #C1CED5 on white background.



Black color preview on #C1CED5 background

This text has black color on #C1CED5 background.


White color preview on #C1CED5 background

This text has white color on #C1CED5 background.