COLOR #C8F0EB

HEX: #C8F0EB
RGB: (200,240,235)

Color info

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

RGB color model

#C8F0EB color RGB value is (200,240,235).

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

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 235 of 255 = 92%

200
240
235

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

Portions of RGB colors in percentages

R + G + B =
200 + 240 + 235 = 675 (100%)
R 200 of 675 ~ 29.63%
G 240 of 675 ~ 35.56%
B 235 of 675 ~ 34.81%

%29.63
%35.56
%34.81

CMYK color model

#C8F0EB color CMYK value is (17,0,2,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(17,0,2,6)
C17M0Y2K6 
(17%,0%,2%,6%)
(0.17/0.00/0.02/0.06)	

CMYK percentages

%16.67
%0
%2.08
%5.88

Codes

Color #C8F0EB in popluar color models

C8F0EB
RGB200240235
HSL173°57.14%86.27%
HSB/HSV173°16.67%94.12%
CMYK16.67%0.00%2.08%
5.88%

Color #C8F0EB in popluar number systems.

HEXC8F0EB
Decimal200240235
Binary110010001111000011101011
Octal310360353

Shades and tints

Shades of #C8F0EB

#C8F0EB
(200,240,235)
#B6DBD6
(182,219,214)
#A4C6C1
(164,198,193)
#92B1AC
(146,177,172)
#809C97
(128,156,151)
#6E8782
(110,135,130)
#5C726D
(92,114,109)
#4A5D58
(74,93,88)
#384843
(56,72,67)
#26332E
(38,51,46)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #C8F0EB

#C8F0EB
(200,240,235)
#CDF1EC
(205,241,236)
#D2F2ED
(210,242,237)
#D7F3EE
(215,243,238)
#DCF4EF
(220,244,239)
#E1F5F0
(225,245,240)
#E6F6F1
(230,246,241)
#EBF7F2
(235,247,242)
#F0F8F3
(240,248,243)
#F5F9F4
(245,249,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F0EB; }

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

This text font color is #C8F0EB.


Background Color

.myBgColor { background-color: #C8F0EB; }

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

This div background color is #C8F0EB.


Border color

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

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

This div border color is #C8F0EB.


Opacity

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

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

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

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

This text has shadow with #C8F0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F0EB on black background.


Color preview on white background

This text has color #C8F0EB on white background.



Black color preview on #C8F0EB background

This text has black color on #C8F0EB background.


White color preview on #C8F0EB background

This text has white color on #C8F0EB background.