COLOR #C8D5F1

HEX: #C8D5F1
RGB: (200,213,241)

Color info

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

RGB color model

#C8D5F1 color RGB value is (200,213,241).

  • red value is 200;
  • green value is 213;
  • blue value is 241.
RGB:
(200,213,241)
(78%,84%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 241 of 255 = 95%

200
213
241

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

Portions of RGB colors in percentages

R + G + B =
200 + 213 + 241 = 654 (100%)
R 200 of 654 ~ 30.58%
G 213 of 654 ~ 32.57%
B 241 of 654 ~ 36.85%

%30.58
%32.57
%36.85

CMYK color model

#C8D5F1 color CMYK value is (17,12,0,5).

  • cyan value is 17.01%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,12,0,5)
C17M12Y0K5 
(17%,12%,0%,5%)
(0.17/0.12/0.00/0.05)	

CMYK percentages

%17.01
%11.62
%0
%5.49

Codes

Color #C8D5F1 in popluar color models

C8D5F1
RGB200213241
HSL221°59.42%86.47%
HSB/HSV221°17.01%94.51%
CMYK17.01%11.62%0.00%
5.49%

Color #C8D5F1 in popluar number systems.

HEXC8D5F1
Decimal200213241
Binary110010001101010111110001
Octal310325361

Shades and tints

Shades of #C8D5F1

#C8D5F1
(200,213,241)
#B6C2DC
(182,194,220)
#A4AFC7
(164,175,199)
#929CB2
(146,156,178)
#80899D
(128,137,157)
#6E7688
(110,118,136)
#5C6373
(92,99,115)
#4A505E
(74,80,94)
#383D49
(56,61,73)
#262A34
(38,42,52)
#14171F
(20,23,31)
#000000
(0,0,0)

Tints of #C8D5F1

#C8D5F1
(200,213,241)
#CDD8F2
(205,216,242)
#D2DBF3
(210,219,243)
#D7DEF4
(215,222,244)
#DCE1F5
(220,225,245)
#E1E4F6
(225,228,246)
#E6E7F7
(230,231,247)
#EBEAF8
(235,234,248)
#F0EDF9
(240,237,249)
#F5F0FA
(245,240,250)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D5F1 color. Also use rgb(200,213,241) instead hex code.

Text Font Color

.myTextColor { color: #C8D5F1; }

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

This text font color is #C8D5F1.


Background Color

.myBgColor { background-color: #C8D5F1; }

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

This div background color is #C8D5F1.


Border color

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

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

This div border color is #C8D5F1.


Opacity

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

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

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

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

This text has shadow with #C8D5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D5F1 on black background.


Color preview on white background

This text has color #C8D5F1 on white background.



Black color preview on #C8D5F1 background

This text has black color on #C8D5F1 background.


White color preview on #C8D5F1 background

This text has white color on #C8D5F1 background.