COLOR #C8E9A5

HEX: #C8E9A5
RGB: (200,233,165)

Color info

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

RGB color model

#C8E9A5 color RGB value is (200,233,165).

  • red value is 200;
  • green value is 233;
  • blue value is 165.
RGB:
(200,233,165)
(78%,91%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 233 of 255 = 91%
B 165 of 255 = 65%

200
233
165

R + G + B ~ 78%. #C8E9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 233 + 165 = 598 (100%)
R 200 of 598 ~ 33.44%
G 233 of 598 ~ 38.96%
B 165 of 598 ~ 27.59%

%33.44
%38.96
%27.59

CMYK color model

#C8E9A5 color CMYK value is (14,0,29,9).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 29.18%
  • key color value is 8.63%
CMYK:
(14,0,29,9)
C14M0Y29K9 
(14%,0%,29%,9%)
(0.14/0.00/0.29/0.09)	

CMYK percentages

%14.16
%0
%29.18
%8.63

Codes

Color #C8E9A5 in popluar color models

C8E9A5
RGB200233165
HSL89°60.71%78.04%
HSB/HSV89°29.18%91.37%
CMYK14.16%0.00%29.18%
8.63%

Color #C8E9A5 in popluar number systems.

HEXC8E9A5
Decimal200233165
Binary110010001110100110100101
Octal310351245

Shades and tints

Shades of #C8E9A5

#C8E9A5
(200,233,165)
#B6D496
(182,212,150)
#A4BF87
(164,191,135)
#92AA78
(146,170,120)
#809569
(128,149,105)
#6E805A
(110,128,90)
#5C6B4B
(92,107,75)
#4A563C
(74,86,60)
#38412D
(56,65,45)
#262C1E
(38,44,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #C8E9A5

#C8E9A5
(200,233,165)
#CDEBAD
(205,235,173)
#D2EDB5
(210,237,181)
#D7EFBD
(215,239,189)
#DCF1C5
(220,241,197)
#E1F3CD
(225,243,205)
#E6F5D5
(230,245,213)
#EBF7DD
(235,247,221)
#F0F9E5
(240,249,229)
#F5FBED
(245,251,237)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E9A5 color. Also use rgb(200,233,165) instead hex code.

Text Font Color

.myTextColor { color: #C8E9A5; }

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

This text font color is #C8E9A5.


Background Color

.myBgColor { background-color: #C8E9A5; }

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

This div background color is #C8E9A5.


Border color

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

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

This div border color is #C8E9A5.


Opacity

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

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

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

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

This text has shadow with #C8E9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E9A5 on black background.


Color preview on white background

This text has color #C8E9A5 on white background.



Black color preview on #C8E9A5 background

This text has black color on #C8E9A5 background.


White color preview on #C8E9A5 background

This text has white color on #C8E9A5 background.