COLOR #C8E4E9

HEX: #C8E4E9
RGB: (200,228,233)

Color info

#C8E4E9 contains red, green and blue colors in about the same proportion. Web safe color of #C8E4E9 is #CCCCFF (or #CCF).

RGB color model

#C8E4E9 color RGB value is (200,228,233).

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

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 233 of 255 = 91%

200
228
233

R + G + B ~ 86%. #C8E4E9 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 228 + 233 = 661 (100%)
R 200 of 661 ~ 30.26%
G 228 of 661 ~ 34.49%
B 233 of 661 ~ 35.25%

%30.26
%34.49
%35.25

CMYK color model

#C8E4E9 color CMYK value is (14,2,0,9).

  • cyan value is 14.16%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,2,0,9)
C14M2Y0K9 
(14%,2%,0%,9%)
(0.14/0.02/0.00/0.09)	

CMYK percentages

%14.16
%2.15
%0
%8.63

Codes

Color #C8E4E9 in popluar color models

C8E4E9
RGB200228233
HSL189°42.86%84.90%
HSB/HSV189°14.16%91.37%
CMYK14.16%2.15%0.00%
8.63%

Color #C8E4E9 in popluar number systems.

HEXC8E4E9
Decimal200228233
Binary110010001110010011101001
Octal310344351

Shades and tints

Shades of #C8E4E9

#C8E4E9
(200,228,233)
#B6D0D4
(182,208,212)
#A4BCBF
(164,188,191)
#92A8AA
(146,168,170)
#809495
(128,148,149)
#6E8080
(110,128,128)
#5C6C6B
(92,108,107)
#4A5856
(74,88,86)
#384441
(56,68,65)
#26302C
(38,48,44)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #C8E4E9

#C8E4E9
(200,228,233)
#CDE6EB
(205,230,235)
#D2E8ED
(210,232,237)
#D7EAEF
(215,234,239)
#DCECF1
(220,236,241)
#E1EEF3
(225,238,243)
#E6F0F5
(230,240,245)
#EBF2F7
(235,242,247)
#F0F4F9
(240,244,249)
#F5F6FB
(245,246,251)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E4E9; }

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

This text font color is #C8E4E9.


Background Color

.myBgColor { background-color: #C8E4E9; }

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

This div background color is #C8E4E9.


Border color

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

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

This div border color is #C8E4E9.


Opacity

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

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

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

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

This text has shadow with #C8E4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E4E9 on black background.


Color preview on white background

This text has color #C8E4E9 on white background.



Black color preview on #C8E4E9 background

This text has black color on #C8E4E9 background.


White color preview on #C8E4E9 background

This text has white color on #C8E4E9 background.