COLOR #C8E4DD

HEX: #C8E4DD
RGB: (200,228,221)

Color info

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

RGB color model

#C8E4DD color RGB value is (200,228,221).

  • red value is 200;
  • green value is 228;
  • blue value is 221.
RGB:
(200,228,221)
(78%,89%,87%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 221 of 255 = 87%

200
228
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 228 + 221 = 649 (100%)
R 200 of 649 ~ 30.82%
G 228 of 649 ~ 35.13%
B 221 of 649 ~ 34.05%

%30.82
%35.13
%34.05

CMYK color model

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

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 10.59%
CMYK:
(12,0,3,11)
C12M0Y3K11 
(12%,0%,3%,11%)
(0.12/0.00/0.03/0.11)	

CMYK percentages

%12.28
%0
%3.07
%10.59

Codes

Color #C8E4DD in popluar color models

C8E4DD
RGB200228221
HSL165°34.15%83.92%
HSB/HSV165°12.28%89.41%
CMYK12.28%0.00%3.07%
10.59%

Color #C8E4DD in popluar number systems.

HEXC8E4DD
Decimal200228221
Binary110010001110010011011101
Octal310344335

Shades and tints

Shades of #C8E4DD

#C8E4DD
(200,228,221)
#B6D0C9
(182,208,201)
#A4BCB5
(164,188,181)
#92A8A1
(146,168,161)
#80948D
(128,148,141)
#6E8079
(110,128,121)
#5C6C65
(92,108,101)
#4A5851
(74,88,81)
#38443D
(56,68,61)
#263029
(38,48,41)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #C8E4DD

#C8E4DD
(200,228,221)
#CDE6E0
(205,230,224)
#D2E8E3
(210,232,227)
#D7EAE6
(215,234,230)
#DCECE9
(220,236,233)
#E1EEEC
(225,238,236)
#E6F0EF
(230,240,239)
#EBF2F2
(235,242,242)
#F0F4F5
(240,244,245)
#F5F6F8
(245,246,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E4DD color. Also use rgb(200,228,221) instead hex code.

Text Font Color

.myTextColor { color: #C8E4DD; }

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

This text font color is #C8E4DD.


Background Color

.myBgColor { background-color: #C8E4DD; }

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

This div background color is #C8E4DD.


Border color

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

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

This div border color is #C8E4DD.


Opacity

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

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

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

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

This text has shadow with #C8E4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E4DD on black background.


Color preview on white background

This text has color #C8E4DD on white background.



Black color preview on #C8E4DD background

This text has black color on #C8E4DD background.


White color preview on #C8E4DD background

This text has white color on #C8E4DD background.