COLOR #C8DCF1

HEX: #C8DCF1 RGB: (200,220,241)

Color info

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

RGB color model

#C8DCF1 color RGB value is (200,220,241).

RGB: (200,220,241) (78%, 86%, 95%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 241 of 255 = 95%

200
220
241

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

Portions of RGB colors in percentages

R + G + B = 200 + 220 + 241 = 661 (100%)
R 200 of 661 ~ 30.26%
G 220 of 661 ~ 33.28%
B 241 of 661 ~ 36.46'%

%30.26
%33.28
%36.46

CMYK color model

#C8DCF1 color CMYK value is (17,9,0,5).

  • cyan value is 17.01%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (17,9,0,5)
C17M9Y0K5 (17%, 9%, 0%, 5%)
(0.17 / 0.09 / 0.00 / 0.05)

CMYK percentages

%17.01
%8.71
%0
%5.49

Codes

Color #C8DCF1 in popluar color models

C8 DC F1
RGB 200 220 241
HSL 211° 59.42% 86.47%
HSB/HSV 211° 17.01% 94.51%
CMYK 17.01% 8.71% 0.00%
5.49%

Color #C8DCF1 in popluar number systems.

HEX C8 DC F1
Decimal 200 220 241
Binary 11001000 11011100 11110001
Octal 310 334 361

Shades and tints

Shades of #C8DCF1

#C8DCF1
(200,220,241)
#B6C8DC
(182,200,220)
#A4B4C7
(164,180,199)
#92A0B2
(146,160,178)
#808C9D
(128,140,157)
#6E7888
(110,120,136)
#5C6473
(92,100,115)
#4A505E
(74,80,94)
#383C49
(56,60,73)
#262834
(38,40,52)
#14141F
(20,20,31)
#000000
(0,0,0)

Tints of #C8DCF1

#C8DCF1
(200,220,241)
#CDDFF2
(205,223,242)
#D2E2F3
(210,226,243)
#D7E5F4
(215,229,244)
#DCE8F5
(220,232,245)
#E1EBF6
(225,235,246)
#E6EEF7
(230,238,247)
#EBF1F8
(235,241,248)
#F0F4F9
(240,244,249)
#F5F7FA
(245,247,250)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCF1; }

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

This text font color is #C8DCF1.

Background Color

.myBgColor { background-color: #C8DCF1; }

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

This div background color is #C8DCF1.

Border color

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

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

This div border color is #C8DCF1.

Opacity

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

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

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

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

This text has shadow with #C8DCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DCF1.

Preview

Color preview on black background

This text has color #C8DCF1 on black background.


Color preview on white background

This text has color #C8DCF1 on white background.


Black color preview on #C8DCF1 background

This text has black color on #C8DCF1 background.


White color preview on #C8DCF1 background

This text has white color on #C8DCF1 background.


Related colors

Complementary color

Complementary color for #hex is #37230E.


I love getcolorcode.com

Triadic colors

1 #F1C8DC and #DCF1C8 with #C8DCF1 are triadic colors.

2 #F1DCC8 and #DCC8F1 with #C8DCF1 are triadic colors.