COLOR #C7AD96

HEX: #C7AD96
RGB: (199,173,150)

Color info

#C7AD96 contains red, green and blue colors in about the same proportion. Web safe color of #C7AD96 is #CC9999 (or #C99).

RGB color model

#C7AD96 color RGB value is (199,173,150).

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

RGB channels and saturation

R 199 of 255 = 78%
G 173 of 255 = 68%
B 150 of 255 = 59%

199
173
150

R + G + B ~ 68%. #C7AD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 173 + 150 = 522 (100%)
R 199 of 522 ~ 38.12%
G 173 of 522 ~ 33.14%
B 150 of 522 ~ 28.74%

%38.12
%33.14
%28.74

CMYK color model

#C7AD96 color CMYK value is (0,13,25,22).

  • cyan value is 0.00%
  • magenta value is 13.07%
  • yellow value is 24.62%
  • key color value is 21.96%
CMYK:
(0,13,25,22)
C0M13Y25K22 
(0%,13%,25%,22%)
(0.00/0.13/0.25/0.22)	

CMYK percentages

%0
%13.07
%24.62
%21.96

Codes

Color #C7AD96 in popluar color models

C7AD96
RGB199173150
HSL28°30.43%68.43%
HSB/HSV28°24.62%78.04%
CMYK0.00%13.07%24.62%
21.96%

Color #C7AD96 in popluar number systems.

HEXC7AD96
Decimal199173150
Binary110001111010110110010110
Octal307255226

Shades and tints

Shades of #C7AD96

#C7AD96
(199,173,150)
#B59E89
(181,158,137)
#A38F7C
(163,143,124)
#91806F
(145,128,111)
#7F7162
(127,113,98)
#6D6255
(109,98,85)
#5B5348
(91,83,72)
#49443B
(73,68,59)
#37352E
(55,53,46)
#252621
(37,38,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #C7AD96

#C7AD96
(199,173,150)
#CCB49F
(204,180,159)
#D1BBA8
(209,187,168)
#D6C2B1
(214,194,177)
#DBC9BA
(219,201,186)
#E0D0C3
(224,208,195)
#E5D7CC
(229,215,204)
#EADED5
(234,222,213)
#EFE5DE
(239,229,222)
#F4ECE7
(244,236,231)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AD96; }

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

This text font color is #C7AD96.


Background Color

.myBgColor { background-color: #C7AD96; }

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

This div background color is #C7AD96.


Border color

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

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

This div border color is #C7AD96.


Opacity

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

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

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

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

This text has shadow with #C7AD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AD96 on black background.


Color preview on white background

This text has color #C7AD96 on white background.



Black color preview on #C7AD96 background

This text has black color on #C7AD96 background.


White color preview on #C7AD96 background

This text has white color on #C7AD96 background.