COLOR #C8EFE9

HEX: #C8EFE9
RGB: (200,239,233)

Color info

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

RGB color model

#C8EFE9 color RGB value is (200,239,233).

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

RGB channels and saturation

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

200
239
233

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

Portions of RGB colors in percentages

R + G + B =
200 + 239 + 233 = 672 (100%)
R 200 of 672 ~ 29.76%
G 239 of 672 ~ 35.57%
B 233 of 672 ~ 34.67%

%29.76
%35.57
%34.67

CMYK color model

#C8EFE9 color CMYK value is (16,0,3,6).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(16,0,3,6)
C16M0Y3K6 
(16%,0%,3%,6%)
(0.16/0.00/0.03/0.06)	

CMYK percentages

%16.32
%0
%2.51
%6.27

Codes

Color #C8EFE9 in popluar color models

C8EFE9
RGB200239233
HSL171°54.93%86.08%
HSB/HSV171°16.32%93.73%
CMYK16.32%0.00%2.51%
6.27%

Color #C8EFE9 in popluar number systems.

HEXC8EFE9
Decimal200239233
Binary110010001110111111101001
Octal310357351

Shades and tints

Shades of #C8EFE9

#C8EFE9
(200,239,233)
#B6DAD4
(182,218,212)
#A4C5BF
(164,197,191)
#92B0AA
(146,176,170)
#809B95
(128,155,149)
#6E8680
(110,134,128)
#5C716B
(92,113,107)
#4A5C56
(74,92,86)
#384741
(56,71,65)
#26322C
(38,50,44)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #C8EFE9

#C8EFE9
(200,239,233)
#CDF0EB
(205,240,235)
#D2F1ED
(210,241,237)
#D7F2EF
(215,242,239)
#DCF3F1
(220,243,241)
#E1F4F3
(225,244,243)
#E6F5F5
(230,245,245)
#EBF6F7
(235,246,247)
#F0F7F9
(240,247,249)
#F5F8FB
(245,248,251)
#FAF9FD
(250,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EFE9; }

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

This text font color is #C8EFE9.


Background Color

.myBgColor { background-color: #C8EFE9; }

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

This div background color is #C8EFE9.


Border color

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

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

This div border color is #C8EFE9.


Opacity

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

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

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

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

This text has shadow with #C8EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EFE9 on black background.


Color preview on white background

This text has color #C8EFE9 on white background.



Black color preview on #C8EFE9 background

This text has black color on #C8EFE9 background.


White color preview on #C8EFE9 background

This text has white color on #C8EFE9 background.