COLOR #C7D9A7

HEX: #C7D9A7
RGB: (199,217,167)

Color info

#C7D9A7 contains red, green and blue colors in about the same proportion. Web safe color of #C7D9A7 is #CCCC99 (or #CC9).

RGB color model

#C7D9A7 color RGB value is (199,217,167).

  • red value is 199;
  • green value is 217;
  • blue value is 167.
RGB:
(199,217,167)
(78%,85%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 167 of 255 = 65%

199
217
167

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

Portions of RGB colors in percentages

R + G + B =
199 + 217 + 167 = 583 (100%)
R 199 of 583 ~ 34.13%
G 217 of 583 ~ 37.22%
B 167 of 583 ~ 28.64%

%34.13
%37.22
%28.64

CMYK color model

#C7D9A7 color CMYK value is (8,0,23,15).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 14.90%
CMYK:
(8,0,23,15)
C8M0Y23K15 
(8%,0%,23%,15%)
(0.08/0.00/0.23/0.15)	

CMYK percentages

%8.29
%0
%23.04
%14.9

Codes

Color #C7D9A7 in popluar color models

C7D9A7
RGB199217167
HSL82°39.68%75.29%
HSB/HSV82°23.04%85.10%
CMYK8.29%0.00%23.04%
14.90%

Color #C7D9A7 in popluar number systems.

HEXC7D9A7
Decimal199217167
Binary110001111101100110100111
Octal307331247

Shades and tints

Shades of #C7D9A7

#C7D9A7
(199,217,167)
#B5C698
(181,198,152)
#A3B389
(163,179,137)
#91A07A
(145,160,122)
#7F8D6B
(127,141,107)
#6D7A5C
(109,122,92)
#5B674D
(91,103,77)
#49543E
(73,84,62)
#37412F
(55,65,47)
#252E20
(37,46,32)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #C7D9A7

#C7D9A7
(199,217,167)
#CCDCAF
(204,220,175)
#D1DFB7
(209,223,183)
#D6E2BF
(214,226,191)
#DBE5C7
(219,229,199)
#E0E8CF
(224,232,207)
#E5EBD7
(229,235,215)
#EAEEDF
(234,238,223)
#EFF1E7
(239,241,231)
#F4F4EF
(244,244,239)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D9A7 color. Also use rgb(199,217,167) instead hex code.

Text Font Color

.myTextColor { color: #C7D9A7; }

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

This text font color is #C7D9A7.


Background Color

.myBgColor { background-color: #C7D9A7; }

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

This div background color is #C7D9A7.


Border color

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

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

This div border color is #C7D9A7.


Opacity

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

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

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

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

This text has shadow with #C7D9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9A7 on black background.


Color preview on white background

This text has color #C7D9A7 on white background.



Black color preview on #C7D9A7 background

This text has black color on #C7D9A7 background.


White color preview on #C7D9A7 background

This text has white color on #C7D9A7 background.