COLOR #C8EDC3

HEX: #C8EDC3
RGB: (200,237,195)

Color info

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

RGB color model

#C8EDC3 color RGB value is (200,237,195).

  • red value is 200;
  • green value is 237;
  • blue value is 195.
RGB:
(200,237,195)
(78%,93%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 237 of 255 = 93%
B 195 of 255 = 76%

200
237
195

R + G + B ~ 82%. #C8EDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 237 + 195 = 632 (100%)
R 200 of 632 ~ 31.65%
G 237 of 632 ~ 37.5%
B 195 of 632 ~ 30.85%

%31.65
%37.5
%30.85

CMYK color model

#C8EDC3 color CMYK value is (16,0,18,7).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 7.06%
CMYK:
(16,0,18,7)
C16M0Y18K7 
(16%,0%,18%,7%)
(0.16/0.00/0.18/0.07)	

CMYK percentages

%15.61
%0
%17.72
%7.06

Codes

Color #C8EDC3 in popluar color models

C8EDC3
RGB200237195
HSL113°53.85%84.71%
HSB/HSV113°17.72%92.94%
CMYK15.61%0.00%17.72%
7.06%

Color #C8EDC3 in popluar number systems.

HEXC8EDC3
Decimal200237195
Binary110010001110110111000011
Octal310355303

Shades and tints

Shades of #C8EDC3

#C8EDC3
(200,237,195)
#B6D8B2
(182,216,178)
#A4C3A1
(164,195,161)
#92AE90
(146,174,144)
#80997F
(128,153,127)
#6E846E
(110,132,110)
#5C6F5D
(92,111,93)
#4A5A4C
(74,90,76)
#38453B
(56,69,59)
#26302A
(38,48,42)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8EDC3

#C8EDC3
(200,237,195)
#CDEEC8
(205,238,200)
#D2EFCD
(210,239,205)
#D7F0D2
(215,240,210)
#DCF1D7
(220,241,215)
#E1F2DC
(225,242,220)
#E6F3E1
(230,243,225)
#EBF4E6
(235,244,230)
#F0F5EB
(240,245,235)
#F5F6F0
(245,246,240)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EDC3; }

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

This text font color is #C8EDC3.


Background Color

.myBgColor { background-color: #C8EDC3; }

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

This div background color is #C8EDC3.


Border color

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

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

This div border color is #C8EDC3.


Opacity

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

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

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

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

This text has shadow with #C8EDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EDC3 on black background.


Color preview on white background

This text has color #C8EDC3 on white background.



Black color preview on #C8EDC3 background

This text has black color on #C8EDC3 background.


White color preview on #C8EDC3 background

This text has white color on #C8EDC3 background.