COLOR #C8DDDD

HEX: #C8DDDD RGB: (200,221,221)

Color info

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

RGB color model

#C8DDDD color RGB value is (200,221,221).

RGB: (200,221,221) (78%, 87%, 87%)

RGB channels and saturation

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

200
221
221

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

Portions of RGB colors in percentages

R + G + B = 200 + 221 + 221 = 642 (100%)
R 200 of 642 ~ 31.15%
G 221 of 642 ~ 34.42%
B 221 of 642 ~ 34.42'%

%31.15
%34.42
%34.42

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,0,0,13)
C10M0Y0K13 (10%, 0%, 0%, 13%)
(0.10 / 0.00 / 0.00 / 0.13)

CMYK percentages

%9.5
%0
%0
%13.33

Codes

Color #C8DDDD in popluar color models

C8 DD DD
RGB 200 221 221
HSL 180° 23.60% 82.55%
HSB/HSV 180° 9.50% 86.67%
CMYK 9.50% 0.00% 0.00%
13.33%

Color #C8DDDD in popluar number systems.

HEX C8 DD DD
Decimal 200 221 221
Binary 11001000 11011101 11011101
Octal 310 335 335

Shades and tints

Shades of #C8DDDD

#C8DDDD
(200,221,221)
#B6C9C9
(182,201,201)
#A4B5B5
(164,181,181)
#92A1A1
(146,161,161)
#808D8D
(128,141,141)
#6E7979
(110,121,121)
#5C6565
(92,101,101)
#4A5151
(74,81,81)
#383D3D
(56,61,61)
#262929
(38,41,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C8DDDD

#C8DDDD
(200,221,221)
#CDE0E0
(205,224,224)
#D2E3E3
(210,227,227)
#D7E6E6
(215,230,230)
#DCE9E9
(220,233,233)
#E1ECEC
(225,236,236)
#E6EFEF
(230,239,239)
#EBF2F2
(235,242,242)
#F0F5F5
(240,245,245)
#F5F8F8
(245,248,248)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDDD; }

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

This text font color is #C8DDDD.

Background Color

.myBgColor { background-color: #C8DDDD; }

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

This div background color is #C8DDDD.

Border color

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

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

This div border color is #C8DDDD.

Opacity

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

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

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

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

This text has shadow with #C8DDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DDDD.

Preview

Color preview on black background

This text has color #C8DDDD on black background.


Color preview on white background

This text has color #C8DDDD on white background.


Black color preview on #C8DDDD background

This text has black color on #C8DDDD background.


White color preview on #C8DDDD background

This text has white color on #C8DDDD background.


Related colors

Complementary color

Complementary color for #hex is #372222.


I love getcolorcode.com