COLOR #C8E695

HEX: #C8E695
RGB: (200,230,149)

Color info

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

RGB color model

#C8E695 color RGB value is (200,230,149).

  • red value is 200;
  • green value is 230;
  • blue value is 149.
RGB:
(200,230,149)
(78%,90%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 230 of 255 = 90%
B 149 of 255 = 58%

200
230
149

R + G + B ~ 75%. #C8E695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 230 + 149 = 579 (100%)
R 200 of 579 ~ 34.54%
G 230 of 579 ~ 39.72%
B 149 of 579 ~ 25.73%

%34.54
%39.72
%25.73

CMYK color model

#C8E695 color CMYK value is (13,0,35,10).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK:
(13,0,35,10)
C13M0Y35K10 
(13%,0%,35%,10%)
(0.13/0.00/0.35/0.10)	

CMYK percentages

%13.04
%0
%35.22
%9.8

Codes

Color #C8E695 in popluar color models

C8E695
RGB200230149
HSL82°61.83%74.31%
HSB/HSV82°35.22%90.20%
CMYK13.04%0.00%35.22%
9.80%

Color #C8E695 in popluar number systems.

HEXC8E695
Decimal200230149
Binary110010001110011010010101
Octal310346225

Shades and tints

Shades of #C8E695

#C8E695
(200,230,149)
#B6D288
(182,210,136)
#A4BE7B
(164,190,123)
#92AA6E
(146,170,110)
#809661
(128,150,97)
#6E8254
(110,130,84)
#5C6E47
(92,110,71)
#4A5A3A
(74,90,58)
#38462D
(56,70,45)
#263220
(38,50,32)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #C8E695

#C8E695
(200,230,149)
#CDE89E
(205,232,158)
#D2EAA7
(210,234,167)
#D7ECB0
(215,236,176)
#DCEEB9
(220,238,185)
#E1F0C2
(225,240,194)
#E6F2CB
(230,242,203)
#EBF4D4
(235,244,212)
#F0F6DD
(240,246,221)
#F5F8E6
(245,248,230)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E695 color. Also use rgb(200,230,149) instead hex code.

Text Font Color

.myTextColor { color: #C8E695; }

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

This text font color is #C8E695.


Background Color

.myBgColor { background-color: #C8E695; }

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

This div background color is #C8E695.


Border color

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

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

This div border color is #C8E695.


Opacity

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

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

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

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

This text has shadow with #C8E695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E695 on black background.


Color preview on white background

This text has color #C8E695 on white background.



Black color preview on #C8E695 background

This text has black color on #C8E695 background.


White color preview on #C8E695 background

This text has white color on #C8E695 background.