COLOR #C8F0E6

HEX: #C8F0E6
RGB: (200,240,230)

Color info

#C8F0E6 contains red, green and blue colors in about the same proportion. Web safe color of #C8F0E6 is #CCFFCC (or #CFC).

RGB color model

#C8F0E6 color RGB value is (200,240,230).

  • red value is 200;
  • green value is 240;
  • blue value is 230.
RGB:
(200,240,230)
(78%,94%,90%)

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 230 of 255 = 90%

200
240
230

R + G + B ~ 87%. #C8F0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 240 + 230 = 670 (100%)
R 200 of 670 ~ 29.85%
G 240 of 670 ~ 35.82%
B 230 of 670 ~ 34.33%

%29.85
%35.82
%34.33

CMYK color model

#C8F0E6 color CMYK value is (17,0,4,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(17,0,4,6)
C17M0Y4K6 
(17%,0%,4%,6%)
(0.17/0.00/0.04/0.06)	

CMYK percentages

%16.67
%0
%4.17
%5.88

Codes

Color #C8F0E6 in popluar color models

C8F0E6
RGB200240230
HSL165°57.14%86.27%
HSB/HSV165°16.67%94.12%
CMYK16.67%0.00%4.17%
5.88%

Color #C8F0E6 in popluar number systems.

HEXC8F0E6
Decimal200240230
Binary110010001111000011100110
Octal310360346

Shades and tints

Shades of #C8F0E6

#C8F0E6
(200,240,230)
#B6DBD2
(182,219,210)
#A4C6BE
(164,198,190)
#92B1AA
(146,177,170)
#809C96
(128,156,150)
#6E8782
(110,135,130)
#5C726E
(92,114,110)
#4A5D5A
(74,93,90)
#384846
(56,72,70)
#263332
(38,51,50)
#141E1E
(20,30,30)
#000000
(0,0,0)

Tints of #C8F0E6

#C8F0E6
(200,240,230)
#CDF1E8
(205,241,232)
#D2F2EA
(210,242,234)
#D7F3EC
(215,243,236)
#DCF4EE
(220,244,238)
#E1F5F0
(225,245,240)
#E6F6F2
(230,246,242)
#EBF7F4
(235,247,244)
#F0F8F6
(240,248,246)
#F5F9F8
(245,249,248)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F0E6 color. Also use rgb(200,240,230) instead hex code.

Text Font Color

.myTextColor { color: #C8F0E6; }

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

This text font color is #C8F0E6.


Background Color

.myBgColor { background-color: #C8F0E6; }

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

This div background color is #C8F0E6.


Border color

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

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

This div border color is #C8F0E6.


Opacity

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

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

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

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

This text has shadow with #C8F0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F0E6 on black background.


Color preview on white background

This text has color #C8F0E6 on white background.



Black color preview on #C8F0E6 background

This text has black color on #C8F0E6 background.


White color preview on #C8F0E6 background

This text has white color on #C8F0E6 background.