COLOR #C8FFE9

HEX: #C8FFE9
RGB: (200,255,233)

Color info

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

RGB color model

#C8FFE9 color RGB value is (200,255,233).

  • red value is 200;
  • green value is 255;
  • blue value is 233.
RGB:
(200,255,233)
(78%,100%,91%)

RGB channels and saturation

R 200 of 255 = 78%
G 255 of 255 = 100%
B 233 of 255 = 91%

200
255
233

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

Portions of RGB colors in percentages

R + G + B =
200 + 255 + 233 = 688 (100%)
R 200 of 688 ~ 29.07%
G 255 of 688 ~ 37.06%
B 233 of 688 ~ 33.87%

%29.07
%37.06
%33.87

CMYK color model

#C8FFE9 color CMYK value is (22,0,9,0).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(22,0,9,0)
C22M0Y9K0 
(22%,0%,9%,0%)
(0.22/0.00/0.09/0.00)	

CMYK percentages

%21.57
%0
%8.63
%0

Codes

Color #C8FFE9 in popluar color models

C8FFE9
RGB200255233
HSL156°100.00%89.22%
HSB/HSV156°21.57%100.00%
CMYK21.57%0.00%8.63%
0.00%

Color #C8FFE9 in popluar number systems.

HEXC8FFE9
Decimal200255233
Binary110010001111111111101001
Octal310377351

Shades and tints

Shades of #C8FFE9

#C8FFE9
(200,255,233)
#B6E8D4
(182,232,212)
#A4D1BF
(164,209,191)
#92BAAA
(146,186,170)
#80A395
(128,163,149)
#6E8C80
(110,140,128)
#5C756B
(92,117,107)
#4A5E56
(74,94,86)
#384741
(56,71,65)
#26302C
(38,48,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #C8FFE9

#C8FFE9
(200,255,233)
#CDFFEB
(205,255,235)
#D2FFED
(210,255,237)
#D7FFEF
(215,255,239)
#DCFFF1
(220,255,241)
#E1FFF3
(225,255,243)
#E6FFF5
(230,255,245)
#EBFFF7
(235,255,247)
#F0FFF9
(240,255,249)
#F5FFFB
(245,255,251)
#FAFFFD
(250,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8FFE9 color. Also use rgb(200,255,233) instead hex code.

Text Font Color

.myTextColor { color: #C8FFE9; }

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

This text font color is #C8FFE9.


Background Color

.myBgColor { background-color: #C8FFE9; }

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

This div background color is #C8FFE9.


Border color

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

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

This div border color is #C8FFE9.


Opacity

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

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

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

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

This text has shadow with #C8FFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8FFE9 on black background.


Color preview on white background

This text has color #C8FFE9 on white background.



Black color preview on #C8FFE9 background

This text has black color on #C8FFE9 background.


White color preview on #C8FFE9 background

This text has white color on #C8FFE9 background.