COLOR #C8EDF9

HEX: #C8EDF9 RGB: (200,237,249)

Color info

#C8EDF9 contains red, green and blue colors in about the same proportion. Web safe color of #C8EDF9 is #CCFFFF (or #CFF).

RGB color model

#C8EDF9 color RGB value is (200,237,249).

RGB: (200,237,249) (78%, 93%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 237 of 255 = 93%
B 249 of 255 = 98%

200
237
249

R + G + B ~ 90%. #C8EDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 237 + 249 = 686 (100%)
R 200 of 686 ~ 29.15%
G 237 of 686 ~ 34.55%
B 249 of 686 ~ 36.3'%

%29.15
%34.55
%36.3

CMYK color model

#C8EDF9 color CMYK value is (20,5,0,2).

  • cyan value is 19.68%
  • magenta value is 4.82%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (20,5,0,2)
C20M5Y0K2 (20%, 5%, 0%, 2%)
(0.20 / 0.05 / 0.00 / 0.02)

CMYK percentages

%19.68
%4.82
%0
%2.35

Codes

Color #C8EDF9 in popluar color models

C8 ED F9
RGB 200 237 249
HSL 195° 80.33% 88.04%
HSB/HSV 195° 19.68% 97.65%
CMYK 19.68% 4.82% 0.00%
2.35%

Color #C8EDF9 in popluar number systems.

HEX C8 ED F9
Decimal 200 237 249
Binary 11001000 11101101 11111001
Octal 310 355 371

Shades and tints

Shades of #C8EDF9

#C8EDF9
(200,237,249)
#B6D8E3
(182,216,227)
#A4C3CD
(164,195,205)
#92AEB7
(146,174,183)
#8099A1
(128,153,161)
#6E848B
(110,132,139)
#5C6F75
(92,111,117)
#4A5A5F
(74,90,95)
#384549
(56,69,73)
#263033
(38,48,51)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #C8EDF9

#C8EDF9
(200,237,249)
#CDEEF9
(205,238,249)
#D2EFF9
(210,239,249)
#D7F0F9
(215,240,249)
#DCF1F9
(220,241,249)
#E1F2F9
(225,242,249)
#E6F3F9
(230,243,249)
#EBF4F9
(235,244,249)
#F0F5F9
(240,245,249)
#F5F6F9
(245,246,249)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EDF9 color. Also use rgb(200,237,249) instead hex code.

Text Font Color

.myTextColor { color: #C8EDF9; }

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

This text font color is #C8EDF9.

Background Color

.myBgColor { background-color: #C8EDF9; }

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

This div background color is #C8EDF9.

Border color

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

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

This div border color is #C8EDF9.

Opacity

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

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

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

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

This text has shadow with #C8EDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EDF9.

Preview

Color preview on black background

This text has color #C8EDF9 on black background.


Color preview on white background

This text has color #C8EDF9 on white background.


Black color preview on #C8EDF9 background

This text has black color on #C8EDF9 background.


White color preview on #C8EDF9 background

This text has white color on #C8EDF9 background.


Related colors

Complementary color

Complementary color for #hex is #371206.


I love getcolorcode.com

Triadic colors

1 #F9C8ED and #EDF9C8 with #C8EDF9 are triadic colors.

2 #F9EDC8 and #EDC8F9 with #C8EDF9 are triadic colors.