COLOR #C8CED3

HEX: #C8CED3
RGB: (200,206,211)

Color info

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

RGB color model

#C8CED3 color RGB value is (200,206,211).

  • red value is 200;
  • green value is 206;
  • blue value is 211.
RGB:
(200,206,211)
(78%,81%,83%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 211 of 255 = 83%

200
206
211

R + G + B ~ 81%. #C8CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 206 + 211 = 617 (100%)
R 200 of 617 ~ 32.41%
G 206 of 617 ~ 33.39%
B 211 of 617 ~ 34.2%

%32.41
%33.39
%34.2

CMYK color model

#C8CED3 color CMYK value is (5,2,0,17).

  • cyan value is 5.21%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(5,2,0,17)
C5M2Y0K17 
(5%,2%,0%,17%)
(0.05/0.02/0.00/0.17)	

CMYK percentages

%5.21
%2.37
%0
%17.25

Codes

Color #C8CED3 in popluar color models

C8CED3
RGB200206211
HSL207°11.11%80.59%
HSB/HSV207°5.21%82.75%
CMYK5.21%2.37%0.00%
17.25%

Color #C8CED3 in popluar number systems.

HEXC8CED3
Decimal200206211
Binary110010001100111011010011
Octal310316323

Shades and tints

Shades of #C8CED3

#C8CED3
(200,206,211)
#B6BCC0
(182,188,192)
#A4AAAD
(164,170,173)
#92989A
(146,152,154)
#808687
(128,134,135)
#6E7474
(110,116,116)
#5C6261
(92,98,97)
#4A504E
(74,80,78)
#383E3B
(56,62,59)
#262C28
(38,44,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8CED3

#C8CED3
(200,206,211)
#CDD2D7
(205,210,215)
#D2D6DB
(210,214,219)
#D7DADF
(215,218,223)
#DCDEE3
(220,222,227)
#E1E2E7
(225,226,231)
#E6E6EB
(230,230,235)
#EBEAEF
(235,234,239)
#F0EEF3
(240,238,243)
#F5F2F7
(245,242,247)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CED3 color. Also use rgb(200,206,211) instead hex code.

Text Font Color

.myTextColor { color: #C8CED3; }

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

This text font color is #C8CED3.


Background Color

.myBgColor { background-color: #C8CED3; }

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

This div background color is #C8CED3.


Border color

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

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

This div border color is #C8CED3.


Opacity

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

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

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

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

This text has shadow with #C8CED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CED3 on black background.


Color preview on white background

This text has color #C8CED3 on white background.



Black color preview on #C8CED3 background

This text has black color on #C8CED3 background.


White color preview on #C8CED3 background

This text has white color on #C8CED3 background.