COLOR #C8D1DB

HEX: #C8D1DB RGB: (200,209,219)

Color info

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

RGB color model

#C8D1DB color RGB value is (200,209,219).

RGB: (200,209,219) (78%, 82%, 86%)

RGB channels and saturation

R 200 of 255 = 78%
G 209 of 255 = 82%
B 219 of 255 = 86%

200
209
219

R + G + B ~ 82%. #C8D1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 209 + 219 = 628 (100%)
R 200 of 628 ~ 31.85%
G 209 of 628 ~ 33.28%
B 219 of 628 ~ 34.87'%

%31.85
%33.28
%34.87

CMYK color model

#C8D1DB color CMYK value is (9,5,0,14).

  • cyan value is 8.68%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (9,5,0,14)
C9M5Y0K14 (9%, 5%, 0%, 14%)
(0.09 / 0.05 / 0.00 / 0.14)

CMYK percentages

%8.68
%4.57
%0
%14.12

Codes

Color #C8D1DB in popluar color models

C8 D1 DB
RGB 200 209 219
HSL 212° 20.88% 82.16%
HSB/HSV 212° 8.68% 85.88%
CMYK 8.68% 4.57% 0.00%
14.12%

Color #C8D1DB in popluar number systems.

HEX C8 D1 DB
Decimal 200 209 219
Binary 11001000 11010001 11011011
Octal 310 321 333

Shades and tints

Shades of #C8D1DB

#C8D1DB
(200,209,219)
#B6BEC8
(182,190,200)
#A4ABB5
(164,171,181)
#9298A2
(146,152,162)
#80858F
(128,133,143)
#6E727C
(110,114,124)
#5C5F69
(92,95,105)
#4A4C56
(74,76,86)
#383943
(56,57,67)
#262630
(38,38,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #C8D1DB

#C8D1DB
(200,209,219)
#CDD5DE
(205,213,222)
#D2D9E1
(210,217,225)
#D7DDE4
(215,221,228)
#DCE1E7
(220,225,231)
#E1E5EA
(225,229,234)
#E6E9ED
(230,233,237)
#EBEDF0
(235,237,240)
#F0F1F3
(240,241,243)
#F5F5F6
(245,245,246)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D1DB; }

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

This text font color is #C8D1DB.

Background Color

.myBgColor { background-color: #C8D1DB; }

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

This div background color is #C8D1DB.

Border color

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

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

This div border color is #C8D1DB.

Opacity

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

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

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

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

This text has shadow with #C8D1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D1DB.

Preview

Color preview on black background

This text has color #C8D1DB on black background.


Color preview on white background

This text has color #C8D1DB on white background.


Black color preview on #C8D1DB background

This text has black color on #C8D1DB background.


White color preview on #C8D1DB background

This text has white color on #C8D1DB background.


Related colors

Complementary color

Complementary color for #hex is #372E24.


I love getcolorcode.com

Triadic colors

1 #DBC8D1 and #D1DBC8 with #C8D1DB are triadic colors.

2 #DBD1C8 and #D1C8DB with #C8D1DB are triadic colors.