COLOR #C7DCA0

HEX: #C7DCA0
RGB: (199,220,160)

Color info

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

RGB color model

#C7DCA0 color RGB value is (199,220,160).

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

RGB channels and saturation

R 199 of 255 = 78%
G 220 of 255 = 86%
B 160 of 255 = 63%

199
220
160

R + G + B ~ 76%. #C7DCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 220 + 160 = 579 (100%)
R 199 of 579 ~ 34.37%
G 220 of 579 ~ 38%
B 160 of 579 ~ 27.63%

%34.37
%38
%27.63

CMYK color model

#C7DCA0 color CMYK value is (10,0,27,14).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 13.73%
CMYK:
(10,0,27,14)
C10M0Y27K14 
(10%,0%,27%,14%)
(0.10/0.00/0.27/0.14)	

CMYK percentages

%9.55
%0
%27.27
%13.73

Codes

Color #C7DCA0 in popluar color models

C7DCA0
RGB199220160
HSL81°46.15%74.51%
HSB/HSV81°27.27%86.27%
CMYK9.55%0.00%27.27%
13.73%

Color #C7DCA0 in popluar number systems.

HEXC7DCA0
Decimal199220160
Binary110001111101110010100000
Octal307334240

Shades and tints

Shades of #C7DCA0

#C7DCA0
(199,220,160)
#B5C892
(181,200,146)
#A3B484
(163,180,132)
#91A076
(145,160,118)
#7F8C68
(127,140,104)
#6D785A
(109,120,90)
#5B644C
(91,100,76)
#49503E
(73,80,62)
#373C30
(55,60,48)
#252822
(37,40,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C7DCA0

#C7DCA0
(199,220,160)
#CCDFA8
(204,223,168)
#D1E2B0
(209,226,176)
#D6E5B8
(214,229,184)
#DBE8C0
(219,232,192)
#E0EBC8
(224,235,200)
#E5EED0
(229,238,208)
#EAF1D8
(234,241,216)
#EFF4E0
(239,244,224)
#F4F7E8
(244,247,232)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCA0; }

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

This text font color is #C7DCA0.


Background Color

.myBgColor { background-color: #C7DCA0; }

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

This div background color is #C7DCA0.


Border color

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

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

This div border color is #C7DCA0.


Opacity

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

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

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

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

This text has shadow with #C7DCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCA0 on black background.


Color preview on white background

This text has color #C7DCA0 on white background.



Black color preview on #C7DCA0 background

This text has black color on #C7DCA0 background.


White color preview on #C7DCA0 background

This text has white color on #C7DCA0 background.