COLOR #C8EFD6

HEX: #C8EFD6 RGB: (200,239,214)

Color info

#C8EFD6 contains red, green and blue colors in about the same proportion. Web safe color of #C8EFD6 is #CCFFCC (or #CFC).

RGB color model

#C8EFD6 color RGB value is (200,239,214).

RGB: (200,239,214) (78%, 94%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 239 of 255 = 94%
B 214 of 255 = 84%

200
239
214

R + G + B ~ 85%. #C8EFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 239 + 214 = 653 (100%)
R 200 of 653 ~ 30.63%
G 239 of 653 ~ 36.6%
B 214 of 653 ~ 32.77'%

%30.63
%36.6
%32.77

CMYK color model

#C8EFD6 color CMYK value is (16,0,10,6).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%

CMYK: (16,0,10,6)
C16M0Y10K6 (16%, 0%, 10%, 6%)
(0.16 / 0.00 / 0.10 / 0.06)

CMYK percentages

%16.32
%0
%10.46
%6.27

Codes

Color #C8EFD6 in popluar color models

C8 EF D6
RGB 200 239 214
HSL 142° 54.93% 86.08%
HSB/HSV 142° 16.32% 93.73%
CMYK 16.32% 0.00% 10.46%
6.27%

Color #C8EFD6 in popluar number systems.

HEX C8 EF D6
Decimal 200 239 214
Binary 11001000 11101111 11010110
Octal 310 357 326

Shades and tints

Shades of #C8EFD6

#C8EFD6
(200,239,214)
#B6DAC3
(182,218,195)
#A4C5B0
(164,197,176)
#92B09D
(146,176,157)
#809B8A
(128,155,138)
#6E8677
(110,134,119)
#5C7164
(92,113,100)
#4A5C51
(74,92,81)
#38473E
(56,71,62)
#26322B
(38,50,43)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #C8EFD6

#C8EFD6
(200,239,214)
#CDF0D9
(205,240,217)
#D2F1DC
(210,241,220)
#D7F2DF
(215,242,223)
#DCF3E2
(220,243,226)
#E1F4E5
(225,244,229)
#E6F5E8
(230,245,232)
#EBF6EB
(235,246,235)
#F0F7EE
(240,247,238)
#F5F8F1
(245,248,241)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EFD6; }

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

This text font color is #C8EFD6.

Background Color

.myBgColor { background-color: #C8EFD6; }

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

This div background color is #C8EFD6.

Border color

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

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

This div border color is #C8EFD6.

Opacity

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

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

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

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

This text has shadow with #C8EFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EFD6.

Preview

Color preview on black background

This text has color #C8EFD6 on black background.


Color preview on white background

This text has color #C8EFD6 on white background.


Black color preview on #C8EFD6 background

This text has black color on #C8EFD6 background.


White color preview on #C8EFD6 background

This text has white color on #C8EFD6 background.


Related colors

Complementary color

Complementary color for #hex is #371029.


I love getcolorcode.com

Triadic colors

1 #D6C8EF and #EFD6C8 with #C8EFD6 are triadic colors.

2 #D6EFC8 and #EFC8D6 with #C8EFD6 are triadic colors.