COLOR #C8EDB1

HEX: #C8EDB1
RGB: (200,237,177)

Color info

#C8EDB1 contains mainly red and green colors. Web safe color of #C8EDB1 is #CCFF99 (or #CF9).

RGB color model

#C8EDB1 color RGB value is (200,237,177).

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

RGB channels and saturation

R 200 of 255 = 78%
G 237 of 255 = 93%
B 177 of 255 = 69%

200
237
177

R + G + B ~ 80%. #C8EDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 237 + 177 = 614 (100%)
R 200 of 614 ~ 32.57%
G 237 of 614 ~ 38.6%
B 177 of 614 ~ 28.83%

%32.57
%38.6
%28.83

CMYK color model

#C8EDB1 color CMYK value is (16,0,25,7).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 7.06%
CMYK:
(16,0,25,7)
C16M0Y25K7 
(16%,0%,25%,7%)
(0.16/0.00/0.25/0.07)	

CMYK percentages

%15.61
%0
%25.32
%7.06

Codes

Color #C8EDB1 in popluar color models

C8EDB1
RGB200237177
HSL97°62.50%81.18%
HSB/HSV97°25.32%92.94%
CMYK15.61%0.00%25.32%
7.06%

Color #C8EDB1 in popluar number systems.

HEXC8EDB1
Decimal200237177
Binary110010001110110110110001
Octal310355261

Shades and tints

Shades of #C8EDB1

#C8EDB1
(200,237,177)
#B6D8A1
(182,216,161)
#A4C391
(164,195,145)
#92AE81
(146,174,129)
#809971
(128,153,113)
#6E8461
(110,132,97)
#5C6F51
(92,111,81)
#4A5A41
(74,90,65)
#384531
(56,69,49)
#263021
(38,48,33)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #C8EDB1

#C8EDB1
(200,237,177)
#CDEEB8
(205,238,184)
#D2EFBF
(210,239,191)
#D7F0C6
(215,240,198)
#DCF1CD
(220,241,205)
#E1F2D4
(225,242,212)
#E6F3DB
(230,243,219)
#EBF4E2
(235,244,226)
#F0F5E9
(240,245,233)
#F5F6F0
(245,246,240)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EDB1; }

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

This text font color is #C8EDB1.


Background Color

.myBgColor { background-color: #C8EDB1; }

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

This div background color is #C8EDB1.


Border color

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

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

This div border color is #C8EDB1.


Opacity

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

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

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

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

This text has shadow with #C8EDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EDB1 on black background.


Color preview on white background

This text has color #C8EDB1 on white background.



Black color preview on #C8EDB1 background

This text has black color on #C8EDB1 background.


White color preview on #C8EDB1 background

This text has white color on #C8EDB1 background.