COLOR #C8D296

HEX: #C8D296
RGB: (200,210,150)

Color info

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

RGB color model

#C8D296 color RGB value is (200,210,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 210 of 255 = 82%
B 150 of 255 = 59%

200
210
150

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 150 = 560 (100%)
R 200 of 560 ~ 35.71%
G 210 of 560 ~ 37.5%
B 150 of 560 ~ 26.79%

%35.71
%37.5
%26.79

CMYK color model

#C8D296 color CMYK value is (5,0,29,18).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(5,0,29,18)
C5M0Y29K18 
(5%,0%,29%,18%)
(0.05/0.00/0.29/0.18)	

CMYK percentages

%4.76
%0
%28.57
%17.65

Codes

Color #C8D296 in popluar color models

C8D296
RGB200210150
HSL70°40.00%70.59%
HSB/HSV70°28.57%82.35%
CMYK4.76%0.00%28.57%
17.65%

Color #C8D296 in popluar number systems.

HEXC8D296
Decimal200210150
Binary110010001101001010010110
Octal310322226

Shades and tints

Shades of #C8D296

#C8D296
(200,210,150)
#B6BF89
(182,191,137)
#A4AC7C
(164,172,124)
#92996F
(146,153,111)
#808662
(128,134,98)
#6E7355
(110,115,85)
#5C6048
(92,96,72)
#4A4D3B
(74,77,59)
#383A2E
(56,58,46)
#262721
(38,39,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8D296

#C8D296
(200,210,150)
#CDD69F
(205,214,159)
#D2DAA8
(210,218,168)
#D7DEB1
(215,222,177)
#DCE2BA
(220,226,186)
#E1E6C3
(225,230,195)
#E6EACC
(230,234,204)
#EBEED5
(235,238,213)
#F0F2DE
(240,242,222)
#F5F6E7
(245,246,231)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D296; }

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

This text font color is #C8D296.


Background Color

.myBgColor { background-color: #C8D296; }

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

This div background color is #C8D296.


Border color

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

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

This div border color is #C8D296.


Opacity

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

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

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

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

This text has shadow with #C8D296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D296 on black background.


Color preview on white background

This text has color #C8D296 on white background.



Black color preview on #C8D296 background

This text has black color on #C8D296 background.


White color preview on #C8D296 background

This text has white color on #C8D296 background.