COLOR #C8DFEE

HEX: #C8DFEE RGB: (200,223,238)

Color info

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

RGB color model

#C8DFEE color RGB value is (200,223,238).

RGB: (200,223,238) (78%, 87%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 238 of 255 = 93%

200
223
238

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

Portions of RGB colors in percentages

R + G + B = 200 + 223 + 238 = 661 (100%)
R 200 of 661 ~ 30.26%
G 223 of 661 ~ 33.74%
B 238 of 661 ~ 36.01'%

%30.26
%33.74
%36.01

CMYK color model

#C8DFEE color CMYK value is (16,6,0,7).

  • cyan value is 15.97%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,6,0,7)
C16M6Y0K7 (16%, 6%, 0%, 7%)
(0.16 / 0.06 / 0.00 / 0.07)

CMYK percentages

%15.97
%6.3
%0
%6.67

Codes

Color #C8DFEE in popluar color models

C8 DF EE
RGB 200 223 238
HSL 204° 52.78% 85.88%
HSB/HSV 204° 15.97% 93.33%
CMYK 15.97% 6.30% 0.00%
6.67%

Color #C8DFEE in popluar number systems.

HEX C8 DF EE
Decimal 200 223 238
Binary 11001000 11011111 11101110
Octal 310 337 356

Shades and tints

Shades of #C8DFEE

#C8DFEE
(200,223,238)
#B6CBD9
(182,203,217)
#A4B7C4
(164,183,196)
#92A3AF
(146,163,175)
#808F9A
(128,143,154)
#6E7B85
(110,123,133)
#5C6770
(92,103,112)
#4A535B
(74,83,91)
#383F46
(56,63,70)
#262B31
(38,43,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #C8DFEE

#C8DFEE
(200,223,238)
#CDE1EF
(205,225,239)
#D2E3F0
(210,227,240)
#D7E5F1
(215,229,241)
#DCE7F2
(220,231,242)
#E1E9F3
(225,233,243)
#E6EBF4
(230,235,244)
#EBEDF5
(235,237,245)
#F0EFF6
(240,239,246)
#F5F1F7
(245,241,247)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DFEE color. Also use rgb(200,223,238) instead hex code.

Text Font Color

.myTextColor { color: #C8DFEE; }

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

This text font color is #C8DFEE.

Background Color

.myBgColor { background-color: #C8DFEE; }

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

This div background color is #C8DFEE.

Border color

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

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

This div border color is #C8DFEE.

Opacity

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

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

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

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

This text has shadow with #C8DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DFEE.

Preview

Color preview on black background

This text has color #C8DFEE on black background.


Color preview on white background

This text has color #C8DFEE on white background.


Black color preview on #C8DFEE background

This text has black color on #C8DFEE background.


White color preview on #C8DFEE background

This text has white color on #C8DFEE background.


Related colors

Complementary color

Complementary color for #hex is #372011.


I love getcolorcode.com

Triadic colors

1 #EEC8DF and #DFEEC8 with #C8DFEE are triadic colors.

2 #EEDFC8 and #DFC8EE with #C8DFEE are triadic colors.