COLOR #C8D7F6

HEX: #C8D7F6
RGB: (200,215,246)

Color info

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

RGB color model

#C8D7F6 color RGB value is (200,215,246).

  • red value is 200;
  • green value is 215;
  • blue value is 246.
RGB:
(200,215,246)
(78%,84%,96%)

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 246 of 255 = 96%

200
215
246

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

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 246 = 661 (100%)
R 200 of 661 ~ 30.26%
G 215 of 661 ~ 32.53%
B 246 of 661 ~ 37.22%

%30.26
%32.53
%37.22

CMYK color model

#C8D7F6 color CMYK value is (19,13,0,4).

  • cyan value is 18.70%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(19,13,0,4)
C19M13Y0K4 
(19%,13%,0%,4%)
(0.19/0.13/0.00/0.04)	

CMYK percentages

%18.7
%12.6
%0
%3.53

Codes

Color #C8D7F6 in popluar color models

C8D7F6
RGB200215246
HSL220°71.88%87.45%
HSB/HSV220°18.70%96.47%
CMYK18.70%12.60%0.00%
3.53%

Color #C8D7F6 in popluar number systems.

HEXC8D7F6
Decimal200215246
Binary110010001101011111110110
Octal310327366

Shades and tints

Shades of #C8D7F6

#C8D7F6
(200,215,246)
#B6C4E0
(182,196,224)
#A4B1CA
(164,177,202)
#929EB4
(146,158,180)
#808B9E
(128,139,158)
#6E7888
(110,120,136)
#5C6572
(92,101,114)
#4A525C
(74,82,92)
#383F46
(56,63,70)
#262C30
(38,44,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #C8D7F6

#C8D7F6
(200,215,246)
#CDDAF6
(205,218,246)
#D2DDF6
(210,221,246)
#D7E0F6
(215,224,246)
#DCE3F6
(220,227,246)
#E1E6F6
(225,230,246)
#E6E9F6
(230,233,246)
#EBECF6
(235,236,246)
#F0EFF6
(240,239,246)
#F5F2F6
(245,242,246)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7F6; }

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

This text font color is #C8D7F6.


Background Color

.myBgColor { background-color: #C8D7F6; }

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

This div background color is #C8D7F6.


Border color

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

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

This div border color is #C8D7F6.


Opacity

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

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

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

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

This text has shadow with #C8D7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7F6 on black background.


Color preview on white background

This text has color #C8D7F6 on white background.



Black color preview on #C8D7F6 background

This text has black color on #C8D7F6 background.


White color preview on #C8D7F6 background

This text has white color on #C8D7F6 background.