COLOR #C7DC9E

HEX: #C7DC9E
RGB: (199,220,158)

Color info

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

RGB color model

#C7DC9E color RGB value is (199,220,158).

  • red value is 199;
  • green value is 220;
  • blue value is 158.
RGB:
(199,220,158)
(78%,86%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 158 of 255 = 62%

199
220
158

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

Portions of RGB colors in percentages

R + G + B =
199 + 220 + 158 = 577 (100%)
R 199 of 577 ~ 34.49%
G 220 of 577 ~ 38.13%
B 158 of 577 ~ 27.38%

%34.49
%38.13
%27.38

CMYK color model

#C7DC9E color CMYK value is (10,0,28,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 13.73%
CMYK:
(10,0,28,14)
C10M0Y28K14 
(10%,0%,28%,14%)
(0.10/0.00/0.28/0.14)	

CMYK percentages

%9.55
%0
%28.18
%13.73

Codes

Color #C7DC9E in popluar color models

C7DC9E
RGB199220158
HSL80°46.97%74.12%
HSB/HSV80°28.18%86.27%
CMYK9.55%0.00%28.18%
13.73%

Color #C7DC9E in popluar number systems.

HEXC7DC9E
Decimal199220158
Binary110001111101110010011110
Octal307334236

Shades and tints

Shades of #C7DC9E

#C7DC9E
(199,220,158)
#B5C890
(181,200,144)
#A3B482
(163,180,130)
#91A074
(145,160,116)
#7F8C66
(127,140,102)
#6D7858
(109,120,88)
#5B644A
(91,100,74)
#49503C
(73,80,60)
#373C2E
(55,60,46)
#252820
(37,40,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #C7DC9E

#C7DC9E
(199,220,158)
#CCDFA6
(204,223,166)
#D1E2AE
(209,226,174)
#D6E5B6
(214,229,182)
#DBE8BE
(219,232,190)
#E0EBC6
(224,235,198)
#E5EECE
(229,238,206)
#EAF1D6
(234,241,214)
#EFF4DE
(239,244,222)
#F4F7E6
(244,247,230)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DC9E color. Also use rgb(199,220,158) instead hex code.

Text Font Color

.myTextColor { color: #C7DC9E; }

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

This text font color is #C7DC9E.


Background Color

.myBgColor { background-color: #C7DC9E; }

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

This div background color is #C7DC9E.


Border color

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

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

This div border color is #C7DC9E.


Opacity

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

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

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

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

This text has shadow with #C7DC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DC9E on black background.


Color preview on white background

This text has color #C7DC9E on white background.



Black color preview on #C7DC9E background

This text has black color on #C7DC9E background.


White color preview on #C7DC9E background

This text has white color on #C7DC9E background.