COLOR #C7B97A

HEX: #C7B97A
RGB: (199,185,122)

Color info

#C7B97A contains mainly red and green colors. Web safe color of #C7B97A is #CCCC66 (or #CC6).

RGB color model

#C7B97A color RGB value is (199,185,122).

  • red value is 199;
  • green value is 185;
  • blue value is 122.
RGB:
(199,185,122)
(78%,73%,48%)

RGB channels and saturation

R 199 of 255 = 78%
G 185 of 255 = 73%
B 122 of 255 = 48%

199
185
122

R + G + B ~ 66%. #C7B97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 185 + 122 = 506 (100%)
R 199 of 506 ~ 39.33%
G 185 of 506 ~ 36.56%
B 122 of 506 ~ 24.11%

%39.33
%36.56
%24.11

CMYK color model

#C7B97A color CMYK value is (0,7,39,22).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 38.69%
  • key color value is 21.96%
CMYK:
(0,7,39,22)
C0M7Y39K22 
(0%,7%,39%,22%)
(0.00/0.07/0.39/0.22)	

CMYK percentages

%0
%7.04
%38.69
%21.96

Codes

Color #C7B97A in popluar color models

C7B97A
RGB199185122
HSL49°40.74%62.94%
HSB/HSV49°38.69%78.04%
CMYK0.00%7.04%38.69%
21.96%

Color #C7B97A in popluar number systems.

HEXC7B97A
Decimal199185122
Binary11000111101110011111010
Octal307271172

Shades and tints

Shades of #C7B97A

#C7B97A
(199,185,122)
#B5A96F
(181,169,111)
#A39964
(163,153,100)
#918959
(145,137,89)
#7F794E
(127,121,78)
#6D6943
(109,105,67)
#5B5938
(91,89,56)
#49492D
(73,73,45)
#373922
(55,57,34)
#252917
(37,41,23)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #C7B97A

#C7B97A
(199,185,122)
#CCBF86
(204,191,134)
#D1C592
(209,197,146)
#D6CB9E
(214,203,158)
#DBD1AA
(219,209,170)
#E0D7B6
(224,215,182)
#E5DDC2
(229,221,194)
#EAE3CE
(234,227,206)
#EFE9DA
(239,233,218)
#F4EFE6
(244,239,230)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B97A color. Also use rgb(199,185,122) instead hex code.

Text Font Color

.myTextColor { color: #C7B97A; }

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

This text font color is #C7B97A.


Background Color

.myBgColor { background-color: #C7B97A; }

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

This div background color is #C7B97A.


Border color

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

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

This div border color is #C7B97A.


Opacity

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

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

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

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

This text has shadow with #C7B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B97A on black background.


Color preview on white background

This text has color #C7B97A on white background.



Black color preview on #C7B97A background

This text has black color on #C7B97A background.


White color preview on #C7B97A background

This text has white color on #C7B97A background.