COLOR #C8DDED

HEX: #C8DDED
RGB: (200,221,237)

Color info

#C8DDED contains red, green and blue colors in about the same proportion. Web safe color of #C8DDED is #CCCCFF (or #CCF).

RGB color model

#C8DDED color RGB value is (200,221,237).

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

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 237 of 255 = 93%

200
221
237

R + G + B ~ 86%. #C8DDED is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 237 = 658 (100%)
R 200 of 658 ~ 30.4%
G 221 of 658 ~ 33.59%
B 237 of 658 ~ 36.02%

%30.4
%33.59
%36.02

CMYK color model

#C8DDED color CMYK value is (16,7,0,7).

  • cyan value is 15.61%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,7,0,7)
C16M7Y0K7 
(16%,7%,0%,7%)
(0.16/0.07/0.00/0.07)	

CMYK percentages

%15.61
%6.75
%0
%7.06

Codes

Color #C8DDED in popluar color models

C8DDED
RGB200221237
HSL206°50.68%85.69%
HSB/HSV206°15.61%92.94%
CMYK15.61%6.75%0.00%
7.06%

Color #C8DDED in popluar number systems.

HEXC8DDED
Decimal200221237
Binary110010001101110111101101
Octal310335355

Shades and tints

Shades of #C8DDED

#C8DDED
(200,221,237)
#B6C9D8
(182,201,216)
#A4B5C3
(164,181,195)
#92A1AE
(146,161,174)
#808D99
(128,141,153)
#6E7984
(110,121,132)
#5C656F
(92,101,111)
#4A515A
(74,81,90)
#383D45
(56,61,69)
#262930
(38,41,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #C8DDED

#C8DDED
(200,221,237)
#CDE0EE
(205,224,238)
#D2E3EF
(210,227,239)
#D7E6F0
(215,230,240)
#DCE9F1
(220,233,241)
#E1ECF2
(225,236,242)
#E6EFF3
(230,239,243)
#EBF2F4
(235,242,244)
#F0F5F5
(240,245,245)
#F5F8F6
(245,248,246)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDED; }

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

This text font color is #C8DDED.


Background Color

.myBgColor { background-color: #C8DDED; }

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

This div background color is #C8DDED.


Border color

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

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

This div border color is #C8DDED.


Opacity

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

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

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

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

This text has shadow with #C8DDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DDED on black background.


Color preview on white background

This text has color #C8DDED on white background.



Black color preview on #C8DDED background

This text has black color on #C8DDED background.


White color preview on #C8DDED background

This text has white color on #C8DDED background.