COLOR #C8F0E9

HEX: #C8F0E9
RGB: (200,240,233)

Color info

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

RGB color model

#C8F0E9 color RGB value is (200,240,233).

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

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 233 of 255 = 91%

200
240
233

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

Portions of RGB colors in percentages

R + G + B =
200 + 240 + 233 = 673 (100%)
R 200 of 673 ~ 29.72%
G 240 of 673 ~ 35.66%
B 233 of 673 ~ 34.62%

%29.72
%35.66
%34.62

CMYK color model

#C8F0E9 color CMYK value is (17,0,3,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 5.88%
CMYK: (17,0,3,6) C17M0Y3K6 (17%,0%,3%,6%) (0.17/0.00/0.03/0.06)

CMYK percentages

%16.67
%0
%2.92
%5.88

Codes

Color #C8F0E9 in popluar color models

C8F0E9
RGB200240233
HSL170°57.14%86.27%
HSB/HSV170°16.67%94.12%
CMYK16.67%0.00%2.92%
5.88%

Color #C8F0E9 in popluar number systems.

HEXC8F0E9
Decimal200240233
Binary110010001111000011101001
Octal310360351

Shades and tints

Shades of #C8F0E9

#C8F0E9
(200,240,233)
#B6DBD4
(182,219,212)
#A4C6BF
(164,198,191)
#92B1AA
(146,177,170)
#809C95
(128,156,149)
#6E8780
(110,135,128)
#5C726B
(92,114,107)
#4A5D56
(74,93,86)
#384841
(56,72,65)
#26332C
(38,51,44)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #C8F0E9

#C8F0E9
(200,240,233)
#CDF1EB
(205,241,235)
#D2F2ED
(210,242,237)
#D7F3EF
(215,243,239)
#DCF4F1
(220,244,241)
#E1F5F3
(225,245,243)
#E6F6F5
(230,246,245)
#EBF7F7
(235,247,247)
#F0F8F9
(240,248,249)
#F5F9FB
(245,249,251)
#FAFAFD
(250,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F0E9; }

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

This text font color is #C8F0E9.


Background Color

.myBgColor { background-color: #C8F0E9; }

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

This div background color is #C8F0E9.


Border color

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

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

This div border color is #C8F0E9.


Opacity

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

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

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

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

This text has shadow with #C8F0E9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C8F0E9 on black background.


Color preview on white background

This text has color #C8F0E9 on white background.



Black color preview on #C8F0E9 background

This text has black color on #C8F0E9 background.


White color preview on #C8F0E9 background

This text has white color on #C8F0E9 background.