COLOR #C8CDD7

HEX: #C8CDD7 RGB: (200,205,215)

Color info

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

RGB color model

#C8CDD7 color RGB value is (200,205,215).

RGB: (200,205,215) (78%, 80%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 205 of 255 = 80%
B 215 of 255 = 84%

200
205
215

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

Portions of RGB colors in percentages

R + G + B = 200 + 205 + 215 = 620 (100%)
R 200 of 620 ~ 32.26%
G 205 of 620 ~ 33.06%
B 215 of 620 ~ 34.68'%

%32.26
%33.06
%34.68

CMYK color model

#C8CDD7 color CMYK value is (7,5,0,16).

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

CMYK: (7,5,0,16)
C7M5Y0K16 (7%, 5%, 0%, 16%)
(0.07 / 0.05 / 0.00 / 0.16)

CMYK percentages

%6.98
%4.65
%0
%15.69

Codes

Color #C8CDD7 in popluar color models

C8 CD D7
RGB 200 205 215
HSL 220° 15.79% 81.37%
HSB/HSV 220° 6.98% 84.31%
CMYK 6.98% 4.65% 0.00%
15.69%

Color #C8CDD7 in popluar number systems.

HEX C8 CD D7
Decimal 200 205 215
Binary 11001000 11001101 11010111
Octal 310 315 327

Shades and tints

Shades of #C8CDD7

#C8CDD7
(200,205,215)
#B6BBC4
(182,187,196)
#A4A9B1
(164,169,177)
#92979E
(146,151,158)
#80858B
(128,133,139)
#6E7378
(110,115,120)
#5C6165
(92,97,101)
#4A4F52
(74,79,82)
#383D3F
(56,61,63)
#262B2C
(38,43,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #C8CDD7

#C8CDD7
(200,205,215)
#CDD1DA
(205,209,218)
#D2D5DD
(210,213,221)
#D7D9E0
(215,217,224)
#DCDDE3
(220,221,227)
#E1E1E6
(225,225,230)
#E6E5E9
(230,229,233)
#EBE9EC
(235,233,236)
#F0EDEF
(240,237,239)
#F5F1F2
(245,241,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CDD7; }

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

This text font color is #C8CDD7.

Background Color

.myBgColor { background-color: #C8CDD7; }

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

This div background color is #C8CDD7.

Border color

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

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

This div border color is #C8CDD7.

Opacity

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

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

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

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

This text has shadow with #C8CDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CDD7.

Preview

Color preview on black background

This text has color #C8CDD7 on black background.


Color preview on white background

This text has color #C8CDD7 on white background.


Black color preview on #C8CDD7 background

This text has black color on #C8CDD7 background.


White color preview on #C8CDD7 background

This text has white color on #C8CDD7 background.


Related colors

Complementary color

Complementary color for #hex is #373228.


I love getcolorcode.com

Triadic colors

1 #D7C8CD and #CDD7C8 with #C8CDD7 are triadic colors.

2 #D7CDC8 and #CDC8D7 with #C8CDD7 are triadic colors.