COLOR #C8DDF4

HEX: #C8DDF4 RGB: (200,221,244)

Color info

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

RGB color model

#C8DDF4 color RGB value is (200,221,244).

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

RGB channels and saturation

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

200
221
244

R + G + B ~ 87%. #C8DDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 221 + 244 = 665 (100%)
R 200 of 665 ~ 30.08%
G 221 of 665 ~ 33.23%
B 244 of 665 ~ 36.69'%

%30.08
%33.23
%36.69

CMYK color model

#C8DDF4 color CMYK value is (18,9,0,4).

  • cyan value is 18.03%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (18,9,0,4)
C18M9Y0K4 (18%, 9%, 0%, 4%)
(0.18 / 0.09 / 0.00 / 0.04)

CMYK percentages

%18.03
%9.43
%0
%4.31

Codes

Color #C8DDF4 in popluar color models

C8 DD F4
RGB 200 221 244
HSL 211° 66.67% 87.06%
HSB/HSV 211° 18.03% 95.69%
CMYK 18.03% 9.43% 0.00%
4.31%

Color #C8DDF4 in popluar number systems.

HEX C8 DD F4
Decimal 200 221 244
Binary 11001000 11011101 11110100
Octal 310 335 364

Shades and tints

Shades of #C8DDF4

#C8DDF4
(200,221,244)
#B6C9DE
(182,201,222)
#A4B5C8
(164,181,200)
#92A1B2
(146,161,178)
#808D9C
(128,141,156)
#6E7986
(110,121,134)
#5C6570
(92,101,112)
#4A515A
(74,81,90)
#383D44
(56,61,68)
#26292E
(38,41,46)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8DDF4

#C8DDF4
(200,221,244)
#CDE0F5
(205,224,245)
#D2E3F6
(210,227,246)
#D7E6F7
(215,230,247)
#DCE9F8
(220,233,248)
#E1ECF9
(225,236,249)
#E6EFFA
(230,239,250)
#EBF2FB
(235,242,251)
#F0F5FC
(240,245,252)
#F5F8FD
(245,248,253)
#FAFBFE
(250,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDF4; }

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

This text font color is #C8DDF4.

Background Color

.myBgColor { background-color: #C8DDF4; }

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

This div background color is #C8DDF4.

Border color

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

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

This div border color is #C8DDF4.

Opacity

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

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

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

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

This text has shadow with #C8DDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DDF4.

Preview

Color preview on black background

This text has color #C8DDF4 on black background.


Color preview on white background

This text has color #C8DDF4 on white background.


Black color preview on #C8DDF4 background

This text has black color on #C8DDF4 background.


White color preview on #C8DDF4 background

This text has white color on #C8DDF4 background.


Related colors

Complementary color

Complementary color for #hex is #37220B.


I love getcolorcode.com

Triadic colors

1 #F4C8DD and #DDF4C8 with #C8DDF4 are triadic colors.

2 #F4DDC8 and #DDC8F4 with #C8DDF4 are triadic colors.