COLOR #C8E1F8

HEX: #C8E1F8
RGB: (200,225,248)

Color info

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

RGB color model

#C8E1F8 color RGB value is (200,225,248).

  • red value is 200;
  • green value is 225;
  • blue value is 248.
RGB:
(200,225,248)
(78%,88%,97%)

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 248 of 255 = 97%

200
225
248

R + G + B ~ 88%. #C8E1F8 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 248 = 673 (100%)
R 200 of 673 ~ 29.72%
G 225 of 673 ~ 33.43%
B 248 of 673 ~ 36.85%

%29.72
%33.43
%36.85

CMYK color model

#C8E1F8 color CMYK value is (19,9,0,3).

  • cyan value is 19.35%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,9,0,3)
C19M9Y0K3 
(19%,9%,0%,3%)
(0.19/0.09/0.00/0.03)	

CMYK percentages

%19.35
%9.27
%0
%2.75

Codes

Color #C8E1F8 in popluar color models

C8E1F8
RGB200225248
HSL209°77.42%87.84%
HSB/HSV209°19.35%97.25%
CMYK19.35%9.27%0.00%
2.75%

Color #C8E1F8 in popluar number systems.

HEXC8E1F8
Decimal200225248
Binary110010001110000111111000
Octal310341370

Shades and tints

Shades of #C8E1F8

#C8E1F8
(200,225,248)
#B6CDE2
(182,205,226)
#A4B9CC
(164,185,204)
#92A5B6
(146,165,182)
#8091A0
(128,145,160)
#6E7D8A
(110,125,138)
#5C6974
(92,105,116)
#4A555E
(74,85,94)
#384148
(56,65,72)
#262D32
(38,45,50)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8E1F8

#C8E1F8
(200,225,248)
#CDE3F8
(205,227,248)
#D2E5F8
(210,229,248)
#D7E7F8
(215,231,248)
#DCE9F8
(220,233,248)
#E1EBF8
(225,235,248)
#E6EDF8
(230,237,248)
#EBEFF8
(235,239,248)
#F0F1F8
(240,241,248)
#F5F3F8
(245,243,248)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E1F8 color. Also use rgb(200,225,248) instead hex code.

Text Font Color

.myTextColor { color: #C8E1F8; }

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

This text font color is #C8E1F8.


Background Color

.myBgColor { background-color: #C8E1F8; }

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

This div background color is #C8E1F8.


Border color

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

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

This div border color is #C8E1F8.


Opacity

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

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

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

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

This text has shadow with #C8E1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1F8 on black background.


Color preview on white background

This text has color #C8E1F8 on white background.



Black color preview on #C8E1F8 background

This text has black color on #C8E1F8 background.


White color preview on #C8E1F8 background

This text has white color on #C8E1F8 background.