COLOR #C8EFFD

HEX: #C8EFFD RGB: (200,239,253)

Color info

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

RGB color model

#C8EFFD color RGB value is (200,239,253).

RGB: (200,239,253) (78%, 94%, 99%)

RGB channels and saturation

R 200 of 255 = 78%
G 239 of 255 = 94%
B 253 of 255 = 99%

200
239
253

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

Portions of RGB colors in percentages

R + G + B = 200 + 239 + 253 = 692 (100%)
R 200 of 692 ~ 28.9%
G 239 of 692 ~ 34.54%
B 253 of 692 ~ 36.56'%

%28.9
%34.54
%36.56

CMYK color model

#C8EFFD color CMYK value is (21,6,0,1).

  • cyan value is 20.95%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,6,0,1)
C21M6Y0K1 (21%, 6%, 0%, 1%)
(0.21 / 0.06 / 0.00 / 0.01)

CMYK percentages

%20.95
%5.53
%0
%0.78

Codes

Color #C8EFFD in popluar color models

C8 EF FD
RGB 200 239 253
HSL 196° 92.98% 88.82%
HSB/HSV 196° 20.95% 99.22%
CMYK 20.95% 5.53% 0.00%
0.78%

Color #C8EFFD in popluar number systems.

HEX C8 EF FD
Decimal 200 239 253
Binary 11001000 11101111 11111101
Octal 310 357 375

Shades and tints

Shades of #C8EFFD

#C8EFFD
(200,239,253)
#B6DAE6
(182,218,230)
#A4C5CF
(164,197,207)
#92B0B8
(146,176,184)
#809BA1
(128,155,161)
#6E868A
(110,134,138)
#5C7173
(92,113,115)
#4A5C5C
(74,92,92)
#384745
(56,71,69)
#26322E
(38,50,46)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #C8EFFD

#C8EFFD
(200,239,253)
#CDF0FD
(205,240,253)
#D2F1FD
(210,241,253)
#D7F2FD
(215,242,253)
#DCF3FD
(220,243,253)
#E1F4FD
(225,244,253)
#E6F5FD
(230,245,253)
#EBF6FD
(235,246,253)
#F0F7FD
(240,247,253)
#F5F8FD
(245,248,253)
#FAF9FD
(250,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EFFD; }

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

This text font color is #C8EFFD.

Background Color

.myBgColor { background-color: #C8EFFD; }

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

This div background color is #C8EFFD.

Border color

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

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

This div border color is #C8EFFD.

Opacity

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

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

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

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

This text has shadow with #C8EFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EFFD.

Preview

Color preview on black background

This text has color #C8EFFD on black background.


Color preview on white background

This text has color #C8EFFD on white background.


Black color preview on #C8EFFD background

This text has black color on #C8EFFD background.


White color preview on #C8EFFD background

This text has white color on #C8EFFD background.


Related colors

Complementary color

Complementary color for #hex is #371002.


I love getcolorcode.com

Triadic colors

1 #FDC8EF and #EFFDC8 with #C8EFFD are triadic colors.

2 #FDEFC8 and #EFC8FD with #C8EFFD are triadic colors.