COLOR #C8EDD4

HEX: #C8EDD4 RGB: (200,237,212)

Color info

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

RGB color model

#C8EDD4 color RGB value is (200,237,212).

RGB: (200,237,212) (78%, 93%, 83%)

RGB channels and saturation

R 200 of 255 = 78%
G 237 of 255 = 93%
B 212 of 255 = 83%

200
237
212

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

Portions of RGB colors in percentages

R + G + B = 200 + 237 + 212 = 649 (100%)
R 200 of 649 ~ 30.82%
G 237 of 649 ~ 36.52%
B 212 of 649 ~ 32.67'%

%30.82
%36.52
%32.67

CMYK color model

#C8EDD4 color CMYK value is (16,0,11,7).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 7.06%

CMYK: (16,0,11,7)
C16M0Y11K7 (16%, 0%, 11%, 7%)
(0.16 / 0.00 / 0.11 / 0.07)

CMYK percentages

%15.61
%0
%10.55
%7.06

Codes

Color #C8EDD4 in popluar color models

C8 ED D4
RGB 200 237 212
HSL 139° 50.68% 85.69%
HSB/HSV 139° 15.61% 92.94%
CMYK 15.61% 0.00% 10.55%
7.06%

Color #C8EDD4 in popluar number systems.

HEX C8 ED D4
Decimal 200 237 212
Binary 11001000 11101101 11010100
Octal 310 355 324

Shades and tints

Shades of #C8EDD4

#C8EDD4
(200,237,212)
#B6D8C1
(182,216,193)
#A4C3AE
(164,195,174)
#92AE9B
(146,174,155)
#809988
(128,153,136)
#6E8475
(110,132,117)
#5C6F62
(92,111,98)
#4A5A4F
(74,90,79)
#38453C
(56,69,60)
#263029
(38,48,41)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #C8EDD4

#C8EDD4
(200,237,212)
#CDEED7
(205,238,215)
#D2EFDA
(210,239,218)
#D7F0DD
(215,240,221)
#DCF1E0
(220,241,224)
#E1F2E3
(225,242,227)
#E6F3E6
(230,243,230)
#EBF4E9
(235,244,233)
#F0F5EC
(240,245,236)
#F5F6EF
(245,246,239)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EDD4; }

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

This text font color is #C8EDD4.

Background Color

.myBgColor { background-color: #C8EDD4; }

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

This div background color is #C8EDD4.

Border color

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

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

This div border color is #C8EDD4.

Opacity

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

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

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

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

This text has shadow with #C8EDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EDD4.

Preview

Color preview on black background

This text has color #C8EDD4 on black background.


Color preview on white background

This text has color #C8EDD4 on white background.


Black color preview on #C8EDD4 background

This text has black color on #C8EDD4 background.


White color preview on #C8EDD4 background

This text has white color on #C8EDD4 background.


Related colors

Complementary color

Complementary color for #hex is #37122B.


I love getcolorcode.com

Triadic colors

1 #D4C8ED and #EDD4C8 with #C8EDD4 are triadic colors.

2 #D4EDC8 and #EDC8D4 with #C8EDD4 are triadic colors.