COLOR #C8D0EF

HEX: #C8D0EF RGB: (200,208,239)

Color info

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

RGB color model

#C8D0EF color RGB value is (200,208,239).

RGB: (200,208,239) (78%, 82%, 94%)

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 239 of 255 = 94%

200
208
239

R + G + B ~ 85%. #C8D0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 208 + 239 = 647 (100%)
R 200 of 647 ~ 30.91%
G 208 of 647 ~ 32.15%
B 239 of 647 ~ 36.94'%

%30.91
%32.15
%36.94

CMYK color model

#C8D0EF color CMYK value is (16,13,0,6).

  • cyan value is 16.32%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (16,13,0,6)
C16M13Y0K6 (16%, 13%, 0%, 6%)
(0.16 / 0.13 / 0.00 / 0.06)

CMYK percentages

%16.32
%12.97
%0
%6.27

Codes

Color #C8D0EF in popluar color models

C8 D0 EF
RGB 200 208 239
HSL 228° 54.93% 86.08%
HSB/HSV 228° 16.32% 93.73%
CMYK 16.32% 12.97% 0.00%
6.27%

Color #C8D0EF in popluar number systems.

HEX C8 D0 EF
Decimal 200 208 239
Binary 11001000 11010000 11101111
Octal 310 320 357

Shades and tints

Shades of #C8D0EF

#C8D0EF
(200,208,239)
#B6BEDA
(182,190,218)
#A4ACC5
(164,172,197)
#929AB0
(146,154,176)
#80889B
(128,136,155)
#6E7686
(110,118,134)
#5C6471
(92,100,113)
#4A525C
(74,82,92)
#384047
(56,64,71)
#262E32
(38,46,50)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #C8D0EF

#C8D0EF
(200,208,239)
#CDD4F0
(205,212,240)
#D2D8F1
(210,216,241)
#D7DCF2
(215,220,242)
#DCE0F3
(220,224,243)
#E1E4F4
(225,228,244)
#E6E8F5
(230,232,245)
#EBECF6
(235,236,246)
#F0F0F7
(240,240,247)
#F5F4F8
(245,244,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D0EF; }

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

This text font color is #C8D0EF.

Background Color

.myBgColor { background-color: #C8D0EF; }

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

This div background color is #C8D0EF.

Border color

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

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

This div border color is #C8D0EF.

Opacity

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

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

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

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

This text has shadow with #C8D0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D0EF.

Preview

Color preview on black background

This text has color #C8D0EF on black background.


Color preview on white background

This text has color #C8D0EF on white background.


Black color preview on #C8D0EF background

This text has black color on #C8D0EF background.


White color preview on #C8D0EF background

This text has white color on #C8D0EF background.


Related colors

Complementary color

Complementary color for #hex is #372F10.


I love getcolorcode.com

Triadic colors

1 #EFC8D0 and #D0EFC8 with #C8D0EF are triadic colors.

2 #EFD0C8 and #D0C8EF with #C8D0EF are triadic colors.