COLOR #C8F4F8

HEX: #C8F4F8
RGB: (200,244,248)

Color info

#C8F4F8 contains red, green and blue colors in about the same proportion. Web safe color of #C8F4F8 is #CCFFFF (or #CFF).

RGB color model

#C8F4F8 color RGB value is (200,244,248).

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

RGB channels and saturation

R 200 of 255 = 78%
G 244 of 255 = 96%
B 248 of 255 = 97%

200
244
248

R + G + B ~ 90%. #C8F4F8 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 244 + 248 = 692 (100%)
R 200 of 692 ~ 28.9%
G 244 of 692 ~ 35.26%
B 248 of 692 ~ 35.84%

%28.9
%35.26
%35.84

CMYK color model

#C8F4F8 color CMYK value is (19,2,0,3).

  • cyan value is 19.35%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,2,0,3)
C19M2Y0K3 
(19%,2%,0%,3%)
(0.19/0.02/0.00/0.03)	

CMYK percentages

%19.35
%1.61
%0
%2.75

Codes

Color #C8F4F8 in popluar color models

C8F4F8
RGB200244248
HSL185°77.42%87.84%
HSB/HSV185°19.35%97.25%
CMYK19.35%1.61%0.00%
2.75%

Color #C8F4F8 in popluar number systems.

HEXC8F4F8
Decimal200244248
Binary110010001111010011111000
Octal310364370

Shades and tints

Shades of #C8F4F8

#C8F4F8
(200,244,248)
#B6DEE2
(182,222,226)
#A4C8CC
(164,200,204)
#92B2B6
(146,178,182)
#809CA0
(128,156,160)
#6E868A
(110,134,138)
#5C7074
(92,112,116)
#4A5A5E
(74,90,94)
#384448
(56,68,72)
#262E32
(38,46,50)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #C8F4F8

#C8F4F8
(200,244,248)
#CDF5F8
(205,245,248)
#D2F6F8
(210,246,248)
#D7F7F8
(215,247,248)
#DCF8F8
(220,248,248)
#E1F9F8
(225,249,248)
#E6FAF8
(230,250,248)
#EBFBF8
(235,251,248)
#F0FCF8
(240,252,248)
#F5FDF8
(245,253,248)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F4F8; }

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

This text font color is #C8F4F8.


Background Color

.myBgColor { background-color: #C8F4F8; }

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

This div background color is #C8F4F8.


Border color

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

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

This div border color is #C8F4F8.


Opacity

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

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

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

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

This text has shadow with #C8F4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F4F8 on black background.


Color preview on white background

This text has color #C8F4F8 on white background.



Black color preview on #C8F4F8 background

This text has black color on #C8F4F8 background.


White color preview on #C8F4F8 background

This text has white color on #C8F4F8 background.