COLOR #C8CBD1

HEX: #C8CBD1
RGB: (200,203,209)

Color info

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

RGB color model

#C8CBD1 color RGB value is (200,203,209).

  • red value is 200;
  • green value is 203;
  • blue value is 209.
RGB:
(200,203,209)
(78%,80%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 203 of 255 = 80%
B 209 of 255 = 82%

200
203
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 203 + 209 = 612 (100%)
R 200 of 612 ~ 32.68%
G 203 of 612 ~ 33.17%
B 209 of 612 ~ 34.15%

%32.68
%33.17
%34.15

CMYK color model

#C8CBD1 color CMYK value is (4,3,0,18).

  • cyan value is 4.31%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,3,0,18)
C4M3Y0K18 
(4%,3%,0%,18%)
(0.04/0.03/0.00/0.18)	

CMYK percentages

%4.31
%2.87
%0
%18.04

Codes

Color #C8CBD1 in popluar color models

C8CBD1
RGB200203209
HSL220°8.91%80.20%
HSB/HSV220°4.31%81.96%
CMYK4.31%2.87%0.00%
18.04%

Color #C8CBD1 in popluar number systems.

HEXC8CBD1
Decimal200203209
Binary110010001100101111010001
Octal310313321

Shades and tints

Shades of #C8CBD1

#C8CBD1
(200,203,209)
#B6B9BE
(182,185,190)
#A4A7AB
(164,167,171)
#929598
(146,149,152)
#808385
(128,131,133)
#6E7172
(110,113,114)
#5C5F5F
(92,95,95)
#4A4D4C
(74,77,76)
#383B39
(56,59,57)
#262926
(38,41,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #C8CBD1

#C8CBD1
(200,203,209)
#CDCFD5
(205,207,213)
#D2D3D9
(210,211,217)
#D7D7DD
(215,215,221)
#DCDBE1
(220,219,225)
#E1DFE5
(225,223,229)
#E6E3E9
(230,227,233)
#EBE7ED
(235,231,237)
#F0EBF1
(240,235,241)
#F5EFF5
(245,239,245)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CBD1; }

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

This text font color is #C8CBD1.


Background Color

.myBgColor { background-color: #C8CBD1; }

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

This div background color is #C8CBD1.


Border color

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

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

This div border color is #C8CBD1.


Opacity

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

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

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

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

This text has shadow with #C8CBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CBD1 on black background.


Color preview on white background

This text has color #C8CBD1 on white background.



Black color preview on #C8CBD1 background

This text has black color on #C8CBD1 background.


White color preview on #C8CBD1 background

This text has white color on #C8CBD1 background.