COLOR #C8E1DB

HEX: #C8E1DB
RGB: (200,225,219)

Color info

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

RGB color model

#C8E1DB color RGB value is (200,225,219).

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

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 219 of 255 = 86%

200
225
219

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

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 219 = 644 (100%)
R 200 of 644 ~ 31.06%
G 225 of 644 ~ 34.94%
B 219 of 644 ~ 34.01%

%31.06
%34.94
%34.01

CMYK color model

#C8E1DB color CMYK value is (11,0,3,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(11,0,3,12)
C11M0Y3K12 
(11%,0%,3%,12%)
(0.11/0.00/0.03/0.12)	

CMYK percentages

%11.11
%0
%2.67
%11.76

Codes

Color #C8E1DB in popluar color models

C8E1DB
RGB200225219
HSL166°29.41%83.33%
HSB/HSV166°11.11%88.24%
CMYK11.11%0.00%2.67%
11.76%

Color #C8E1DB in popluar number systems.

HEXC8E1DB
Decimal200225219
Binary110010001110000111011011
Octal310341333

Shades and tints

Shades of #C8E1DB

#C8E1DB
(200,225,219)
#B6CDC8
(182,205,200)
#A4B9B5
(164,185,181)
#92A5A2
(146,165,162)
#80918F
(128,145,143)
#6E7D7C
(110,125,124)
#5C6969
(92,105,105)
#4A5556
(74,85,86)
#384143
(56,65,67)
#262D30
(38,45,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #C8E1DB

#C8E1DB
(200,225,219)
#CDE3DE
(205,227,222)
#D2E5E1
(210,229,225)
#D7E7E4
(215,231,228)
#DCE9E7
(220,233,231)
#E1EBEA
(225,235,234)
#E6EDED
(230,237,237)
#EBEFF0
(235,239,240)
#F0F1F3
(240,241,243)
#F5F3F6
(245,243,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E1DB; }

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

This text font color is #C8E1DB.


Background Color

.myBgColor { background-color: #C8E1DB; }

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

This div background color is #C8E1DB.


Border color

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

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

This div border color is #C8E1DB.


Opacity

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

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

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

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

This text has shadow with #C8E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1DB on black background.


Color preview on white background

This text has color #C8E1DB on white background.



Black color preview on #C8E1DB background

This text has black color on #C8E1DB background.


White color preview on #C8E1DB background

This text has white color on #C8E1DB background.