COLOR #C8D7ED

HEX: #C8D7ED
RGB: (200,215,237)

Color info

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

RGB color model

#C8D7ED color RGB value is (200,215,237).

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

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 237 of 255 = 93%

200
215
237

R + G + B ~ 85%. #C8D7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 237 = 652 (100%)
R 200 of 652 ~ 30.67%
G 215 of 652 ~ 32.98%
B 237 of 652 ~ 36.35%

%30.67
%32.98
%36.35

CMYK color model

#C8D7ED color CMYK value is (16,9,0,7).

  • cyan value is 15.61%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,9,0,7)
C16M9Y0K7 
(16%,9%,0%,7%)
(0.16/0.09/0.00/0.07)	

CMYK percentages

%15.61
%9.28
%0
%7.06

Codes

Color #C8D7ED in popluar color models

C8D7ED
RGB200215237
HSL216°50.68%85.69%
HSB/HSV216°15.61%92.94%
CMYK15.61%9.28%0.00%
7.06%

Color #C8D7ED in popluar number systems.

HEXC8D7ED
Decimal200215237
Binary110010001101011111101101
Octal310327355

Shades and tints

Shades of #C8D7ED

#C8D7ED
(200,215,237)
#B6C4D8
(182,196,216)
#A4B1C3
(164,177,195)
#929EAE
(146,158,174)
#808B99
(128,139,153)
#6E7884
(110,120,132)
#5C656F
(92,101,111)
#4A525A
(74,82,90)
#383F45
(56,63,69)
#262C30
(38,44,48)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #C8D7ED

#C8D7ED
(200,215,237)
#CDDAEE
(205,218,238)
#D2DDEF
(210,221,239)
#D7E0F0
(215,224,240)
#DCE3F1
(220,227,241)
#E1E6F2
(225,230,242)
#E6E9F3
(230,233,243)
#EBECF4
(235,236,244)
#F0EFF5
(240,239,245)
#F5F2F6
(245,242,246)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D7ED; }

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

This text font color is #C8D7ED.


Background Color

.myBgColor { background-color: #C8D7ED; }

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

This div background color is #C8D7ED.


Border color

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

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

This div border color is #C8D7ED.


Opacity

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

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

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

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

This text has shadow with #C8D7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D7ED on black background.


Color preview on white background

This text has color #C8D7ED on white background.



Black color preview on #C8D7ED background

This text has black color on #C8D7ED background.


White color preview on #C8D7ED background

This text has white color on #C8D7ED background.