COLOR #C7D0AD

HEX: #C7D0AD
RGB: (199,208,173)

Color info

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

RGB color model

#C7D0AD color RGB value is (199,208,173).

  • red value is 199;
  • green value is 208;
  • blue value is 173.
RGB:
(199,208,173)
(78%,82%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 173 of 255 = 68%

199
208
173

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

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 173 = 580 (100%)
R 199 of 580 ~ 34.31%
G 208 of 580 ~ 35.86%
B 173 of 580 ~ 29.83%

%34.31
%35.86
%29.83

CMYK color model

#C7D0AD color CMYK value is (4,0,17,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(4,0,17,18)
C4M0Y17K18 
(4%,0%,17%,18%)
(0.04/0.00/0.17/0.18)	

CMYK percentages

%4.33
%0
%16.83
%18.43

Codes

Color #C7D0AD in popluar color models

C7D0AD
RGB199208173
HSL75°27.13%74.71%
HSB/HSV75°16.83%81.57%
CMYK4.33%0.00%16.83%
18.43%

Color #C7D0AD in popluar number systems.

HEXC7D0AD
Decimal199208173
Binary110001111101000010101101
Octal307320255

Shades and tints

Shades of #C7D0AD

#C7D0AD
(199,208,173)
#B5BE9E
(181,190,158)
#A3AC8F
(163,172,143)
#919A80
(145,154,128)
#7F8871
(127,136,113)
#6D7662
(109,118,98)
#5B6453
(91,100,83)
#495244
(73,82,68)
#374035
(55,64,53)
#252E26
(37,46,38)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #C7D0AD

#C7D0AD
(199,208,173)
#CCD4B4
(204,212,180)
#D1D8BB
(209,216,187)
#D6DCC2
(214,220,194)
#DBE0C9
(219,224,201)
#E0E4D0
(224,228,208)
#E5E8D7
(229,232,215)
#EAECDE
(234,236,222)
#EFF0E5
(239,240,229)
#F4F4EC
(244,244,236)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D0AD color. Also use rgb(199,208,173) instead hex code.

Text Font Color

.myTextColor { color: #C7D0AD; }

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

This text font color is #C7D0AD.


Background Color

.myBgColor { background-color: #C7D0AD; }

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

This div background color is #C7D0AD.


Border color

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

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

This div border color is #C7D0AD.


Opacity

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

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

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

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

This text has shadow with #C7D0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D0AD on black background.


Color preview on white background

This text has color #C7D0AD on white background.



Black color preview on #C7D0AD background

This text has black color on #C7D0AD background.


White color preview on #C7D0AD background

This text has white color on #C7D0AD background.