COLOR #C8E7E3

HEX: #C8E7E3
RGB: (200,231,227)

Color info

#C8E7E3 contains red, green and blue colors in about the same proportion. Web safe color of #C8E7E3 is #CCFFCC (or #CFC).

RGB color model

#C8E7E3 color RGB value is (200,231,227).

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

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 227 of 255 = 89%

200
231
227

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

Portions of RGB colors in percentages

R + G + B =
200 + 231 + 227 = 658 (100%)
R 200 of 658 ~ 30.4%
G 231 of 658 ~ 35.11%
B 227 of 658 ~ 34.5%

%30.4
%35.11
%34.5

CMYK color model

#C8E7E3 color CMYK value is (13,0,2,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(13,0,2,9)
C13M0Y2K9 
(13%,0%,2%,9%)
(0.13/0.00/0.02/0.09)	

CMYK percentages

%13.42
%0
%1.73
%9.41

Codes

Color #C8E7E3 in popluar color models

C8E7E3
RGB200231227
HSL172°39.24%84.51%
HSB/HSV172°13.42%90.59%
CMYK13.42%0.00%1.73%
9.41%

Color #C8E7E3 in popluar number systems.

HEXC8E7E3
Decimal200231227
Binary110010001110011111100011
Octal310347343

Shades and tints

Shades of #C8E7E3

#C8E7E3
(200,231,227)
#B6D2CF
(182,210,207)
#A4BDBB
(164,189,187)
#92A8A7
(146,168,167)
#809393
(128,147,147)
#6E7E7F
(110,126,127)
#5C696B
(92,105,107)
#4A5457
(74,84,87)
#383F43
(56,63,67)
#262A2F
(38,42,47)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #C8E7E3

#C8E7E3
(200,231,227)
#CDE9E5
(205,233,229)
#D2EBE7
(210,235,231)
#D7EDE9
(215,237,233)
#DCEFEB
(220,239,235)
#E1F1ED
(225,241,237)
#E6F3EF
(230,243,239)
#EBF5F1
(235,245,241)
#F0F7F3
(240,247,243)
#F5F9F5
(245,249,245)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E7E3; }

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

This text font color is #C8E7E3.


Background Color

.myBgColor { background-color: #C8E7E3; }

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

This div background color is #C8E7E3.


Border color

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

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

This div border color is #C8E7E3.


Opacity

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

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

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

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

This text has shadow with #C8E7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E7E3 on black background.


Color preview on white background

This text has color #C8E7E3 on white background.



Black color preview on #C8E7E3 background

This text has black color on #C8E7E3 background.


White color preview on #C8E7E3 background

This text has white color on #C8E7E3 background.