COLOR #C8DFEF

HEX: #C8DFEF RGB: (200,223,239)

Color info

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

RGB color model

#C8DFEF color RGB value is (200,223,239).

RGB: (200,223,239) (78%, 87%, 94%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 239 of 255 = 94%

200
223
239

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

Portions of RGB colors in percentages

R + G + B = 200 + 223 + 239 = 662 (100%)
R 200 of 662 ~ 30.21%
G 223 of 662 ~ 33.69%
B 239 of 662 ~ 36.1'%

%30.21
%33.69
%36.1

CMYK color model

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

  • cyan value is 16.32%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (16,7,0,6) C16M7Y0K6 (16%,7%,0%,6%) (0.16/0.07/0.00/0.06) 

CMYK percentages

%16.32
%6.69
%0
%6.27

Codes

Color #C8DFEF in popluar color models

C8 DF EF
RGB 200 223 239
HSL 205° 54.93% 86.08%
HSB/HSV 205° 16.32% 93.73%
CMYK 16.32% 6.69% 0.00%
6.27%

Color #C8DFEF in popluar number systems.

HEX C8 DF EF
Decimal 200 223 239
Binary 11001000 11011111 11101111
Octal 310 337 357

Shades and tints

Shades of #C8DFEF

#C8DFEF
(200,223,239)
#B6CBDA
(182,203,218)
#A4B7C5
(164,183,197)
#92A3B0
(146,163,176)
#808F9B
(128,143,155)
#6E7B86
(110,123,134)
#5C6771
(92,103,113)
#4A535C
(74,83,92)
#383F47
(56,63,71)
#262B32
(38,43,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #C8DFEF

#C8DFEF
(200,223,239)
#CDE1F0
(205,225,240)
#D2E3F1
(210,227,241)
#D7E5F2
(215,229,242)
#DCE7F3
(220,231,243)
#E1E9F4
(225,233,244)
#E6EBF5
(230,235,245)
#EBEDF6
(235,237,246)
#F0EFF7
(240,239,247)
#F5F1F8
(245,241,248)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DFEF; }

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

This text font color is #C8DFEF.

Background Color

.myBgColor { background-color: #C8DFEF; }

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

This div background color is #C8DFEF.

Border color

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

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

This div border color is #C8DFEF.

Opacity

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

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

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

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

This text has shadow with #C8DFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DFEF.

Preview

Color preview on black background

This text has color #C8DFEF on black background.


Color preview on white background

This text has color #C8DFEF on white background.


Black color preview on #C8DFEF background

This text has black color on #C8DFEF background.


White color preview on #C8DFEF background

This text has white color on #C8DFEF background.


Related colors

Complementary color

Complementary color for #hex is #372010.


I love getcolorcode.com

Triadic colors

1 #EFC8DF and #DFEFC8 with #C8DFEF are triadic colors.

2 #EFDFC8 and #DFC8EF with #C8DFEF are triadic colors.