COLOR #C8E6D8

HEX: #C8E6D8
RGB: (200,230,216)

Color info

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

RGB color model

#C8E6D8 color RGB value is (200,230,216).

  • red value is 200;
  • green value is 230;
  • blue value is 216.
RGB:
(200,230,216)
(78%,90%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 230 of 255 = 90%
B 216 of 255 = 85%

200
230
216

R + G + B ~ 84%. #C8E6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 230 + 216 = 646 (100%)
R 200 of 646 ~ 30.96%
G 230 of 646 ~ 35.6%
B 216 of 646 ~ 33.44%

%30.96
%35.6
%33.44

CMYK color model

#C8E6D8 color CMYK value is (13,0,6,10).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(13,0,6,10)
C13M0Y6K10 
(13%,0%,6%,10%)
(0.13/0.00/0.06/0.10)	

CMYK percentages

%13.04
%0
%6.09
%9.8

Codes

Color #C8E6D8 in popluar color models

C8E6D8
RGB200230216
HSL152°37.50%84.31%
HSB/HSV152°13.04%90.20%
CMYK13.04%0.00%6.09%
9.80%

Color #C8E6D8 in popluar number systems.

HEXC8E6D8
Decimal200230216
Binary110010001110011011011000
Octal310346330

Shades and tints

Shades of #C8E6D8

#C8E6D8
(200,230,216)
#B6D2C5
(182,210,197)
#A4BEB2
(164,190,178)
#92AA9F
(146,170,159)
#80968C
(128,150,140)
#6E8279
(110,130,121)
#5C6E66
(92,110,102)
#4A5A53
(74,90,83)
#384640
(56,70,64)
#26322D
(38,50,45)
#141E1A
(20,30,26)
#000000
(0,0,0)

Tints of #C8E6D8

#C8E6D8
(200,230,216)
#CDE8DB
(205,232,219)
#D2EADE
(210,234,222)
#D7ECE1
(215,236,225)
#DCEEE4
(220,238,228)
#E1F0E7
(225,240,231)
#E6F2EA
(230,242,234)
#EBF4ED
(235,244,237)
#F0F6F0
(240,246,240)
#F5F8F3
(245,248,243)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E6D8 color. Also use rgb(200,230,216) instead hex code.

Text Font Color

.myTextColor { color: #C8E6D8; }

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

This text font color is #C8E6D8.


Background Color

.myBgColor { background-color: #C8E6D8; }

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

This div background color is #C8E6D8.


Border color

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

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

This div border color is #C8E6D8.


Opacity

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

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

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

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

This text has shadow with #C8E6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E6D8 on black background.


Color preview on white background

This text has color #C8E6D8 on white background.



Black color preview on #C8E6D8 background

This text has black color on #C8E6D8 background.


White color preview on #C8E6D8 background

This text has white color on #C8E6D8 background.