COLOR #C8E186

HEX: #C8E186
RGB: (200,225,134)

Color info

#C8E186 contains mainly red and green colors. Web safe color of #C8E186 is #CCCC99 (or #CC9).

RGB color model

#C8E186 color RGB value is (200,225,134).

  • red value is 200;
  • green value is 225;
  • blue value is 134.
RGB:
(200,225,134)
(78%,88%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 134 of 255 = 53%

200
225
134

R + G + B ~ 73%. #C8E186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 134 = 559 (100%)
R 200 of 559 ~ 35.78%
G 225 of 559 ~ 40.25%
B 134 of 559 ~ 23.97%

%35.78
%40.25
%23.97

CMYK color model

#C8E186 color CMYK value is (11,0,40,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 11.76%
CMYK:
(11,0,40,12)
C11M0Y40K12 
(11%,0%,40%,12%)
(0.11/0.00/0.40/0.12)	

CMYK percentages

%11.11
%0
%40.44
%11.76

Codes

Color #C8E186 in popluar color models

C8E186
RGB200225134
HSL76°60.26%70.39%
HSB/HSV76°40.44%88.24%
CMYK11.11%0.00%40.44%
11.76%

Color #C8E186 in popluar number systems.

HEXC8E186
Decimal200225134
Binary110010001110000110000110
Octal310341206

Shades and tints

Shades of #C8E186

#C8E186
(200,225,134)
#B6CD7A
(182,205,122)
#A4B96E
(164,185,110)
#92A562
(146,165,98)
#809156
(128,145,86)
#6E7D4A
(110,125,74)
#5C693E
(92,105,62)
#4A5532
(74,85,50)
#384126
(56,65,38)
#262D1A
(38,45,26)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #C8E186

#C8E186
(200,225,134)
#CDE391
(205,227,145)
#D2E59C
(210,229,156)
#D7E7A7
(215,231,167)
#DCE9B2
(220,233,178)
#E1EBBD
(225,235,189)
#E6EDC8
(230,237,200)
#EBEFD3
(235,239,211)
#F0F1DE
(240,241,222)
#F5F3E9
(245,243,233)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E186 color. Also use rgb(200,225,134) instead hex code.

Text Font Color

.myTextColor { color: #C8E186; }

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

This text font color is #C8E186.


Background Color

.myBgColor { background-color: #C8E186; }

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

This div background color is #C8E186.


Border color

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

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

This div border color is #C8E186.


Opacity

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

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

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

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

This text has shadow with #C8E186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E186 on black background.


Color preview on white background

This text has color #C8E186 on white background.



Black color preview on #C8E186 background

This text has black color on #C8E186 background.


White color preview on #C8E186 background

This text has white color on #C8E186 background.