COLOR #C8D796

HEX: #C8D796
RGB: (200,215,150)

Color info

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

RGB color model

#C8D796 color RGB value is (200,215,150).

  • red value is 200;
  • green value is 215;
  • blue value is 150.
RGB:
(200,215,150)
(78%,84%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 215 of 255 = 84%
B 150 of 255 = 59%

200
215
150

R + G + B ~ 74%. #C8D796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 215 + 150 = 565 (100%)
R 200 of 565 ~ 35.4%
G 215 of 565 ~ 38.05%
B 150 of 565 ~ 26.55%

%35.4
%38.05
%26.55

CMYK color model

#C8D796 color CMYK value is (7,0,30,16).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 15.69%
CMYK:
(7,0,30,16)
C7M0Y30K16 
(7%,0%,30%,16%)
(0.07/0.00/0.30/0.16)	

CMYK percentages

%6.98
%0
%30.23
%15.69

Codes

Color #C8D796 in popluar color models

C8D796
RGB200215150
HSL74°44.83%71.57%
HSB/HSV74°30.23%84.31%
CMYK6.98%0.00%30.23%
15.69%

Color #C8D796 in popluar number systems.

HEXC8D796
Decimal200215150
Binary110010001101011110010110
Octal310327226

Shades and tints

Shades of #C8D796

#C8D796
(200,215,150)
#B6C489
(182,196,137)
#A4B17C
(164,177,124)
#929E6F
(146,158,111)
#808B62
(128,139,98)
#6E7855
(110,120,85)
#5C6548
(92,101,72)
#4A523B
(74,82,59)
#383F2E
(56,63,46)
#262C21
(38,44,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #C8D796

#C8D796
(200,215,150)
#CDDA9F
(205,218,159)
#D2DDA8
(210,221,168)
#D7E0B1
(215,224,177)
#DCE3BA
(220,227,186)
#E1E6C3
(225,230,195)
#E6E9CC
(230,233,204)
#EBECD5
(235,236,213)
#F0EFDE
(240,239,222)
#F5F2E7
(245,242,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D796 color. Also use rgb(200,215,150) instead hex code.

Text Font Color

.myTextColor { color: #C8D796; }

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

This text font color is #C8D796.


Background Color

.myBgColor { background-color: #C8D796; }

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

This div background color is #C8D796.


Border color

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

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

This div border color is #C8D796.


Opacity

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

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

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

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

This text has shadow with #C8D796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D796 on black background.


Color preview on white background

This text has color #C8D796 on white background.



Black color preview on #C8D796 background

This text has black color on #C8D796 background.


White color preview on #C8D796 background

This text has white color on #C8D796 background.