COLOR #C1CBD7

HEX: #C1CBD7
RGB: (193,203,215)

Color info

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

RGB color model

#C1CBD7 color RGB value is (193,203,215).

  • red value is 193;
  • green value is 203;
  • blue value is 215.
RGB:
(193,203,215)
(76%,80%,84%)

RGB channels and saturation

R 193 of 255 = 76%
G 203 of 255 = 80%
B 215 of 255 = 84%

193
203
215

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

Portions of RGB colors in percentages

R + G + B =
193 + 203 + 215 = 611 (100%)
R 193 of 611 ~ 31.59%
G 203 of 611 ~ 33.22%
B 215 of 611 ~ 35.19%

%31.59
%33.22
%35.19

CMYK color model

#C1CBD7 color CMYK value is (10,6,0,16).

  • cyan value is 10.23%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(10,6,0,16)
C10M6Y0K16 
(10%,6%,0%,16%)
(0.10/0.06/0.00/0.16)	

CMYK percentages

%10.23
%5.58
%0
%15.69

Codes

Color #C1CBD7 in popluar color models

C1CBD7
RGB193203215
HSL213°21.57%80.00%
HSB/HSV213°10.23%84.31%
CMYK10.23%5.58%0.00%
15.69%

Color #C1CBD7 in popluar number systems.

HEXC1CBD7
Decimal193203215
Binary110000011100101111010111
Octal301313327

Shades and tints

Shades of #C1CBD7

#C1CBD7
(193,203,215)
#B0B9C4
(176,185,196)
#9FA7B1
(159,167,177)
#8E959E
(142,149,158)
#7D838B
(125,131,139)
#6C7178
(108,113,120)
#5B5F65
(91,95,101)
#4A4D52
(74,77,82)
#393B3F
(57,59,63)
#28292C
(40,41,44)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #C1CBD7

#C1CBD7
(193,203,215)
#C6CFDA
(198,207,218)
#CBD3DD
(203,211,221)
#D0D7E0
(208,215,224)
#D5DBE3
(213,219,227)
#DADFE6
(218,223,230)
#DFE3E9
(223,227,233)
#E4E7EC
(228,231,236)
#E9EBEF
(233,235,239)
#EEEFF2
(238,239,242)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CBD7; }

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

This text font color is #C1CBD7.


Background Color

.myBgColor { background-color: #C1CBD7; }

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

This div background color is #C1CBD7.


Border color

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

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

This div border color is #C1CBD7.


Opacity

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

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

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

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

This text has shadow with #C1CBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CBD7 on black background.


Color preview on white background

This text has color #C1CBD7 on white background.



Black color preview on #C1CBD7 background

This text has black color on #C1CBD7 background.


White color preview on #C1CBD7 background

This text has white color on #C1CBD7 background.