COLOR #C8DFDA

HEX: #C8DFDA
RGB: (200,223,218)

Color info

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

RGB color model

#C8DFDA color RGB value is (200,223,218).

  • red value is 200;
  • green value is 223;
  • blue value is 218.
RGB:
(200,223,218)
(78%,87%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 218 of 255 = 85%

200
223
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 223 + 218 = 641 (100%)
R 200 of 641 ~ 31.2%
G 223 of 641 ~ 34.79%
B 218 of 641 ~ 34.01%

%31.2
%34.79
%34.01

CMYK color model

#C8DFDA color CMYK value is (10,0,2,13).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 12.55%
CMYK:
(10,0,2,13)
C10M0Y2K13 
(10%,0%,2%,13%)
(0.10/0.00/0.02/0.13)	

CMYK percentages

%10.31
%0
%2.24
%12.55

Codes

Color #C8DFDA in popluar color models

C8DFDA
RGB200223218
HSL167°26.44%82.94%
HSB/HSV167°10.31%87.45%
CMYK10.31%0.00%2.24%
12.55%

Color #C8DFDA in popluar number systems.

HEXC8DFDA
Decimal200223218
Binary110010001101111111011010
Octal310337332

Shades and tints

Shades of #C8DFDA

#C8DFDA
(200,223,218)
#B6CBC7
(182,203,199)
#A4B7B4
(164,183,180)
#92A3A1
(146,163,161)
#808F8E
(128,143,142)
#6E7B7B
(110,123,123)
#5C6768
(92,103,104)
#4A5355
(74,83,85)
#383F42
(56,63,66)
#262B2F
(38,43,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #C8DFDA

#C8DFDA
(200,223,218)
#CDE1DD
(205,225,221)
#D2E3E0
(210,227,224)
#D7E5E3
(215,229,227)
#DCE7E6
(220,231,230)
#E1E9E9
(225,233,233)
#E6EBEC
(230,235,236)
#EBEDEF
(235,237,239)
#F0EFF2
(240,239,242)
#F5F1F5
(245,241,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DFDA color. Also use rgb(200,223,218) instead hex code.

Text Font Color

.myTextColor { color: #C8DFDA; }

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

This text font color is #C8DFDA.


Background Color

.myBgColor { background-color: #C8DFDA; }

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

This div background color is #C8DFDA.


Border color

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

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

This div border color is #C8DFDA.


Opacity

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

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

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

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

This text has shadow with #C8DFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DFDA on black background.


Color preview on white background

This text has color #C8DFDA on white background.



Black color preview on #C8DFDA background

This text has black color on #C8DFDA background.


White color preview on #C8DFDA background

This text has white color on #C8DFDA background.