COLOR #C8CED7

HEX: #C8CED7 RGB: (200,206,215)

Color info

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

RGB color model

#C8CED7 color RGB value is (200,206,215).

RGB: (200,206,215) (78%, 81%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 215 of 255 = 84%

200
206
215

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

Portions of RGB colors in percentages

R + G + B = 200 + 206 + 215 = 621 (100%)
R 200 of 621 ~ 32.21%
G 206 of 621 ~ 33.17%
B 215 of 621 ~ 34.62'%

%32.21
%33.17
%34.62

CMYK color model

#C8CED7 color CMYK value is (7,4,0,16).

  • cyan value is 6.98%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (7,4,0,16)
C7M4Y0K16 (7%, 4%, 0%, 16%)
(0.07 / 0.04 / 0.00 / 0.16)

CMYK percentages

%6.98
%4.19
%0
%15.69

Codes

Color #C8CED7 in popluar color models

C8 CE D7
RGB 200 206 215
HSL 216° 15.79% 81.37%
HSB/HSV 216° 6.98% 84.31%
CMYK 6.98% 4.19% 0.00%
15.69%

Color #C8CED7 in popluar number systems.

HEX C8 CE D7
Decimal 200 206 215
Binary 11001000 11001110 11010111
Octal 310 316 327

Shades and tints

Shades of #C8CED7

#C8CED7
(200,206,215)
#B6BCC4
(182,188,196)
#A4AAB1
(164,170,177)
#92989E
(146,152,158)
#80868B
(128,134,139)
#6E7478
(110,116,120)
#5C6265
(92,98,101)
#4A5052
(74,80,82)
#383E3F
(56,62,63)
#262C2C
(38,44,44)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #C8CED7

#C8CED7
(200,206,215)
#CDD2DA
(205,210,218)
#D2D6DD
(210,214,221)
#D7DAE0
(215,218,224)
#DCDEE3
(220,222,227)
#E1E2E6
(225,226,230)
#E6E6E9
(230,230,233)
#EBEAEC
(235,234,236)
#F0EEEF
(240,238,239)
#F5F2F2
(245,242,242)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CED7; }

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

This text font color is #C8CED7.

Background Color

.myBgColor { background-color: #C8CED7; }

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

This div background color is #C8CED7.

Border color

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

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

This div border color is #C8CED7.

Opacity

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

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

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

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

This text has shadow with #C8CED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CED7.

Preview

Color preview on black background

This text has color #C8CED7 on black background.


Color preview on white background

This text has color #C8CED7 on white background.


Black color preview on #C8CED7 background

This text has black color on #C8CED7 background.


White color preview on #C8CED7 background

This text has white color on #C8CED7 background.


Related colors

Complementary color

Complementary color for #hex is #373128.


I love getcolorcode.com

Triadic colors

1 #D7C8CE and #CED7C8 with #C8CED7 are triadic colors.

2 #D7CEC8 and #CEC8D7 with #C8CED7 are triadic colors.