COLOR #C8CFDA

HEX: #C8CFDA
RGB: (200,207,218)

Color info

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

RGB color model

#C8CFDA color RGB value is (200,207,218).

  • red value is 200;
  • green value is 207;
  • blue value is 218.
RGB:
(200,207,218)
(78%,81%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 207 of 255 = 81%
B 218 of 255 = 85%

200
207
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 207 + 218 = 625 (100%)
R 200 of 625 ~ 32%
G 207 of 625 ~ 33.12%
B 218 of 625 ~ 34.88%

%32
%33.12
%34.88

CMYK color model

#C8CFDA color CMYK value is (8,5,0,15).

  • cyan value is 8.26%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,5,0,15)
C8M5Y0K15 
(8%,5%,0%,15%)
(0.08/0.05/0.00/0.15)	

CMYK percentages

%8.26
%5.05
%0
%14.51

Codes

Color #C8CFDA in popluar color models

C8CFDA
RGB200207218
HSL217°19.57%81.96%
HSB/HSV217°8.26%85.49%
CMYK8.26%5.05%0.00%
14.51%

Color #C8CFDA in popluar number systems.

HEXC8CFDA
Decimal200207218
Binary110010001100111111011010
Octal310317332

Shades and tints

Shades of #C8CFDA

#C8CFDA
(200,207,218)
#B6BDC7
(182,189,199)
#A4ABB4
(164,171,180)
#9299A1
(146,153,161)
#80878E
(128,135,142)
#6E757B
(110,117,123)
#5C6368
(92,99,104)
#4A5155
(74,81,85)
#383F42
(56,63,66)
#262D2F
(38,45,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #C8CFDA

#C8CFDA
(200,207,218)
#CDD3DD
(205,211,221)
#D2D7E0
(210,215,224)
#D7DBE3
(215,219,227)
#DCDFE6
(220,223,230)
#E1E3E9
(225,227,233)
#E6E7EC
(230,231,236)
#EBEBEF
(235,235,239)
#F0EFF2
(240,239,242)
#F5F3F5
(245,243,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CFDA color. Also use rgb(200,207,218) instead hex code.

Text Font Color

.myTextColor { color: #C8CFDA; }

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

This text font color is #C8CFDA.


Background Color

.myBgColor { background-color: #C8CFDA; }

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

This div background color is #C8CFDA.


Border color

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

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

This div border color is #C8CFDA.


Opacity

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

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

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

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

This text has shadow with #C8CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CFDA on black background.


Color preview on white background

This text has color #C8CFDA on white background.



Black color preview on #C8CFDA background

This text has black color on #C8CFDA background.


White color preview on #C8CFDA background

This text has white color on #C8CFDA background.