COLOR #C8E3D4

HEX: #C8E3D4
RGB: (200,227,212)

Color info

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

RGB color model

#C8E3D4 color RGB value is (200,227,212).

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

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 212 of 255 = 83%

200
227
212

R + G + B ~ 83%. #C8E3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 227 + 212 = 639 (100%)
R 200 of 639 ~ 31.3%
G 227 of 639 ~ 35.52%
B 212 of 639 ~ 33.18%

%31.3
%35.52
%33.18

CMYK color model

#C8E3D4 color CMYK value is (12,0,7,11).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK:
(12,0,7,11)
C12M0Y7K11 
(12%,0%,7%,11%)
(0.12/0.00/0.07/0.11)	

CMYK percentages

%11.89
%0
%6.61
%10.98

Codes

Color #C8E3D4 in popluar color models

C8E3D4
RGB200227212
HSL147°32.53%83.73%
HSB/HSV147°11.89%89.02%
CMYK11.89%0.00%6.61%
10.98%

Color #C8E3D4 in popluar number systems.

HEXC8E3D4
Decimal200227212
Binary110010001110001111010100
Octal310343324

Shades and tints

Shades of #C8E3D4

#C8E3D4
(200,227,212)
#B6CFC1
(182,207,193)
#A4BBAE
(164,187,174)
#92A79B
(146,167,155)
#809388
(128,147,136)
#6E7F75
(110,127,117)
#5C6B62
(92,107,98)
#4A574F
(74,87,79)
#38433C
(56,67,60)
#262F29
(38,47,41)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #C8E3D4

#C8E3D4
(200,227,212)
#CDE5D7
(205,229,215)
#D2E7DA
(210,231,218)
#D7E9DD
(215,233,221)
#DCEBE0
(220,235,224)
#E1EDE3
(225,237,227)
#E6EFE6
(230,239,230)
#EBF1E9
(235,241,233)
#F0F3EC
(240,243,236)
#F5F5EF
(245,245,239)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E3D4; }

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

This text font color is #C8E3D4.


Background Color

.myBgColor { background-color: #C8E3D4; }

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

This div background color is #C8E3D4.


Border color

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

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

This div border color is #C8E3D4.


Opacity

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

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

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

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

This text has shadow with #C8E3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E3D4 on black background.


Color preview on white background

This text has color #C8E3D4 on white background.



Black color preview on #C8E3D4 background

This text has black color on #C8E3D4 background.


White color preview on #C8E3D4 background

This text has white color on #C8E3D4 background.