COLOR #C8E3E1

HEX: #C8E3E1
RGB: (200,227,225)

Color info

#C8E3E1 contains red, green and blue colors in about the same proportion. Web safe color of #C8E3E1 is #CCCCCC (or #CCC).

RGB color model

#C8E3E1 color RGB value is (200,227,225).

  • red value is 200;
  • green value is 227;
  • blue value is 225.
RGB:
(200,227,225)
(78%,89%,88%)

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 225 of 255 = 88%

200
227
225

R + G + B ~ 85%. #C8E3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 227 + 225 = 652 (100%)
R 200 of 652 ~ 30.67%
G 227 of 652 ~ 34.82%
B 225 of 652 ~ 34.51%

%30.67
%34.82
%34.51

CMYK color model

#C8E3E1 color CMYK value is (12,0,1,11).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(12,0,1,11)
C12M0Y1K11 
(12%,0%,1%,11%)
(0.12/0.00/0.01/0.11)	

CMYK percentages

%11.89
%0
%0.88
%10.98

Codes

Color #C8E3E1 in popluar color models

C8E3E1
RGB200227225
HSL176°32.53%83.73%
HSB/HSV176°11.89%89.02%
CMYK11.89%0.00%0.88%
10.98%

Color #C8E3E1 in popluar number systems.

HEXC8E3E1
Decimal200227225
Binary110010001110001111100001
Octal310343341

Shades and tints

Shades of #C8E3E1

#C8E3E1
(200,227,225)
#B6CFCD
(182,207,205)
#A4BBB9
(164,187,185)
#92A7A5
(146,167,165)
#809391
(128,147,145)
#6E7F7D
(110,127,125)
#5C6B69
(92,107,105)
#4A5755
(74,87,85)
#384341
(56,67,65)
#262F2D
(38,47,45)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8E3E1

#C8E3E1
(200,227,225)
#CDE5E3
(205,229,227)
#D2E7E5
(210,231,229)
#D7E9E7
(215,233,231)
#DCEBE9
(220,235,233)
#E1EDEB
(225,237,235)
#E6EFED
(230,239,237)
#EBF1EF
(235,241,239)
#F0F3F1
(240,243,241)
#F5F5F3
(245,245,243)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E3E1 color. Also use rgb(200,227,225) instead hex code.

Text Font Color

.myTextColor { color: #C8E3E1; }

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

This text font color is #C8E3E1.


Background Color

.myBgColor { background-color: #C8E3E1; }

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

This div background color is #C8E3E1.


Border color

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

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

This div border color is #C8E3E1.


Opacity

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

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

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

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

This text has shadow with #C8E3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E3E1 on black background.


Color preview on white background

This text has color #C8E3E1 on white background.



Black color preview on #C8E3E1 background

This text has black color on #C8E3E1 background.


White color preview on #C8E3E1 background

This text has white color on #C8E3E1 background.