COLOR #C8DDDB

HEX: #C8DDDB RGB: (200,221,219)

Color info

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

RGB color model

#C8DDDB color RGB value is (200,221,219).

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

RGB channels and saturation

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

200
221
219

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

Portions of RGB colors in percentages

R + G + B = 200 + 221 + 219 = 640 (100%)
R 200 of 640 ~ 31.25%
G 221 of 640 ~ 34.53%
B 219 of 640 ~ 34.22'%

%31.25
%34.53
%34.22

CMYK color model

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

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

CMYK: (10,0,1,13)
C10M0Y1K13 (10%, 0%, 1%, 13%)
(0.10 / 0.00 / 0.01 / 0.13)

CMYK percentages

%9.5
%0
%0.9
%13.33

Codes

Color #C8DDDB in popluar color models

C8 DD DB
RGB 200 221 219
HSL 174° 23.60% 82.55%
HSB/HSV 174° 9.50% 86.67%
CMYK 9.50% 0.00% 0.90%
13.33%

Color #C8DDDB in popluar number systems.

HEX C8 DD DB
Decimal 200 221 219
Binary 11001000 11011101 11011011
Octal 310 335 333

Shades and tints

Shades of #C8DDDB

#C8DDDB
(200,221,219)
#B6C9C8
(182,201,200)
#A4B5B5
(164,181,181)
#92A1A2
(146,161,162)
#808D8F
(128,141,143)
#6E797C
(110,121,124)
#5C6569
(92,101,105)
#4A5156
(74,81,86)
#383D43
(56,61,67)
#262930
(38,41,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #C8DDDB

#C8DDDB
(200,221,219)
#CDE0DE
(205,224,222)
#D2E3E1
(210,227,225)
#D7E6E4
(215,230,228)
#DCE9E7
(220,233,231)
#E1ECEA
(225,236,234)
#E6EFED
(230,239,237)
#EBF2F0
(235,242,240)
#F0F5F3
(240,245,243)
#F5F8F6
(245,248,246)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDDB; }

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

This text font color is #C8DDDB.

Background Color

.myBgColor { background-color: #C8DDDB; }

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

This div background color is #C8DDDB.

Border color

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

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

This div border color is #C8DDDB.

Opacity

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

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

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

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

This text has shadow with #C8DDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DDDB.

Preview

Color preview on black background

This text has color #C8DDDB on black background.


Color preview on white background

This text has color #C8DDDB on white background.


Black color preview on #C8DDDB background

This text has black color on #C8DDDB background.


White color preview on #C8DDDB background

This text has white color on #C8DDDB background.


Related colors

Complementary color

Complementary color for #hex is #372224.


I love getcolorcode.com

Triadic colors

1 #DBC8DD and #DDDBC8 with #C8DDDB are triadic colors.

2 #DBDDC8 and #DDC8DB with #C8DDDB are triadic colors.