COLOR #C8F3EF

HEX: #C8F3EF RGB: (200,243,239)

Color info

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

RGB color model

#C8F3EF color RGB value is (200,243,239).

RGB: (200,243,239) (78%, 95%, 94%)

RGB channels and saturation

R 200 of 255 = 78%
G 243 of 255 = 95%
B 239 of 255 = 94%

200
243
239

R + G + B ~ 89%. #C8F3EF is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 243 + 239 = 682 (100%)
R 200 of 682 ~ 29.33%
G 243 of 682 ~ 35.63%
B 239 of 682 ~ 35.04'%

%29.33
%35.63
%35.04

CMYK color model

#C8F3EF color CMYK value is (18,0,2,5).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 4.71%

CMYK: (18,0,2,5)
C18M0Y2K5 (18%, 0%, 2%, 5%)
(0.18 / 0.00 / 0.02 / 0.05)

CMYK percentages

%17.7
%0
%1.65
%4.71

Codes

Color #C8F3EF in popluar color models

C8 F3 EF
RGB 200 243 239
HSL 174° 64.18% 86.86%
HSB/HSV 174° 17.70% 95.29%
CMYK 17.70% 0.00% 1.65%
4.71%

Color #C8F3EF in popluar number systems.

HEX C8 F3 EF
Decimal 200 243 239
Binary 11001000 11110011 11101111
Octal 310 363 357

Shades and tints

Shades of #C8F3EF

#C8F3EF
(200,243,239)
#B6DDDA
(182,221,218)
#A4C7C5
(164,199,197)
#92B1B0
(146,177,176)
#809B9B
(128,155,155)
#6E8586
(110,133,134)
#5C6F71
(92,111,113)
#4A595C
(74,89,92)
#384347
(56,67,71)
#262D32
(38,45,50)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #C8F3EF

#C8F3EF
(200,243,239)
#CDF4F0
(205,244,240)
#D2F5F1
(210,245,241)
#D7F6F2
(215,246,242)
#DCF7F3
(220,247,243)
#E1F8F4
(225,248,244)
#E6F9F5
(230,249,245)
#EBFAF6
(235,250,246)
#F0FBF7
(240,251,247)
#F5FCF8
(245,252,248)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F3EF; }

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

This text font color is #C8F3EF.

Background Color

.myBgColor { background-color: #C8F3EF; }

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

This div background color is #C8F3EF.

Border color

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

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

This div border color is #C8F3EF.

Opacity

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

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

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

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

This text has shadow with #C8F3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F3EF.

Preview

Color preview on black background

This text has color #C8F3EF on black background.


Color preview on white background

This text has color #C8F3EF on white background.


Black color preview on #C8F3EF background

This text has black color on #C8F3EF background.


White color preview on #C8F3EF background

This text has white color on #C8F3EF background.


Related colors

Complementary color

Complementary color for #hex is #370C10.


I love getcolorcode.com

Triadic colors

1 #EFC8F3 and #F3EFC8 with #C8F3EF are triadic colors.

2 #EFF3C8 and #F3C8EF with #C8F3EF are triadic colors.