COLOR #C8E7E9

HEX: #C8E7E9
RGB: (200,231,233)

Color info

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

RGB color model

#C8E7E9 color RGB value is (200,231,233).

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

RGB channels and saturation

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

200
231
233

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

Portions of RGB colors in percentages

R + G + B =
200 + 231 + 233 = 664 (100%)
R 200 of 664 ~ 30.12%
G 231 of 664 ~ 34.79%
B 233 of 664 ~ 35.09%

%30.12
%34.79
%35.09

CMYK color model

#C8E7E9 color CMYK value is (14,1,0,9).

  • cyan value is 14.16%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,1,0,9)
C14M1Y0K9 
(14%,1%,0%,9%)
(0.14/0.01/0.00/0.09)	

CMYK percentages

%14.16
%0.86
%0
%8.63

Codes

Color #C8E7E9 in popluar color models

C8E7E9
RGB200231233
HSL184°42.86%84.90%
HSB/HSV184°14.16%91.37%
CMYK14.16%0.86%0.00%
8.63%

Color #C8E7E9 in popluar number systems.

HEXC8E7E9
Decimal200231233
Binary110010001110011111101001
Octal310347351

Shades and tints

Shades of #C8E7E9

#C8E7E9
(200,231,233)
#B6D2D4
(182,210,212)
#A4BDBF
(164,189,191)
#92A8AA
(146,168,170)
#809395
(128,147,149)
#6E7E80
(110,126,128)
#5C696B
(92,105,107)
#4A5456
(74,84,86)
#383F41
(56,63,65)
#262A2C
(38,42,44)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8E7E9

#C8E7E9
(200,231,233)
#CDE9EB
(205,233,235)
#D2EBED
(210,235,237)
#D7EDEF
(215,237,239)
#DCEFF1
(220,239,241)
#E1F1F3
(225,241,243)
#E6F3F5
(230,243,245)
#EBF5F7
(235,245,247)
#F0F7F9
(240,247,249)
#F5F9FB
(245,249,251)
#FAFBFD
(250,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E7E9; }

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

This text font color is #C8E7E9.


Background Color

.myBgColor { background-color: #C8E7E9; }

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

This div background color is #C8E7E9.


Border color

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

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

This div border color is #C8E7E9.


Opacity

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

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

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

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

This text has shadow with #C8E7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E7E9 on black background.


Color preview on white background

This text has color #C8E7E9 on white background.



Black color preview on #C8E7E9 background

This text has black color on #C8E7E9 background.


White color preview on #C8E7E9 background

This text has white color on #C8E7E9 background.