COLOR #C8F0EC

HEX: #C8F0EC RGB: (200,240,236)

Color info

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

RGB color model

#C8F0EC color RGB value is (200,240,236).

RGB: (200,240,236) (78%, 94%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 236 of 255 = 93%

200
240
236

R + G + B ~ 88%. #C8F0EC is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 240 + 236 = 676 (100%)
R 200 of 676 ~ 29.59%
G 240 of 676 ~ 35.5%
B 236 of 676 ~ 34.91'%

%29.59
%35.5
%34.91

CMYK color model

#C8F0EC color CMYK value is (17,0,2,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (17,0,2,6)
C17M0Y2K6 (17%, 0%, 2%, 6%)
(0.17 / 0.00 / 0.02 / 0.06)

CMYK percentages

%16.67
%0
%1.67
%5.88

Codes

Color #C8F0EC in popluar color models

C8 F0 EC
RGB 200 240 236
HSL 174° 57.14% 86.27%
HSB/HSV 174° 16.67% 94.12%
CMYK 16.67% 0.00% 1.67%
5.88%

Color #C8F0EC in popluar number systems.

HEX C8 F0 EC
Decimal 200 240 236
Binary 11001000 11110000 11101100
Octal 310 360 354

Shades and tints

Shades of #C8F0EC

#C8F0EC
(200,240,236)
#B6DBD7
(182,219,215)
#A4C6C2
(164,198,194)
#92B1AD
(146,177,173)
#809C98
(128,156,152)
#6E8783
(110,135,131)
#5C726E
(92,114,110)
#4A5D59
(74,93,89)
#384844
(56,72,68)
#26332F
(38,51,47)
#141E1A
(20,30,26)
#000000
(0,0,0)

Tints of #C8F0EC

#C8F0EC
(200,240,236)
#CDF1ED
(205,241,237)
#D2F2EE
(210,242,238)
#D7F3EF
(215,243,239)
#DCF4F0
(220,244,240)
#E1F5F1
(225,245,241)
#E6F6F2
(230,246,242)
#EBF7F3
(235,247,243)
#F0F8F4
(240,248,244)
#F5F9F5
(245,249,245)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F0EC color. Also use rgb(200,240,236) instead hex code.

Text Font Color

.myTextColor { color: #C8F0EC; }

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

This text font color is #C8F0EC.

Background Color

.myBgColor { background-color: #C8F0EC; }

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

This div background color is #C8F0EC.

Border color

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

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

This div border color is #C8F0EC.

Opacity

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

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

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

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

This text has shadow with #C8F0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F0EC.

Preview

Color preview on black background

This text has color #C8F0EC on black background.


Color preview on white background

This text has color #C8F0EC on white background.


Black color preview on #C8F0EC background

This text has black color on #C8F0EC background.


White color preview on #C8F0EC background

This text has white color on #C8F0EC background.


Related colors

Complementary color

Complementary color for #hex is #370F13.


I love getcolorcode.com

Triadic colors

1 #ECC8F0 and #F0ECC8 with #C8F0EC are triadic colors.

2 #ECF0C8 and #F0C8EC with #C8F0EC are triadic colors.