COLOR #C8D9F2

HEX: #C8D9F2
RGB: (200,217,242)

Color info

#C8D9F2 contains red, green and blue colors in about the same proportion. Web safe color of #C8D9F2 is #CCCCFF (or #CCF).

RGB color model

#C8D9F2 color RGB value is (200,217,242).

  • red value is 200;
  • green value is 217;
  • blue value is 242.
RGB:
(200,217,242)
(78%,85%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 217 of 255 = 85%
B 242 of 255 = 95%

200
217
242

R + G + B ~ 86%. #C8D9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 217 + 242 = 659 (100%)
R 200 of 659 ~ 30.35%
G 217 of 659 ~ 32.93%
B 242 of 659 ~ 36.72%

%30.35
%32.93
%36.72

CMYK color model

#C8D9F2 color CMYK value is (17,10,0,5).

  • cyan value is 17.36%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,10,0,5)
C17M10Y0K5 
(17%,10%,0%,5%)
(0.17/0.10/0.00/0.05)	

CMYK percentages

%17.36
%10.33
%0
%5.1

Codes

Color #C8D9F2 in popluar color models

C8D9F2
RGB200217242
HSL216°61.76%86.67%
HSB/HSV216°17.36%94.90%
CMYK17.36%10.33%0.00%
5.10%

Color #C8D9F2 in popluar number systems.

HEXC8D9F2
Decimal200217242
Binary110010001101100111110010
Octal310331362

Shades and tints

Shades of #C8D9F2

#C8D9F2
(200,217,242)
#B6C6DC
(182,198,220)
#A4B3C6
(164,179,198)
#92A0B0
(146,160,176)
#808D9A
(128,141,154)
#6E7A84
(110,122,132)
#5C676E
(92,103,110)
#4A5458
(74,84,88)
#384142
(56,65,66)
#262E2C
(38,46,44)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #C8D9F2

#C8D9F2
(200,217,242)
#CDDCF3
(205,220,243)
#D2DFF4
(210,223,244)
#D7E2F5
(215,226,245)
#DCE5F6
(220,229,246)
#E1E8F7
(225,232,247)
#E6EBF8
(230,235,248)
#EBEEF9
(235,238,249)
#F0F1FA
(240,241,250)
#F5F4FB
(245,244,251)
#FAF7FC
(250,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D9F2 color. Also use rgb(200,217,242) instead hex code.

Text Font Color

.myTextColor { color: #C8D9F2; }

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

This text font color is #C8D9F2.


Background Color

.myBgColor { background-color: #C8D9F2; }

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

This div background color is #C8D9F2.


Border color

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

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

This div border color is #C8D9F2.


Opacity

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

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

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

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

This text has shadow with #C8D9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D9F2 on black background.


Color preview on white background

This text has color #C8D9F2 on white background.



Black color preview on #C8D9F2 background

This text has black color on #C8D9F2 background.


White color preview on #C8D9F2 background

This text has white color on #C8D9F2 background.